Added
sourceoption for:union,:list, and:tupletypes.validatefunctions can now return:ok,:error, or{:error, reason}in addition totrue/false.{:error, reason}allows custom error reasons;:ok/:errormirrortrue/false.
Changed
- Dynamic maps (
keys/values) now collect all entry errors instead of stopping at the first one, consistent with howfieldsbehave.
Documentation
- New guide: using Mold with HTTP clients.
- New guide: formatting errors.
- Trace examples in README and
parse!/2docstring now use atoms instead of strings.
Full Changelog: v0.1.2...v0.2.0