mirror of https://github.com/status-im/NimYAML.git
Version 0.14.0
This commit is contained in:
parent
951efdf18e
commit
aa64bac5ed
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## 0.14.0
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* **Breaking change**:
|
||||||
|
transient, defaultVal, ignore and implicit are now annotations.
|
||||||
|
* Added ``sparse`` annotation to treat all ``Option`` fields as optional.
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
* can now use default values with ref objects (#66)
|
||||||
|
|
||||||
## 0.13.1
|
## 0.13.1
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.13.1"
|
version = "0.14.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