Skip to content

Releases: circe/circe-yaml

circe-yaml 0.14.3-RC1

15 Nov 10:26
d3d0907
Compare
Choose a tag to compare
circe-yaml 0.14.3-RC1 Pre-release
Pre-release

Add module that uses snakeyaml-engine, which only handles yaml 1.2

circe-yaml 0.14.2

27 Oct 22:38
v0.14.2
b69dc02
Compare
Choose a tag to compare

Fixes

What's Changed

Scala Steward

New Contributors

Full Changelog: v0.14.1...v0.14.2

circe-yaml 0.14.1

10 Aug 11:50
v0.14.1
c972985
Compare
Choose a tag to compare

This release includes one change to the default representation used when printing strings (contributed by @helfper in #222).

circe-yaml 0.14.0

31 May 14:55
v0.14.0
ec47a04
Compare
Choose a tag to compare

This release introduces Scala 3 support and updates the Circe version from 0.13.0 to 0.14.1 and SnakeYAML from 1.26 to 1.28.

circe-yaml 0.13.1

05 May 10:53
98acb0f
Compare
Choose a tag to compare

This release is identical to 0.13.0 except for a fix (#114) by @ybasket for a thread-safety bug (#112) reported by @jwiklund.

circe-yaml 0.13.0

17 Apr 13:39
v0.13.0
37c1a26
Compare
Choose a tag to compare

This is the first release for SnakeYAML 1.26 and the Circe 0.13.x series.

circe-yaml 0.10.1

18 Dec 10:44
v0.10.1
163145d
Compare
Choose a tag to compare

This release supports Circe 0.11.x and includes a couple of fixes from 0.12.0 that have been backported by Miguel Silvestre.

circe-yaml 0.12.0

12 Nov 17:47
b9c1968
Compare
Choose a tag to compare

This is the first release for SnakeYAML 1.25 and the Circe 0.12.x series (we've skipped circe-yaml 0.11 in order to align the versions).

It also includes a couple of improvements by Jeremy Apthorp (#43) and Adam Warski (#79) for issues involving YAML number parsing and printing.

circe-yaml 0.11.0-M1

14 Jun 09:19
Compare
Choose a tag to compare
circe-yaml 0.11.0-M1 Pre-release
Pre-release

This release updates the circe version from 0.11.1 to 0.12.0-M3 and introduces Scala 2.13.0 support.

circe-yaml 0.10.0

08 May 18:58
Compare
Choose a tag to compare

This release updates the circe version from 0.10.0 to 0.11.1 and SnakeYAML from 1.23 to 1.24.

(At some point I think we should do a double-bump so we're not one version behind the rest of the circe modules…)