Skip to content

circe-yaml 0.8.0

Compare
Choose a tag to compare
@travisbrown travisbrown released this 11 Apr 13:04

This release removes the unnecessary circe-parser dependency and updates the SnakeYAML version from 1.19 to 1.20. It also changes one implicit class into a non-value class because of issues on Scala 2.10, and adds support for "yes", "no", "on", and "off" as boolean values (thanks to Amir M. Saeid in #44).