Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchslava committed Jun 9, 2016
1 parent fefa46f commit a944bde
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/Gapminder/ddf-validation/compare/v0.10.0...v0.12.0) (2016-06-09)


### Features

* **rule:** CONCEPT_MANDATORY_FIELD_NOT_FOUND rule providing ([ea9434e](https://github.com/Gapminder/ddf-validation/commit/ea9434e)), closes [#57](https://github.com/Gapminder/ddf-validation/issues/57)
* **rule:** CONCEPTS_NOT_FOUND rule providing ([5557ca9](https://github.com/Gapminder/ddf-validation/commit/5557ca9)), closes [#73](https://github.com/Gapminder/ddf-validation/issues/73)
* **rule:** EMPTY_CONCEPT_ID ([c826cfb](https://github.com/Gapminder/ddf-validation/commit/c826cfb)), closes [#79](https://github.com/Gapminder/ddf-validation/issues/79)
* **rule:** FILENAME_DOES_NOT_MATCH_HEADER rule implementation ([c39dee4](https://github.com/Gapminder/ddf-validation/commit/c39dee4)), closes [#64](https://github.com/Gapminder/ddf-validation/issues/64)
* **rules:** WRONG_ENTITY_IS_HEADER, NON_CONCEPT_HEADER and WRONG_ENTITY_IS_VALUE rules ([d2a6924](https://github.com/Gapminder/ddf-validation/commit/d2a6924)), closes [#81](https://github.com/Gapminder/ddf-validation/issues/81) [#82](https://github.com/Gapminder/ddf-validation/issues/82) [#83](https://github.com/Gapminder/ddf-validation/issues/83) [#56](https://github.com/Gapminder/ddf-validation/issues/56)



<a name="0.10.0"></a>
# [0.10.0](https://github.com/Gapminder/ddf-validation/compare/v0.1.1...v0.10.0) (2016-04-29)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddf-validation",
"version": "0.11.0",
"version": "0.12.0",
"description": "DDF validion tool",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a944bde

Please sign in to comment.