Changelog of @hackage/versioning 0.2.0.0

Revision history

0.2.0.0

  • Get the version number of a versioned value

  • Decouple the decoding logic from the actual encoding

  • Provide two families of functions for decoding JSON: fromJsonAnyVersionX and withJsonAnyVersionX

Breaking changes

  • decodeAnyVersion is now called fromJsonAnyVersion

  • withAnyVersion is now called withJsonAnyVersion

  • withAnyVersionM is now called withJsonAnyVersionM

0.1.0.0

  • First version