mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-11 12:04:26 +00:00
Version 0.9.1
This commit is contained in:
parent
a48bf086b7
commit
24d68ad11d
16
CHANGELOG.md
16
CHANGELOG.md
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user