Skip to content

Commit

Permalink
chore(release): release 2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Dec 11, 2023
1 parent e9fe926 commit 3753890
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
49 changes: 29 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,55 @@
<a name="1.1.0"></a>
# [2.0.0-rc.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.1.0...2.0.0-rc.0) (2023-12-11)


### Features

* **build:** upgrade npm to v7 and NodeJS to v12 ([ef6cfe0](https://github.com/NationalBankBelgium/ngx-form-errors/commit/ef6cfe046c1fd374d62034bd7206a5b55cc6140b))


### BREAKING CHANGES

* **build:** Update engines to support NodeJS 12 and npm 7



# [1.1.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0...1.1.0) (2022-04-19)


### Features

* **directive:** add support for nested formGroupNames ([8c18ee3](https://github.com/NationalBankBelgium/ngx-form-errors/commit/8c18ee3)), closes [#41](https://github.com/NationalBankBelgium/ngx-form-errors/issues/41)
* **qa:** improve issue templating (new GitHub issues templates) ([802ce34](https://github.com/NationalBankBelgium/ngx-form-errors/commit/802ce34)), closes [#37](https://github.com/NationalBankBelgium/ngx-form-errors/issues/37)
* **directive:** add support for nested formGroupNames ([8c18ee3](https://github.com/NationalBankBelgium/ngx-form-errors/commit/8c18ee3db1463c7523e1cd13b481a98966ee1915)), closes [#41](https://github.com/NationalBankBelgium/ngx-form-errors/issues/41)
* **qa:** improve issue templating (new GitHub issues templates) ([802ce34](https://github.com/NationalBankBelgium/ngx-form-errors/commit/802ce34138b7297e8b87271d4d5aba35aa83692f)), closes [#37](https://github.com/NationalBankBelgium/ngx-form-errors/issues/37)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0-rc.0...1.0.0) (2019-11-29)


### Bug Fixes

* **demo:** enable 'disableHostCheck' option in 'ng serve' command to prevent 'Invalid Host/Origin header' error in IE ([48606e0](https://github.com/NationalBankBelgium/ngx-form-errors/commit/48606e0)), closes [/github.com/webpack/webpack-dev-server/issues/1604#issuecomment-453137871](https://github.com//github.com/webpack/webpack-dev-server/issues/1604/issues/issuecomment-453137871)
* **release:** add 'rc' branches in .travis.yml to make Travis trigger release builds also in those ([d937808](https://github.com/NationalBankBelgium/ngx-form-errors/commit/d937808))
* **demo:** enable 'disableHostCheck' option in 'ng serve' command to prevent 'Invalid Host/Origin header' error in IE ([48606e0](https://github.com/NationalBankBelgium/ngx-form-errors/commit/48606e0e17673c2ecf0bcc78b47bf007d3e09084)), closes [/github.com/webpack/webpack-dev-server/issues/1604#issuecomment-453137871](https://github.com//github.com/webpack/webpack-dev-server/issues/1604/issues/issuecomment-453137871)
* **release:** add 'rc' branches in .travis.yml to make Travis trigger release builds also in those ([d937808](https://github.com/NationalBankBelgium/ngx-form-errors/commit/d93780870f1411d8e80b57f35f448759fe93284c))


### Features

* **all:** add support for Angular 8 ([77f20ca](https://github.com/NationalBankBelgium/ngx-form-errors/commit/77f20ca)), closes [#31](https://github.com/NationalBankBelgium/ngx-form-errors/issues/31)
* **all:** add support for Angular 8 ([77f20ca](https://github.com/NationalBankBelgium/ngx-form-errors/commit/77f20ca285c39f57a4c4b46ff30d5da1a191f0d6)), closes [#31](https://github.com/NationalBankBelgium/ngx-form-errors/issues/31)



<a name="1.0.0-rc.0"></a>
# [1.0.0-rc.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0-beta.1...1.0.0-rc.0) (2019-10-31)


### Bug Fixes

* **directive:** fetch correctly the form control's validation errors when it is already invalid before the directive is instantiated ([3177f9c](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3177f9c)), closes [#28](https://github.com/NationalBankBelgium/ngx-form-errors/issues/28)
* **directive:** fetch correctly the form control's validation errors when it is already invalid before the directive is instantiated ([3177f9c](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3177f9c2c6f9e976fe41ac74c7f1edf813418e43)), closes [#28](https://github.com/NationalBankBelgium/ngx-form-errors/issues/28)


### Features

* **build:** update ng-packagr to the latest version and adapt the 'build' script to use the NG CLI 'ng build' command instead ([cffde40](https://github.com/NationalBankBelgium/ngx-form-errors/commit/cffde40))
* **service:** adapt demo to show the new feature about defining messages for specific form controls ([4c7f88b](https://github.com/NationalBankBelgium/ngx-form-errors/commit/4c7f88b))
* **service:** add support for defining/finding error messages for a specific formControl name ([8ed80cb](https://github.com/NationalBankBelgium/ngx-form-errors/commit/8ed80cb)), closes [#19](https://github.com/NationalBankBelgium/ngx-form-errors/issues/19)
* **build:** update ng-packagr to the latest version and adapt the 'build' script to use the NG CLI 'ng build' command instead ([cffde40](https://github.com/NationalBankBelgium/ngx-form-errors/commit/cffde40ac8e8e1c7083fcd772aa9166ea7133eab))
* **service:** adapt demo to show the new feature about defining messages for specific form controls ([4c7f88b](https://github.com/NationalBankBelgium/ngx-form-errors/commit/4c7f88b32108e036cabbe3086fc407269722818c))
* **service:** add support for defining/finding error messages for a specific formControl name ([8ed80cb](https://github.com/NationalBankBelgium/ngx-form-errors/commit/8ed80cb9c98133b9a98e46e2f74bf6a16d63c605)), closes [#19](https://github.com/NationalBankBelgium/ngx-form-errors/issues/19)


### BREAKING CHANGES
Expand All @@ -47,23 +58,22 @@



<a name="1.0.0-beta.1"></a>
# [1.0.0-beta.1](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0-beta.0...1.0.0-beta.1) (2019-02-01)


### Bug Fixes

* **build:** adapt module forRoot() and remove index.ts barrels from the library to fix AOT compilation ([da73268](https://github.com/NationalBankBelgium/ngx-form-errors/commit/da73268)), closes [#17](https://github.com/NationalBankBelgium/ngx-form-errors/issues/17)
* **build:** adapt module forRoot() and remove index.ts barrels from the library to fix AOT compilation ([da73268](https://github.com/NationalBankBelgium/ngx-form-errors/commit/da7326813861b9a7b463efdb743c2c1ddd3d1a1b)), closes [#17](https://github.com/NationalBankBelgium/ngx-form-errors/issues/17)


### Code Refactoring

* **all:** cleanup API: remove unnecesary/duplicate code, improve JSDocs, rename vars and method ([3648112](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3648112)), closes [#8](https://github.com/NationalBankBelgium/ngx-form-errors/issues/8)
* **all:** cleanup API: remove unnecesary/duplicate code, improve JSDocs, rename vars and method ([3648112](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3648112411505f633b0ac74fbef7bd6196899482)), closes [#8](https://github.com/NationalBankBelgium/ngx-form-errors/issues/8)


### Features

* **demo:** refactor/restyle demo ([a29b95b](https://github.com/NationalBankBelgium/ngx-form-errors/commit/a29b95b))
* **demo:** refactor/restyle demo ([a29b95b](https://github.com/NationalBankBelgium/ngx-form-errors/commit/a29b95b198f262235a060065a5d57edba46b6a27))


### BREAKING CHANGES
Expand All @@ -76,14 +86,13 @@



<a name="1.0.0-beta.0"></a>
# [1.0.0-beta.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/3c4e516...1.0.0-beta.0) (2019-01-17)
# [1.0.0-beta.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/3c4e516fa41bd970d8015e2e675e94c0466bb891...1.0.0-beta.0) (2019-01-17)


### Features

* **all:** initial implementation ([3c4e516](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3c4e516))
* **demo:** improve demo app to show all the features ([6f08572](https://github.com/NationalBankBelgium/ngx-form-errors/commit/6f08572)), closes [#6](https://github.com/NationalBankBelgium/ngx-form-errors/issues/6)
* **all:** initial implementation ([3c4e516](https://github.com/NationalBankBelgium/ngx-form-errors/commit/3c4e516fa41bd970d8015e2e675e94c0466bb891))
* **demo:** improve demo app to show all the features ([6f08572](https://github.com/NationalBankBelgium/ngx-form-errors/commit/6f08572dad59349169f3142e6800746af2248eb3)), closes [#6](https://github.com/NationalBankBelgium/ngx-form-errors/issues/6)



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nationalbankbelgium/ngx-form-errors",
"version": "1.1.0",
"version": "2.0.0-rc.0",
"description": "Display validation errors for Angular Reactive forms",
"author": "Stark Team <National Bank of Belgium>",
"contributors": [
Expand Down

0 comments on commit 3753890

Please sign in to comment.