platform/packages/configuration/CHANGELOG.md

29 lines
717 B
Markdown
Raw Normal View History

2021-05-02 04:12:43 +00:00
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2020-05-04 15:59:33 +00:00
# 2.2.0
* Allow including one configuration within another.
* Badly-formatted `.env` files will no longer issue a warning,
but instead throw an exception.
2018-12-31 15:41:56 +00:00
# 2.1.0
* Add `loadStandaloneConfiguration`.
2018-08-21 19:07:09 +00:00
# 2.0.0
* Use Angel 2.
2018-07-12 16:43:28 +00:00
# 1.2.0-rc.0
2018-07-12 16:40:54 +00:00
* Removed the `Configuration` class.
* Removed the `ConfigurationTransformer` class.
* Use `Map` casting to prevent runtime cast errors.
2018-07-12 16:43:28 +00:00
# 1.1.0 (Retroactive changelog)
* Use `package:file`.
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`.