Skip to content

Releases: kynx/code-utils

2.3.0

21 Oct 16:30
00f7a23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

21 Oct 16:26
684ab1e
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.3 support, update dependencies by @kynx in #9

Full Changelog: 2.1.1...2.2.0

2.1.1

29 Mar 15:51
12f42ee
Compare
Choose a tag to compare

What's Changed

  • Added class constant labeler by @kynx in #8

Full Changelog: 2.1.0...2.1.1

2.1.0

29 Mar 15:36
ffbab38
Compare
Choose a tag to compare

What's Changed

  • Added ClassConstantNameNormalizer by @kynx in #7

Full Changelog: 2.0.1...2.1.0

2.0.1

14 Oct 12:52
cb374e5
Compare
Choose a tag to compare

What's Changed

  • Preserve internal capitalisation in camelCase and PascalCase words by @kynx in #6

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Oct 10:10
Compare
Choose a tag to compare

BC breaks

  • The base namespace has changed from Kynx\CodeUtils to Kynx\Code\Normalizer
  • Signature changes to constructors for identifying word case

Improvements

  • Added unique labelers for generating unique sets of labels by @kynx in #3
  • Switched to using enums to represent WordCase and PhpLabel regexs by @kynx in #2

Full Changelog: 1.0.1...2.0.0

1.0.1

09 Oct 13:50
557ff32
Compare
Choose a tag to compare

What's Changed

  • Fix word separation with snake_case by @kynx in #1

Full Changelog: 1.0.0...1.0.1