|
1 |
| -## Changelog |
| 1 | +# Change Log |
2 | 2 |
|
3 |
| -### 0.0.7 / 2015-05-25 |
4 |
| -- [#17](https://github.com/seegno/validator.js-asserts/pull/17) Add null or date assert (@nunofgs) |
| 3 | +## [1.0.0](https://github.com/seegno/validator.js-asserts/tree/1.0.0) (2015-08-11) |
5 | 4 |
|
6 |
| -### 0.0.6 / 2015-05-25 |
7 |
| -- [#16](https://github.com/seegno/validator.js-asserts/pull/16) Export object for validator.js extend method usage (@ruimarinho) |
8 |
| -- [#15](https://github.com/seegno/validator.js-asserts/pull/15) Add documentation for uri assert (@ruimarinho) |
| 5 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.7...1.0.0) |
9 | 6 |
|
10 |
| -### 0.0.5 / 2015-05-24 |
11 |
| -- [#14](https://github.com/seegno/validator.js-asserts/pull/14) Use travis container infrastructure (@ruimarinho) |
12 |
| -- [#12](https://github.com/seegno/validator.js-asserts/pull/12) Add URI assert (@nunofgs) |
13 |
| -- [#13](https://github.com/seegno/validator.js-asserts/pull/13) Replace ISO 3166-1 country assert source (@ruimarinho) |
| 7 | +**Merged pull requests:** |
14 | 8 |
|
15 |
| -### 0.0.4 / 2015-01-16 |
16 |
| -- [#7](https://github.com/seegno/validator.js-asserts/pull/7) Update bignumber.js version (@fixe) |
| 9 | +- Refactor using ES6 [\#20](https://github.com/seegno/validator.js-asserts/pull/20) ([ruimarinho](https://github.com/ruimarinho)) |
17 | 10 |
|
18 |
| -### 0.0.3 / 2014-12-01 |
19 |
| -- [#6](https://github.com/seegno/validator.js-asserts/pull/6) Update asserts documentation (@ruimarinho) |
20 |
| -- [#5](https://github.com/seegno/validator.js-asserts/pull/5) Update [email protected] ( @ruimarinho) |
21 |
| -- [#3](https://github.com/seegno/validator.js-asserts/pull/3) Add date diff less and greater than asserts (@ruimarinho) |
22 |
| -- [#4](https://github.com/seegno/validator.js-asserts/pull/4) Remove extra console message from email test (@ruimarinho) |
| 11 | +- Move dependencies to peer dependencies [\#19](https://github.com/seegno/validator.js-asserts/pull/19) ([ruimarinho](https://github.com/ruimarinho)) |
23 | 12 |
|
24 |
| -### 0.0.2 / 2014-11-26 |
25 |
| -- [#1](https://github.com/seegno/validator.js-asserts/pull/1) Add `Email` assert (@fixe) |
26 |
| -- [#2](https://github.com/seegno/validator.js-asserts/pull/2) Expose min and max in `NullOrString` (@fixe) |
| 13 | +## [0.0.7](https://github.com/seegno/validator.js-asserts/tree/0.0.7) (2015-05-25) |
| 14 | + |
| 15 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.6...0.0.7) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Add null or date assert [\#17](https://github.com/seegno/validator.js-asserts/pull/17) ([nunofgs](https://github.com/nunofgs)) |
| 20 | + |
| 21 | +## [0.0.6](https://github.com/seegno/validator.js-asserts/tree/0.0.6) (2015-05-25) |
| 22 | + |
| 23 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.5...0.0.6) |
| 24 | + |
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- Export object for validator.js extend method usage [\#16](https://github.com/seegno/validator.js-asserts/pull/16) ([ruimarinho](https://github.com/ruimarinho)) |
| 28 | + |
| 29 | +- Add documentation for uri assert [\#15](https://github.com/seegno/validator.js-asserts/pull/15) ([ruimarinho](https://github.com/ruimarinho)) |
| 30 | + |
| 31 | +## [0.0.5](https://github.com/seegno/validator.js-asserts/tree/0.0.5) (2015-05-24) |
| 32 | + |
| 33 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.4...0.0.5) |
| 34 | + |
| 35 | +**Merged pull requests:** |
| 36 | + |
| 37 | +- Use travis container infrastructure [\#14](https://github.com/seegno/validator.js-asserts/pull/14) ([ruimarinho](https://github.com/ruimarinho)) |
| 38 | + |
| 39 | +- Replace ISO 3166-1 country assert source [\#13](https://github.com/seegno/validator.js-asserts/pull/13) ([ruimarinho](https://github.com/ruimarinho)) |
| 40 | + |
| 41 | +- Add URI assert [\#12](https://github.com/seegno/validator.js-asserts/pull/12) ([nunofgs](https://github.com/nunofgs)) |
| 42 | + |
| 43 | +## [0.0.4](https://github.com/seegno/validator.js-asserts/tree/0.0.4) (2015-01-16) |
| 44 | + |
| 45 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.3...0.0.4) |
| 46 | + |
| 47 | +**Merged pull requests:** |
| 48 | + |
| 49 | +- Update bignumber.js version [\#7](https://github.com/seegno/validator.js-asserts/pull/7) ([fixe](https://github.com/fixe)) |
| 50 | + |
| 51 | +## [0.0.3](https://github.com/seegno/validator.js-asserts/tree/0.0.3) (2014-12-01) |
| 52 | + |
| 53 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.2...0.0.3) |
| 54 | + |
| 55 | +**Merged pull requests:** |
| 56 | + |
| 57 | +- Update asserts documentation [\#6](https://github.com/seegno/validator.js-asserts/pull/6) ([ruimarinho](https://github.com/ruimarinho)) |
| 58 | + |
| 59 | +- Update [email protected] [\#5 ](https://github.com/seegno/validator.js-asserts/pull/5) ( [ruimarinho ](https://github.com/ruimarinho)) |
| 60 | + |
| 61 | +- Remove extra console message from email test [\#4](https://github.com/seegno/validator.js-asserts/pull/4) ([ruimarinho](https://github.com/ruimarinho)) |
| 62 | + |
| 63 | +- Add date diff less and greater than asserts [\#3](https://github.com/seegno/validator.js-asserts/pull/3) ([ruimarinho](https://github.com/ruimarinho)) |
| 64 | + |
| 65 | +## [0.0.2](https://github.com/seegno/validator.js-asserts/tree/0.0.2) (2014-11-26) |
| 66 | + |
| 67 | +[Full Changelog](https://github.com/seegno/validator.js-asserts/compare/0.0.1...0.0.2) |
| 68 | + |
| 69 | +**Merged pull requests:** |
| 70 | + |
| 71 | +- Expose min and max in `NullOrString` [\#2](https://github.com/seegno/validator.js-asserts/pull/2) ([fixe](https://github.com/fixe)) |
| 72 | + |
| 73 | +- Add `Email` assert [\#1](https://github.com/seegno/validator.js-asserts/pull/1) ([fixe](https://github.com/fixe)) |
| 74 | + |
| 75 | +## [0.0.1](https://github.com/seegno/validator.js-asserts/tree/0.0.1) (2014-11-12) |
0 commit comments