3f12f4d581
* `ReflectedType.newInstance` now returns a `ReflectedInstance`. * Moved `ReflectedInstance.invoke` to `ReflectedFunction.invoke`.
718 B
718 B
1.0.0-alpha.7
- Add
EmptyReflector
. ReflectedType.newInstance
now returns aReflectedInstance
.- Moved
ReflectedInstance.invoke
toReflectedFunction.invoke
.
1.0.0-alpha.6
- Add
getField
toReflectedInstance
.
1.0.0-alpha.5
- Remove concrete type from
ReflectedTypeParameter
.
1.0.0-alpha.4
- Safely handle
void
return types of methods.
1.0.0-alpha.3
- Reflecting
void
inMirrorsReflector
now forwards todynamic
.
1.0.0-alpha.2
- Added
ReflectedInstance.reflectee
.
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.