Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.14 KB

Changelog

0.6.3 - 2019-11-05

Fixed

  • Allow annotating final case classes

0.6.2 - 2019-11-05

Added

  • Added support for Scala 2.13 (@mslinn)

0.6.0 - 2018-08-13

Removed

  • Removed robust Json parsing implementation. Moving this to the client package to have more control.

0.5.0 - 2018-08-09

Changed

  • Breaking: Any case class property with default values or Optional values now fallback to defaults if parsing fails.

0.4.5 - 2018-06-18

Changed

  • Releases are now performed by CI automatically
  • Cross-build Scala versions updated to the latest in each of 2.11.x/2.12.x
  • Version moved to version.sbt