platform/packages/configuration/CHANGELOG.md
Tobe O bda70d18e3 Add 'packages/configuration/' from commit 'a7902feaa0a360848777b1e7b7c20d9ff848d19b'
git-subtree-dir: packages/configuration
git-subtree-mainline: c77d25f6d0
git-subtree-split: a7902feaa0
2020-02-15 18:28:56 -05:00

18 lines
No EOL
451 B
Markdown

# 2.1.0
* Add `loadStandaloneConfiguration`.
# 2.0.0
* Use Angel 2.
# 1.2.0-rc.0
* Removed the `Configuration` class.
* Removed the `ConfigurationTransformer` class.
* Use `Map` casting to prevent runtime cast errors.
# 1.1.0 (Retroactive changelog)
* Use `package:file`.
# 1.0.5
* Now using `package:merge_map` to merge configurations. Resolves
[#5](https://github.com/angel-dart/configuration/issues/5).
* You can now specify a custom `envPath`.