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
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)
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)