Skip to content

Releases: tamtamchik/namecase

2.0.1

07 Feb 11:27
Compare
Choose a tag to compare

Added

  • MBE post-nominal (#8).

2.0.0

17 Jul 12:52
f2be65e
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for PHP < 7.2
  • Dropped support for global function str_name_case
  • spanish option is now false by default.

Added

  • Post-nominals detection.

  • Constructor now supports options parameter.

  • Added options:

    • lazy – Default: true. Do not do anything if the string is already mixed case and the lazy option is true.
    • irish – Default: true. Correct Mac.
    • spanish – Default: false. Corrects el, la and Spanish conjunctions.
    • roman – Default: true. Corrects roman numbers.
    • hebrew – Default: true. Corrects ben, bat.
    • postnominal – Default: true. Corrects post-nominals.

Updated

  • New irish Mac exceptions.

2.0.0-alpha

17 Jul 09:07
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

Breaking changes:

  • Drop support for PHP < 7.2
  • Drop support for global function str_name_case

1.0.5

16 Jul 17:35
Compare
Choose a tag to compare

Added

Merged #6

1.0.4

24 May 10:32
Compare
Choose a tag to compare

Fixed

  • Add ext-mbstring to composer.json

Fix empty string issue

12 Sep 10:43
Compare
Choose a tag to compare

den Dutch update

06 Feb 10:47
Compare
Choose a tag to compare

Added

Added instantiation

30 Jan 13:36
Compare
Choose a tag to compare
1.0.1

added static tests and instantiation

Initial release, with base functionality

29 Jan 19:02
Compare
Choose a tag to compare
1.0.0

refactor updateIrish