Skip to content

Tags: VirtusLab/scala-yaml

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #334 from VirtusLab/issue-331

issue 331 - preserve order of keys when parsing and printing

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #328 from VirtusLab/issue-215

rewritten to be a full macro to fix compiler issue

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #300 from sideeffffect/YamlError-exception

Make YamlError an Exception, makes for easier interop

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Parses a nonexistent key as None (#234)

* Parses a nonexistent key as None

Implicitly parses a nonexistent key as None in case of key type is Option[_]

* scalafmt

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue #220 - do not convert quoted strings into other primitive types (

…#221)

* issue220 - do not convert quoted strings into other primitive types

* more tests

* formatting

* add more unit tests

* code cleanup

* code cleanup

* more unit tests

* move tests to ScalarSuite

* minimize changes

---------

Co-authored-by: sergei.winitzki <sergei.winitzki@workday.com>

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No-publish the root (#178)

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #169 from keynmol/reenable-scala3-native

Reenable Scala 3 Native build, drop to Scala 3.1.3

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add API for modify Node (#99)

* Add API for modify Node

v0.0.2

Toggle v0.0.2's commit message
Fix publishing scala-yaml to maven central