Parameter - Simplified definition, serialization, deserialization and validation of params

Parameter 0.11.0 version released :tada:

Some small improvements:

  • Support for on_load/2 and on_dump/2 functions in field definition which gives the possibility to customize load and dump behaviour.
  • ignore_nil and ignore_empty option added for customizing the behaviour when receiving nil or empty "" fields.
  • Supports for deep nested types when using map or array composite types.
  • Test coverage is now 100% :tada:

Changelog here

2 Likes