Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 498 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 498 Bytes

0.0.1-dev.5

  • Fixed resolve exception when isScope is null

0.0.1-dev.4

  • Implemented asScope() functionality
  • Fixed code generation interaction with other builders

0.0.1-dev.3

  • Added static root property to Scope to hold the root scope.
  • Renamed ContainerBuilder to ScopeBuilder
  • If a constructor takes a Scope as a parameter, it will receive the scope that created the object.
  • Updated documentation

0.0.1-dev.2

Refactor and documentation

0.0.1-dev.1

Initial release