mirror of https://github.com/status-im/NimYAML.git
Version 0.9.0
This commit is contained in:
parent
8ddbc02096
commit
861fe63188
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
||||||
|
### 0.9.0
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Better DOM API:
|
||||||
|
- yMapping is now a Table
|
||||||
|
- field names have changed to imitate those of Nim's json API
|
||||||
|
- Better getter and setter procs
|
||||||
|
* Added ability to resolve non-specific tags in presenter.transform
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
* Fixed parsing floating point literals (#30)
|
||||||
|
* Fixed a bug with variant records (#31)
|
||||||
|
* Empty documents now always contain an empty scalar
|
||||||
|
|
||||||
### 0.8.0
|
### 0.8.0
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
author = "Felix Krause"
|
author = "Felix Krause"
|
||||||
description = "YAML 1.2 implementation for Nim"
|
description = "YAML 1.2 implementation for Nim"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in New Issue