v0.0.3
_____ _ __ __ _
/ ____| | | \ \ / / | |
| (___ ___ __ _| | __ _ \ \_/ /_ _ _ __ ___ | |
\___ \ / __/ _` | |/ _` | \ / _` | '_ ` _ \| |
____) | (_| (_| | | (_| | | | (_| | | | | | | |
|_____/ \___\__,_|_|\__,_| |_|\__,_|_| |_| |_|_|
What's Changed
🚀 Features
- Parse new lines for plain scalar style @lwronski (#66)
- Improve error messages @kpodsiad (#49)
- Skip escaping character for double quote scalars @lwronski (#64)
- Reader position @kpodsiad (#47)
- Cross compile scalayaml to scala-js @kpodsiad (#44)
- YamlCodec @kpodsiad (#28)
🐛 Bug Fixes
- Include new lines for single quote style @lwronski (#65)
- Bugfix/Fix parsing new lines for literal style @lwronski (#61)
- Should skip the empty line at the end for folded value @lwronski (#58)