Skip to content

v0.110.0

Latest

Choose a tag to compare

@IRus IRus released this 29 Jun 12:40

Significant changes

  • New YamlScalar.plain property (#12) — YamlScalar now exposes a plain flag distinguishing plain (unquoted) scalars from quoted ones, so you can tell whether a value such as null, 123, or true came from a bare token or a quoted string. Thanks @sefholt!

Contributions

  • @sefholt — first-time contributor — added YamlScalar.plain (#12)
  • Dependabot — gradle-wrapper 9.6.0 → 9.6.1 (#11), grouped bump of 2 dependencies (#10)

What's Changed

  • chore(deps): bump gradle-wrapper from 9.6.0 to 9.6.1 in the all group by @dependabot[bot] in #11
  • chore(deps): bump the all group with 2 updates by @dependabot[bot] in #10
  • feat: add YamlScalar.plain to distinguish plain and quoted scalars by @sefholt in #12

New Contributors

Full Changelog: v0.109.1...v0.110.0