Version 0.10.3

This commit is contained in:
Felix Krause 2017-09-20 19:04:57 +02:00
parent 8d8464da71
commit e7e532ccb8
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,14 @@
### 0.10.3
Bugfixes:
* Fixed a nimble error when installing the package.
Features:
* Added `ignoreUnknownKeys` macro to ignore all mapping keys that do not map
to a field of an object / tuple (#43).
### 0.10.2
Bugfixes:

View File

@ -75,7 +75,8 @@ macro genTests(): untyped =
let errorTests = toSet(staticExec("cd " & (absolutePath / "tags" / "error") &
" && ls -1d *").splitLines())
let ignored = toSet(["3MYT", "JDH8", "2EBW", "9KAX", "B63P", "FBC9", ".git", "name", "tags", "meta"])
let ignored = toSet(["3MYT", "JDH8", "2EBW", "9KAX", "AB8U", "B63P", "FBC9",
"Q5MG", ".git", "name", "tags", "meta"])
result = newStmtList()
# walkDir for some crude reason does not work with travis build

@ -1 +1 @@
Subproject commit f1c5f445fe675fc3f95f602a79a0fa7e9d933903
Subproject commit fa266d172ef7b2cdd35219b8e677fa5e0ae86269

View File

@ -1,10 +1,10 @@
# Package
version = "0.10.2"
version = "0.10.3"
author = "Felix Krause"
description = "YAML 1.2 implementation for Nim"
license = "MIT"
skipDirs = @["bench"]
skipDirs = @["bench", "doc", "server", "test", "tools"]
# Dependencies