Skip to content

Commit

Permalink
chore(release): release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercr committed Feb 1, 2019
1 parent bccb1f1 commit 7fa517e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<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)


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


### Features

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


### BREAKING CHANGES

* **all:** removed/renamed some methods and properties:

- removed isValid() from NgxFormErrorsDirective. Use hasErrors() instead.
- renamed getMessageForError to getErrorMessage in NgxFormErrorsMessageService.
- renamed fieldName to formControlName in NgxFormFieldError.



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

Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Display validation errors for Angular Reactive forms",
"author": "Stark Team <National Bank of Belgium>",
"contributors": [
Expand Down

0 comments on commit 7fa517e

Please sign in to comment.