v1.2.0
- Changed from
Type<T>toConstructor<T>to protect against invalid types - Resolution now ignores optional arguments that can't be constructed
- Resolution now works for unregistered classes that have no constructor arguments
Type<T> to Constructor<T> to protect against invalid types