|
1 | | -# Change Log |
2 | | - |
3 | | -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | | - |
5 | | -# [1.4.0](https://github.com/aurelia/validation/compare/1.3.3...1.4.0) (2019-03-22) |
6 | | - |
7 | | - |
8 | | -### Bug Fixes |
9 | | - |
10 | | -* **build:** adjust umd build, add umd-es2015 ([895b149](https://github.com/aurelia/validation/commit/895b149)) |
11 | | -* **ci:** remove circle ci config ([5f9cf3c](https://github.com/aurelia/validation/commit/5f9cf3c)) |
12 | | -* **ci:** update ci config ([306b935](https://github.com/aurelia/validation/commit/306b935)) |
13 | | -* **ci:** update circleci ([cc54202](https://github.com/aurelia/validation/commit/cc54202)) |
14 | | -* **ci:** use v2.1 ([71074ef](https://github.com/aurelia/validation/commit/71074ef)) |
15 | | -* **package:** fix unpkg field ([2635ecd](https://github.com/aurelia/validation/commit/2635ecd)) |
16 | | - |
17 | | - |
18 | | -### Features |
19 | | - |
20 | | -* **ValidationRules:** add number validation rules ([f67cf59](https://github.com/aurelia/validation/commit/f67cf59)), closes [#440](https://github.com/aurelia/validation/issues/440) |
21 | | - |
22 | | - |
23 | | - |
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +## [1.5.0](https://github.com/aurelia/validation/compare/1.4.0...1.5.0) (2019-08-09) |
| 6 | + |
| 7 | +* Update type definitions for compatibility with latest dependency-injection release. |
| 8 | + |
| 9 | +# [1.4.0](https://github.com/aurelia/validation/compare/1.3.3...1.4.0) (2019-03-22) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* **build:** adjust umd build, add umd-es2015 ([895b149](https://github.com/aurelia/validation/commit/895b149)) |
| 15 | +* **ci:** remove circle ci config ([5f9cf3c](https://github.com/aurelia/validation/commit/5f9cf3c)) |
| 16 | +* **ci:** update ci config ([306b935](https://github.com/aurelia/validation/commit/306b935)) |
| 17 | +* **ci:** update circleci ([cc54202](https://github.com/aurelia/validation/commit/cc54202)) |
| 18 | +* **ci:** use v2.1 ([71074ef](https://github.com/aurelia/validation/commit/71074ef)) |
| 19 | +* **package:** fix unpkg field ([2635ecd](https://github.com/aurelia/validation/commit/2635ecd)) |
| 20 | + |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +* **ValidationRules:** add number validation rules ([f67cf59](https://github.com/aurelia/validation/commit/f67cf59)), closes [#440](https://github.com/aurelia/validation/issues/440) |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 | <a name="1.3.3"></a> |
25 | 29 | ## [1.3.3](https://github.com/aurelia/validation/compare/1.3.2...1.3.3) (2019-01-19) |
26 | 30 |
|
|
0 commit comments