platform/angel_container/CHANGELOG.md

14 lines
417 B
Markdown
Raw Normal View History

# 1.0.0-alpha.4
* Safely handle `void` return types of methods.
# 1.0.0-alpha.3
* Reflecting `void` in `MirrorsReflector` now forwards to `dynamic`.
2018-08-21 02:19:48 +00:00
# 1.0.0-alpha.2
* Added `ReflectedInstance.reflectee`.
2018-08-20 04:40:30 +00:00
# 1.0.0-alpha.1
* Allow omission of the first argument of `Container.make`, to use
a generic type argument instead.
* `singleton` -> `registerSingleton`
* Add `createChild`, and support hierarchical containers.