Skip to content

Releases: 21TORR/SimpleNormalizer

1.5.0

24 Sep 09:39
1.5.0
8fd7355

Choose a tag to compare

🎁 New Features

  • Add normalization stack for better error reporting.

What's Changed

  • Add normalized types stack for better error reporting by @apfelbox in #17

Full Changelog: 1.4.1...1.5.0

1.4.1

22 Sep 15:51
1.4.1
d9fd95a

Choose a tag to compare

✨ Improvements

  • Avoid using deprecated Doctrine internals when resolving class names.

What's Changed

  • Avoid using deprecated doctrine helpers for resolving classes by @apfelbox in #16

Full Changelog: 1.4.0...1.4.1

1.4.0

03 Jul 15:24
1.4.0
a788b8a

Choose a tag to compare

🎁 New Features

  • Add ValidJsonVerifier, that checks, that every normalizer correctly generated JSON-compatible values.

What's Changed

Full Changelog: 1.3.2...1.4.0

1.3.2

14 Nov 10:31
1.3.2
82ac336

Choose a tag to compare

✨ Improvements

  • Allow normalizing empty stdClass.

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

26 Jun 09:40
1.3.1
e388018

Choose a tag to compare

✨ Improvements

  • Make SimpleNormalizer non-readonly, to allow it to be mocked.

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

26 Jun 09:35
1.3.0
6e68549

Choose a tag to compare

🎁 New Features

  • Make SimpleNormalizer extendable (for testing).

✨ Improvements

  • Make SimpleNormalizer readonly.

What's Changed

  • Make SimpleNormalizer better extendable + update CI by @apfelbox in #9

Full Changelog: 1.2.2...1.3.0

1.2.2

05 Jun 10:05
8252477

Choose a tag to compare

✨ Improvements

  • Make SimpleNormalizer::normalizeArray public.

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

21 Feb 20:47
1.2.1
3689b84

Choose a tag to compare

✨ Improvements

  • Allow Symfony v7.

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

21 Feb 15:02
bf3ee4f

Choose a tag to compare

🎁 New Features

  • Add SimpleNormalizer::normalizeMap().
  • Add helper VO ValueWithContext.

✨ Improvements

  • Require PHP 8.3.

What's Changed

  • Add helper to normalize values to a map. by @apfelbox in #5
  • Add ValueWithContext helper VO by @apfelbox in #6

Full Changelog: 1.1.1...1.2.0

1.1.1

02 Nov 16:45
1.1.1
6ff1276

Choose a tag to compare

🐛 Bug Fixes

  • Move test trait to published namespace.

What's Changed

  • Move test trait to published namespace by @apfelbox in #4

Full Changelog: 1.1.0...1.1.1