mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-04 23:45:08 +00:00
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
|
||||
|
||||
Bugfixes:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.13.1"
|
||||
version = "0.14.0"
|
||||
author = "Felix Krause"
|
||||
description = "YAML 1.2 implementation for Nim"
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user