Skip to content

Releases: zolex/vom

1.1.2

29 May 07:36
1.1.2
47a4b9d

Choose a tag to compare

🐛 Bug Fixes

  • 47a4b9d - Add missing normalization of relative accessors. (commit by @zolex)

1.1.1

29 May 05:44
1.1.1
3aacc8a

Choose a tag to compare

🐛 Bug Fixes

  • 3aacc8a - Allow to denormalize nested models even if source data does not contain the structure required by the standard symfony normalizer. Particularly useful for relative and root accessors. (commit by @zolex)

1.1.0

26 May 17:05

Choose a tag to compare

✨ New Features

1.0.0

22 May 08:01

Choose a tag to compare

✅ Tests

  • e4b6574 - Introduce Psalm and fix all errors for level 5 and publish psalm report to pull request. (commit by @zolex)

0.10.0

20 May 15:11

Choose a tag to compare

✨ New Features

  • 13eda79 - Accessor-Lists allow to denormalize collections, that can use the list-item's key and accessor to populate a property of a generic model. (commit by @zolex)

🐛 Bug Fixes

  • 46a83c0 - Return type of ModelMetadata::getConstructorArguments(). (commit by @zolex)

🔧 Chores

  • d508548 - Remove unused method PropertyMetadata::getUseKey(). (commit by @zolex)

0.9.0

09 May 17:09
144d10d

Choose a tag to compare

✨ New Features

  • 144d10d - Relative accessors that make it possible to apply an accessor from a certain number of levels upwards in the data structure. (PR #21 by @zolex)

0.8.0

09 May 11:46
99b7df5

Choose a tag to compare

✨ New Features

  • 99b7df5 - Replace the old denormalizer-dependencies feature with a backwards compatible method-dependencies feature, that can be used on constructors, factories, normalizers and denormalizers. (PR #20 by @zolex)

✅ Tests

  • 7825117 - Enhance VersatileObjectMapperProviderTest (commit by @zolex)
  • 5e05b37 - Add test for MethodCallExtractorTest::getType() (commit by @zolex)
  • 0c80245 - Add a test that an argument attribute on a property throws an exception. (commit by @zolex)

🔧 Chores

0.7.0

08 May 19:29
869aca2

Choose a tag to compare

✨ New Features

  • 869aca2 - Introduce scenarios to allow multiple normalized representations of the data. (commit by @zolex)

0.6.0

20 Mar 12:50

Choose a tag to compare

✨ New Features

  • 1e72aa0 - Regular Expression Extractors to populate model properties from an arbitrary string. (commit by @zolex)

See the related documentation

0.5.0

19 Mar 09:43

Choose a tag to compare

✨ New Features

  • 8482d29 - Allow to normalize and denormalize custom serialized objects. (commit by @zolex)