V0.2.0
Introduce AutoSetup
with basic code generation to simplify dependency setup.
Changes further include
- Add bootstrap function to explicitly start container
- Exclude the object's type information when registering for specific types
- Renaming of
add
naming convention toregister
- Replace key's generic
Hashable
constraint withAnyHashable
- Improved errors and tests
- Readme added