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

Releases: gund/ng-preset

v2.0.0

24 Jan 18:55
0cebc3d
Compare
Choose a tag to compare

2.0.0 (2018-01-24)

Bug Fixes

  • codeclimate: Diable tslint engine due to tkqubo/codeclimate-tslint#26 (edee5c4)
  • package: Make sure tarballs correctly published to github (01bcb0d)
  • package: Run npm publish instead of twice github publish (cc5c72f)
  • preset: Allow to redefine decorated preset propesties (bc402a3)
  • preset: Fix types of preset input in modules (7bf2782)
  • preset: Fix types of preset input in modules (8b2092b)
  • preset: Make sure AOT will be able to collect metadata (45a0992)
  • preset: Make sure AOT will be able to collect metadata (db7c939)
  • preset: Store metadata directly on the object (601d659)
  • release: Publish npm tarball to github (71999f4)

Features

  • codeclimate: Add config yml file (6ed97d9)
  • preset: Implement Preset decorator (9dd81c4)
  • preset: Implement Preset decorator (feefd29)

BREAKING CHANGES

  • preset: Now module import module instead of .withPreset -> .forComponent by passing
    component to apply preset on as the first argument and preset component itself as second argument
  • preset: Now module import module instead of .withPreset -> .forComponent by passing
    component to apply preset on as the first argument and preset component itself as second argument

v1.1.3

02 Jan 22:50
Compare
Choose a tag to compare

1.1.3 (2018-01-02)

Bug Fixes

  • package: Run npm publish instead of twice github publish (2a3e6a8)

v1.1.2

02 Jan 22:05
Compare
Choose a tag to compare

1.1.2 (2018-01-02)

Bug Fixes

  • package: Make sure tarballs correctly published to github (828ac2f)

v1.1.1

02 Jan 21:49
Compare
Choose a tag to compare

1.1.1 (2018-01-02)

Bug Fixes

  • release: Publish npm tarball to github (5f5ea24)

v1.1.0

02 Jan 21:27
Compare
Choose a tag to compare

1.1.0 (2018-01-02)

Bug Fixes

Features

  • codeclimate: Add config yml file (84d7466)

v1.0.0

02 Jan 00:18
Compare
Choose a tag to compare

1.0.0 (2018-01-02)

Bug Fixes

  • preset: Add types for public methods (38f859b)
  • preset: Merge prototypes as well (4386732)

Features

  • module: Add preset module (bd6d638)
  • preset: Implement basic preset module (5503e68)