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

v2.0.0

Latest
Compare
Choose a tag to compare
@gund gund released this 24 Jan 18:55
· 2 commits to master since this release
0cebc3d

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