Skip to content

V0.2.0

Compare
Choose a tag to compare
@davidscheutz davidscheutz released this 16 Feb 05:09
· 47 commits to master since this release

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 to register
  • Replace key's generic Hashable constraint with AnyHashable
  • Improved errors and tests
  • Readme added