Skip to content

Vulcan v0.2.0-RC1

Compare
Choose a tag to compare
@vlovgr vlovgr released this 07 Aug 15:34
· 1091 commits to master since this release

Changes

  • Add Codec.WithDefault to support Codecs that depend on default values. (#29)
  • Add Codec.withSchema for changing the Schema used by a Codec. (#29)
  • Add Codec support for Map[String, A] via Codec.map. (#27)
  • Add support for fixed types with Codec.deriveFixed and Codec.fixed. (#21)
  • Change Codec.option to perform more strict schema checks. (#29)
  • Fix using Some default value for Options in record Codecs. (#29)
  • Move encode and decode to Codec.encode and Codec.decode. (#18)
  • Remove support for custom properties in schemas. (#26)

Updates

Documentation

Released on 2019-08-07.