Skip to content

Tags: circe/circe-yaml

Tags

v0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update sbt-circe-org to 0.4.2 (#438)

* Update sbt-circe-org to 0.4.2

* Run prePR with sbt-typelevel

Executed command: sbt tlPrePrBotHook

---------

Co-authored-by: Darren Gibson <zarthross@users.noreply.github.com>

v0.15.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Crosscompile for JS and Native with scala-yaml as the backend (#431)

* Crosscompile for JS and Native with scala-yaml as the backend

This is rudimentary support for YAML on JS and Native. We could add much more tests etc., and maybe there are some bugs for edge cases, but this should be fine for the beginning.

* tlVersionIntroduced 0.15.2

* tlVersionIntroduced 0.15.2

* Drop 2.12 in circe-yaml-scalayaml

* headerCreate

* Test/headerCreate

* scalafixAll

* import org.virtuslab.yaml.NodeOps

* fix tests

* circe-yaml-common tlVersionIntroduced 0.15.2

* Bring back 2.12

* scala-native 0.4.17

* Explicit crossScalaVersions

* Scala.js 1.16.0

* Drop 2.12

* Simplify, rely on scala-yaml more

* scala-yaml 0.1.0

* Update circe

* fix

* fix

* fix

* fix

v0.15.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added indent with indicators to yaml-v12 (#406)

* Added indentWithIndicator option

* Deprecate Printer(.Config) and introduce PrinterBuilder

* Moved PrinterTest to use PrinterBuilder

* Added circe-yaml PrinterBuilder that uses circe-yaml-common.

-Also support NonPrintableStyle

* Added file headers and ran scalafmt

* Run scalafix

* formatting

* Make sure we have correct deprecation version

* Fixed issues found in review.

---------

Co-authored-by: Anssi Heiska <anssi.heiska@digia.com>
Co-authored-by: Erlend Hamnaberg <erlend@hamnaberg.net>

mistake-v1.15.0

Update build.sbt to force a new hash / tag for release

v0.15.0-RC1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #352 from scala-steward/update/snakeyaml-engine-2.6

v0.14.3-RC4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #352 from scala-steward/update/snakeyaml-engine-2.6

v0.14.3-RC3

Verified

This tag was signed with the committer’s verified signature.
zarthross Darren Gibson
Release v0.14.3-RC3

Allow tuning loader options

v0.14.3-RC2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Parser.parseDocuments (#346)

Co-authored-by: Luca Violanti <luca.violanti@kaluza.com>
fixes #343
closes #342