Version 0.9.1

This commit is contained in:
Felix Krause 2017-03-29 17:27:09 +02:00
parent a48bf086b7
commit 24d68ad11d
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
### 0.9.1
Features:
* Added `YamlParser.display()` which is mainly used by tests
* NimYAML now builds for JS target (but does not work properly yet)
Bugfixes:
* Correctly present empty collections in block-only style (#33)
* Correctly handle `{1}` (#34)
* Recognize empty plain scalar as possible `!!null` value
* Require colons before subsequent keys in a flow mapping (#35)
* Allow stream end after block scalar indicators
* Fixed regression bugs introduced with timestamp parsing (#37)
### 0.9.0
Features:

View File

@ -1,6 +1,6 @@
# Package
version = "0.9.0"
version = "0.9.1"
author = "Felix Krause"
description = "YAML 1.2 implementation for Nim"
license = "MIT"