2021-07-08 05:23:02 +00:00
|
|
|
# Change Log
|
|
|
|
|
2023-12-25 03:45:10 +00:00
|
|
|
## 8.1.1
|
|
|
|
|
|
|
|
* Updated repository link
|
|
|
|
|
2023-12-24 01:52:57 +00:00
|
|
|
## 8.1.0
|
|
|
|
|
|
|
|
* Updated `lints` to 3.0.0
|
|
|
|
|
2023-05-21 11:02:54 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2022-08-14 02:17:59 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Require Dart >= 2.17
|
2022-08-14 02:17:59 +00:00
|
|
|
* Updated `dotenv` to 4.0.x
|
|
|
|
|
2022-02-24 00:32:54 +00:00
|
|
|
## 6.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Require Dart >= 2.16
|
2022-02-24 00:32:54 +00:00
|
|
|
|
|
|
|
## 5.0.0
|
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Skipped release
|
2022-02-24 00:32:54 +00:00
|
|
|
|
2021-09-25 06:32:32 +00:00
|
|
|
## 4.1.0
|
|
|
|
|
|
|
|
* Updated to use `package:belatuk_merge_map`
|
|
|
|
* Updated to use `package:belatuk_pretty_logging`
|
|
|
|
* Updated linter to `package:lints`
|
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 4.0.1
|
|
|
|
|
|
|
|
* Updated README
|
2021-09-25 06:32:32 +00:00
|
|
|
* All 8 unit tests passed
|
2021-07-08 05:23:02 +00:00
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-05-02 04:12:43 +00:00
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to work with Dart >= 2.12 Non NNBD
|
2021-05-02 04:12:43 +00:00
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 2.2.0
|
|
|
|
|
2020-05-04 15:59:33 +00:00
|
|
|
* Allow including one configuration within another.
|
|
|
|
* Badly-formatted `.env` files will no longer issue a warning,
|
|
|
|
but instead throw an exception.
|
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 2.1.0
|
|
|
|
|
2018-12-31 15:41:56 +00:00
|
|
|
* Add `loadStandaloneConfiguration`.
|
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2018-08-21 19:07:09 +00:00
|
|
|
* Use Angel 2.
|
|
|
|
|
2021-07-08 05:23:02 +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.
|
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 1.1.0 (Retroactive changelog)
|
|
|
|
|
2018-07-12 16:43:28 +00:00
|
|
|
* Use `package:file`.
|
|
|
|
|
2021-07-08 05:23:02 +00:00
|
|
|
## 1.0.5
|
|
|
|
|
2017-08-16 00:29:13 +00:00
|
|
|
* Now using `package:merge_map` to merge configurations. Resolves
|
|
|
|
[#5](https://github.com/angel-dart/configuration/issues/5).
|
2021-07-08 05:23:02 +00:00
|
|
|
* You can now specify a custom `envPath`.
|