Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 543 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 543 Bytes

Changelog

1.14.1 (17.11.2024)

  • Add explicit support for boolean conversion via Want.boolean/1.
  • Update README and documentation for better display via hexdocs.

1.15.5 (18.11.2024)

  • Various fixes to Shape casting
  • Added :transform option to Want.map, Want.keywords, and Want.shape field options, allowing a transformation to be applied to cast values.

1.15.6 (19.11.2024)

  • Adds Want.Shape.cast_all/2 and Want.Shape.cast_all!/2.

1.16.0 (20.11.2024)

  • Adds :transform option support to shape definition.