Releases: ryonakano/chcase
Releases · ryonakano/chcase
ChCase 2.3.0 Released
ChCase 2.2.0 Released
- Requires meson >= 0.49.0
ChCase 2.1.0 Released
- A new abstract class called
ChCase.PatternType.Patternto represent pattern type
ChCase 2.0.0 Released
- Remove deprecated properties and methods in 1.1.0
- Support converting texts from Sentence case
- Support converting texts into Sentence case
ChCase 1.1.0 Released
New properties and methods:
source_case { get; set; }source_case_name { get; set; }get_source_case ()get_source_case_from_string ()get_result_case ()get_result_case_from_string ()set_source_case (Case src_case)set_source_case_from_string (string src_case)
Deprecated properties and methods:
target_case { get; set; }target_case_name { get; set; }set_target_case (Case targ_case)set_target_case_from_string (string targ_case)
Fixes:
- Fix
source_caseandsource_case_namedoes not sync - Fix
result_caseandresult_case_namedoes not sync
ChCase 1.0.0 Released
Today I released my first library: ChCase.
- Convert your text between camelCase, PascalCase, snake_case, kebab-case, and space-separated