File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.3.2] - 2019-05-20
11+
12+ ### Fixed
13+
14+ - Bug with ` optional ` rule that ignores the ` string ` rule when validating
15+
1016## [ 1.3.1] - 2019-05-20
1117
1218### Fixed
@@ -93,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9399
94100- Build process now properly transpiles modules from ES6 to ES5. ([ #44 ] ( https://github.com/imbrn/v8n/issues/44 ) )
95101
96- [ unreleased ] : https://github.com/imbrn/v8n/compare/v1.3.1...HEAD
102+ [ unreleased ] : https://github.com/imbrn/v8n/compare/v1.3.2...HEAD
103+ [ 1.3.2 ] : https://github.com/imbrn/v8n/compare/v1.3.1...v1.3.2
97104[ 1.3.1 ] : https://github.com/imbrn/v8n/compare/v1.3.0...v1.3.1
98105[ 1.3.0 ] : https://github.com/imbrn/v8n/compare/v1.2.3...v1.3.0
99106[ 1.2.3 ] : https://github.com/imbrn/v8n/compare/v1.2.2...v1.2.3
Original file line number Diff line number Diff line change 11{
22 "name" : " v8n" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Dead simple fluent JavaScript validation library" ,
55 "main" : " ./dist/v8n.cjs.js" ,
66 "module" : " ./dist/v8n.esm.js" ,
You can’t perform that action at this time.
0 commit comments