Skip to content

Latest commit

 

History

History
101 lines (48 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

101 lines (48 loc) · 3.51 KB

4.0.1 (2017-12-04)

Versão com suporte ao Angular 5.

Bug Fixes

  • empty space (d29a9d1)
  • InjectionToken: replace OpaqueToken for InjectionToken skipLibCheck (cc4f1d9)
  • README: ajuste (44ddc39)
  • tsconfig: ajuste (50312dd)

3.0.0 (2017-04-07)

2.0.0 (2017-04-04)

2.0.0 (2017-04-04)

1.0.0 (2017-01-13)

1.0.0 (2017-01-13)

0.0.13 (2016-12-12)

Bug Fixes

  • config: get global env with extends (d22a7f8)
  • config: global env extends (a1d8e73)
  • config: revert commit 12a89b234bba99 (c1fe48d)

Features

  • config: allow extends configuration of envs (ex: prod:dev) (55eb833)
  • config: allow extends env by key(identifier) (840f427)

Performance Improvements

  • config: checkExtends not call get() (12a89b2)

0.0.12 (2016-11-30)

Features

  • module: add method initialize(), break bc (041ceb3)

0.0.11 (2016-11-27)

Bug Fixes

  • module: initialize token CustomLoaderToken that allow pass callback custom loader (6c338e1)

0.0.10 (2016-11-27)

Bug Fixes

  • config: assign of config to initialization less not allow (4409c75)
  • config: config invalid should returns null (ffb0de2)
  • config: get config env (0423a40)
  • loader: invalid type array (47fced7)

Features

  • configBase: add ConfigBase how abstract (92efa4c)
  • configJson:: validate data type (b4b109a)
  • factory: add custom loader, allow build loaders yml, plugin sql ... (c62fa56)