- chore(npm): Fix npm audit errors (2fe3c2f)
- chore(Angular): Updated to Angular 7.x (cda1989)
- style: Adding read-only to property (2fe2cec)
- feat(demo): Created structure to show demo and code (da1075f)
- refactor(config): Trim settings and added suggested extensions (346544b)
- refactor(lint): Fix padded-blocks (1a83d78)
- refactor(lint): Fix padded-blocks on demos (de8583e)
- refactor(tsconfig): Split configuration for better IDE tooling (9c06b4c)
- Angular breaking-changes https://github.com/angular/angular/blob/master/CHANGELOG.md
- fix(formGroup): Fix generation of nested form-arrays (e6bbd3d)
- fix(formGroup): Fix inserting new formControl at correct array position (2cc2f6e)
- feat(formGroup): Created a hierarchy service to generate nested form groups and arrays (783e077)
- feat(formGroup): Enabled nested-control to work with formControlName (02f2f23)
- feat(nested-control): Set the parent form-group to form-control (ace2520)
- fix: Exporting form-service provider function (e1da248)
- fix: Re-enabled form-service (e6dcabc)
- fix: Renamed barrel imports to full-names and fix imports without index (6d7bc0a)
- Form wrappers should provide NRF_FORM_SERVICE_PROVIDER
- feat: Renamed control-options @Inputs to make it more seamless (15ba0d9)
- test(validator): Added unit tests to control-options-component (941a202)
- fix: Created a control-options component to be extended of while wrapping inputs (2b2197a)
- fix: Enabled nested-control to work without a model-path (1d820fd)
- build: Removed wrong installed dependencies from package.json (e24ef5c)
- build(husky): Added --no-verify on post-version to avoid build twice while publishing (a577b60)
- build(husky): Updeated husky to avoid run hooks twice (9baad37)
- test: Fix unit tests and moved helper classes to individual files (839464a)
- fix: Removed nested-form-service in order to inprove inputs and form interaction (a7b816d)
- NrfNestedFormService were removed and should be replaced by NrfFormDirective that has the same signatures
- fix(nested-control): Fix replay feature on control's ready$ event (eb7021b)
- fix(nested-control): Added replay feature to control's ready$ event (6e3668a)
- build: Changed post-version script to only push once and build once (1471360)
- build: Removed travis email notifications (eb49c9f)
- fix: Downgrade to ES5 because angular-optimizations do not work with greater (656df6b)
- docs(changelog): Added CHANGELOG includding all previous commits (f04c912)
- build: Setup conventional-changelog and validation on commit messages (0a95b4e)
- Migrated to Airbnb Style-Guide (9009971)
- 6.0.0 (e6bc1cf)
- Added key-words (68ba675)
- Fix lib build (00142ce)
- Fix samples after update to Angular 6 (ee0e70a)
- Fix sync-package script with new folders (1f3db78)
- Migrated lib to Angular 6 project structure (87d6a98)
- ran ng update (3967578)
- 5.0.3 (d8f052d)
- Added code coverage report (b867060)
- Added puppeteer to test headless (b07e2d0)
- Added travis-ci build (34a5de1)
- Fix downloads badge (3c9594b)
- Fix iml line-endings (61d7f1b)
- Removed ng build progress to better logs on CI (8eb391f)
- Set flag --no-sandbox to Chromium tests (56f0d47)
- Updated repo url and badges (22ac6d4)
- 5.0.1 (a93a204)
- Added NestedFormService to increase nesting capabilities (f36aa8c)
- Changed major version to track Angular`s version (b4b40b7)
- Downgrade for Angular 5.x (affdf8d)
- Improved testes for structural form (9b96e69)
- Initial unit test for NrfNestedFormService (ee2f06d)
- Removed Host Listener and renamed variable to its actual functionality (709c12f)
- 1.0.0 (961b124)
- Added sample page with custom input example (28aee49)
- Added script to test and build before bump version (0f3a722)
- Added usage documentation, comcepts and motivation (c1d718b)
- Changed the model to not mutate the original Entity (0a7eada)
- Changes to keep all projects and libs under src folder (c6affc8)
- Converted Form Component to a Directive to be more flexible on integrations (a9a7ba0)
- Created form component (62b4658)
- Created model directive (e655f29)
- Created the ng-rforms lib (819470d)
- Initial commit with clean project and correct git attributes (e63b2c4)
- Installed angular/material to create samples (8d6daca)
- Migrated to structural directive to enhance flexibility (f3eaee2)
- Mutating the property being set to trigger Changes Detection (36113cd)
- Removed lo-dash dependency (0cdbc27)
- Renamed namespace to better identify its functionality (f1a51cc)
- Updated formData behavior to include all Entity's properties (096ebac)