Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: Alorel/ngx-decorators

3.0.3

29 Oct 09:42
8316207
Compare
Choose a tag to compare

3.0.3 (2018-10-29)

Maintenance

  • Add GitHub issue templates (6e0176e)
  • Redistribute in proper flat ESM format (c1a3ccc)

Refactoring

  • Refactored code for new tslint rules (06e30b9)

3.0.2

02 Oct 16:16
5f6319f
Compare
Choose a tag to compare

3.0.2 (2018-10-02)

Bug Fixes

  • Fix errors caused by some Symbol polyfills & IE11 erroring out when 'name' is defined on a function. (ea7d2c2)

3.0.1

26 Sep 22:39
645be96
Compare
Choose a tag to compare

3.0.1 (2018-09-26)

Documentation

  • Add class inheritance notice (f416944)

3.0.0

26 Sep 22:31
85d9488
Compare
Choose a tag to compare

3.0.0 (2018-09-26)

Maintenance

  • package: Update chai & ts-loader (37fa35f)
  • package: Update tslint-rules (b9e6445)

Performance Improvements

  • Refactor the code to use ChangeDetectorRef's markForCheck() method instead of detectChanges() (bcab7a3)

BREAKING CHANGES

  • The library now uses the ChangeDetectorRef's markForCheck() method instead of detectChanges(). This would break your code only if you were somehow relying on the change detection to be synchronous, which very rarely the case.

2.0.4

07 Sep 12:03
75307dc
Compare
Choose a tag to compare

2.0.4 (2018-09-07)

Documentation

  • README: Add link to ngx-decorate-preprocessor (73c5deb)

2.0.3

07 Sep 02:15
4ae4062
Compare
Choose a tag to compare

2.0.3 (2018-09-07)

Bug Fixes

  • build: Pushed dist files should now be handled properly (#20) (e5368bf)

2.0.2

07 Sep 01:44
3e9f0ee
Compare
Choose a tag to compare

2.0.2 (2018-09-07)

Bug Fixes

  • build: Make [@semantic-release](https://github.com/semantic-release)/npm update root README.md (6ce995a)

Documentation

  • Fixed ngOnit to ngOnInit (3affeae)

2.0.1

07 Sep 01:28
bbac71f
Compare
Choose a tag to compare

2.0.1 (2018-09-07)

Bug Fixes

  • package: Remove actual NgxDecorate file (fc332d8)

Documentation

  • CdrProp: Remove reference to NgxDecorate (c42014a)

2.0.0

07 Sep 01:21
6084742
Compare
Choose a tag to compare

2.0.0 (2018-09-07)

Documentation

Maintenance

  • package: Set tslib as a peer dependency (1446d23)

Refactoring

  • Remove the need for the NgxDecorate (4488926)

BREAKING CHANGES

  • package: New peer dependency: tslib@^1.6.0
  • The NgxDecorate decorator has been removed and is no longer needed.

1.2.4

05 Sep 10:25
dfc23d8
Compare
Choose a tag to compare

1.2.4 (2018-09-05)

Maintenance

  • Run tslint --fix for updated rules (38fe75a)
  • package: Clean up dist and package.json (b6bb455)