1.2.0-rc.0
This commit is contained in:
parent
4e3e8de157
commit
f22919e55b
2 changed files with 5 additions and 2 deletions
|
@ -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).
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue