All Versions
30
Latest Version
Avg Release Cycle
19 days
Latest Release
1586 days ago

Changelog History
Page 1

  • v3.4.1 Changes

    December 15, 2019

    โž• Added

    • HitCount badge

    ๐Ÿ›  Fixed

    • [#53] Removing unreachable statement
    • ๐Ÿ›  Fixing typo in doc

    ๐Ÿ”„ Changed

    • [#58] /.idea folder wad added to .gitattributes
  • v3.4.0 Changes

    October 21, 2019

    โž• Added

    • [#52] Adding badges to readme.

    ๐Ÿ”„ Changed

    • [#45] Changed hack from UppercaseSplitter to proper solution.
    • ๐Ÿ”จ [#51] Refactoring \Jawira\CaseConverter\Convert::analyse
    • [#50] Improving PHPUnit coverage

    ๐Ÿ›  Fixed

    • [#49] Bug fix: string wrongly recognized when starts with a delimiter.
  • v3.3.3 Changes

    September 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix anchor in readme
  • v3.3.2 Changes

    September 03, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Updating documentation
  • v3.3.1 Changes

    August 21, 2019

    ๐Ÿ›  Fixed

    • โœ‚ Removed unwanted dependency
  • v3.3.0 Changes

    August 21, 2019

    โž• Added

    • [#46] Added new convention: Dot notation
  • v3.2.1 Changes

    August 17, 2019

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated Readme file
  • v3.2.0 Changes

    August 17, 2019

    โž• Added

    • [#40] Added Factory class and its interface.
  • v3.1.0 Changes

    July 25, 2019

    โž• Added

    • [#41] Added \Jawira\CaseConverter\Convert::getSource method to retrieve original input string.
    • [#38] Added \Jawira\CaseConverter\Convert::forceSimpleCaseMapping to force the usage of Single Case-Mapping in PHP 7.3 and newer. This method has no effect in PHP 7.1 nor PHP 7.2.

    ๐Ÿ›  Fixed

    • [#44] Strings with 0 in it can be handled correctly.
  • v3.0.0 Changes

    June 30, 2019

    โž• Added

    • ๐Ÿ“š [#36] Static site with documentation https://jawira.github.io/case-converter/build.png
    • [#30] Added functions to explicitly set the naming conventions of input string: fromAuto(), fromCamel(), fromPascal(), fromSnake(), fromAda(), fromMacro(), fromKebab(), fromTrain(), fromCobol(), fromLower(), fromUpper(), fromTitle(), and fromSentence().

    โœ‚ Removed

    • ๐Ÿšš [#37] Removed deprecated functions: Convert::__toString() and Convert::count()