Skip to content

Commit cb91a27

Browse files
author
Rui Marinho
committed
Release 1.0.0
1 parent 19194b7 commit cb91a27

File tree

2 files changed

+70
-21
lines changed

2 files changed

+70
-21
lines changed

CHANGELOG.md

Lines changed: 69 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,75 @@
1-
## Changelog
1+
# Change Log
22

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)
54

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)
96

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:**
148

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))
1710

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))
2312

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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.js-asserts",
3-
"version": "0.0.7",
3+
"version": "1.0.0",
44
"description": "A set of extra asserts for validator.js.",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)