Skip to content

Releases: ryonakano/chcase

ChCase 2.3.0 Released

26 Apr 13:23
e1c664f
Compare
Choose a tag to compare
  • valadoc: Use meson instead of Makefile
  • meson: Require >= 0.56.0
  • meson: Fix deprecation warning
  • meson: Make demo optional
  • Converter: Fix warning shown when converting
  • Do not use assert_not_reached()

ChCase 2.2.0 Released

13 Sep 13:23
b430df2
Compare
Choose a tag to compare
  • Requires meson >= 0.49.0

ChCase 2.1.0 Released

13 Apr 04:16
Compare
Choose a tag to compare
  • A new abstract class called ChCase.PatternType.Pattern to represent pattern type

ChCase 2.0.0 Released

07 Dec 14:14
Compare
Choose a tag to compare
  • 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

11 Aug 05:10
Compare
Choose a tag to compare

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_case and source_case_name does not sync
  • Fix result_case and result_case_name does not sync

ChCase 1.0.0 Released

09 Aug 22:29
Compare
Choose a tag to compare

Today I released my first library: ChCase.

  • Convert your text between camelCase, PascalCase, snake_case, kebab-case, and space-separated