You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e643276 - Introduce conditional mapping, which allows skipping properties or applying different accessors based on conditions. Supports callables and Symfony Expression Language. (commit by @zolex)
⚡ Performance Improvements
5776798 - Add basic profiling tests that gives valuable insights into VOM's metadata cache performance. (commit by @zolex)
✅ Tests
06508c9 - Slightly refactor the test suite for optimized integration with PHPStorm test runners. (commit by @zolex)
45490fa - Add support for Symfony Expression Language as an alternative to the legacy normalizer and denormalizer methods. See the documentation for details. (commit by @zolex)
💔 Deprecations
b5fe96c - Deprecate normalizer and denormalizer methods as well as method dependencies. VOM is designed to operate without requiring custom code, and the intended behavior can be achieved using VOM's built-in features. (commit by @zolex)