v0.0.4
_____ _ __ __ _
/ ____| | | \ \ / / | |
| (___ ___ __ _| | __ _ \ \_/ /_ _ _ __ ___ | |
\___ \ / __/ _` | |/ _` | \ / _` | '_ ` _ \| |
____) | (_| (_| | | (_| | | | (_| | | | | | | |
|_____/ \___\__,_|_|\__,_| |_|\__,_|_| |_| |_|_|
What's Changed
🚀 Features
- Add API for modify Node @lwronski (#99)
- Add tags to nodes @kpodsiad (#98)
- Support for parsing anchor/tag in mapping @lwronski (#97)
- Parse TAG directives and node tag attribute @kpodsiad (#95)
- Parsing anchors & aliases @kpodsiad (#89)
- Add more support for flow collections @kpodsiad (#80)
- Add convenient way to create YAML nodes in code @kpodsiad (#72)
- Add incremental processing for parsed events @kpodsiad (#71)
🐛 Bug Fixes
- Validate key in mapping - not allow to multine in simple key @lwronski (#93)
- Fix parsing anchor in mapping block @lwronski (#91)
- Fix parsing empty lines at the end @lwronski (#84)
- Fix parsing implicit block key @lwronski (#83)
- Fix parsing double quoted scalar @kpodsiad (#82)
Full Changelog: v0.0.3...v0.0.4