platform/CHANGELOG.md

9 lines
321 B
Markdown
Raw Normal View History

2018-07-12 16:40:54 +00:00
# 2.0.0
* Removed the `Configuration` class.
* Removed the `ConfigurationTransformer` class.
* Use `Map` casting to prevent runtime cast errors.
2017-08-16 00:29:13 +00:00
# 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`.