Releases: circe/circe-argus
Releases · circe/circe-argus
circe-argus 0.3.0-M6
Argus 0.3.0-M5
This release adds support for Pascal-case enumeration names (see #9 for details).
Argus 0.3.0-M4
This release does not introduce line breaks after commas in code generated by outPath
(since this can interact badly with rawSchema
).
Argus 0.3.0-M3
This release adds a unionSuffix
option that allows users to suppress the Union
suffix on code generated for oneOf
.
Argus 0.3.0-M2
This milestone release introduces two new optional features:
- It's now possible to include the schema source as a string in the generated companion object.
- A new circe-argus-runtime dependency supports abstraction over Argus-generated (root) case classes that have schema sources associated with them.
Both features are currently very basic and the API around both is subject to change.
Argus 0.3.0-M1
This release introduces support for Scala 2.13 and drops Scala 2.11, and updates the Circe version to 0.13.x. It also temporarily changes the publishing coordinates and packaging to io.circe
and makes one small change to capitalization in generated code.