Post #2777075
2026-03-23 18:25 UTC
🔥 This release also brings support for mapper/normalizer configurators: reusable piece of configuration logic.
This is useful when the same configuration needs to be applied in multiple places across an application, or when configuration logic needs to be distributed as a package.
Replies (1)
-
@Romm@mastodon.social 2026-03-23 18:25
✨ And the first configurators provided out of the box are the case conversion configurators: automatically convert source keys to `camelCase` or `snake_case` formats! ⤵️