Case converter v3.1.0 Release Notes

Release Date: 2019-07-25 // almost 5 years ago
  • ➕ 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.