Skip to content

Latest commit

 

History

History
61 lines (30 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

61 lines (30 loc) · 2.4 KB

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)