1.2.0-rc.0

This commit is contained in:
Tobe O 2018-07-12 12:43:28 -04:00
parent 4e3e8de157
commit f22919e55b
2 changed files with 5 additions and 2 deletions

View file

@ -1,8 +1,11 @@
# 2.0.0
# 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).

View file

@ -1,6 +1,6 @@
name: angel_configuration
description: Automatic YAML configuration loader for Angel.
version: 2.0.0-rc.0
version: 1.2.0-rc.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_configuration
environment: