Skip to content

aurelia-dependency-injection v0.9.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 02 Jul 03:28
· 252 commits to master since this release

Bug Fixes

  • all: switch to new metadata abstraction (05f3bfde)
  • container:
    • add generics to Map type info (072262ef)
    • dry out bad key error message (58a1036f)
    • Improve error message on bad key for DI (6495ad3b, closes #36)
  • package: update aurelia tools and dts generator (83c1e2cb)

Features

  • container:
    • enable the invoke helper to take additional deps (eec36d2a)
    • turn a container instance into a globally reachable singleton instance (3c02164b)