Significant changes
- New
YamlScalar.plainproperty (#12) —YamlScalarnow exposes aplainflag distinguishing plain (unquoted) scalars from quoted ones, so you can tell whether a value such asnull,123, ortruecame 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