Skip to content

Version 0.2.0

Choose a tag to compare

@ragboyjr ragboyjr released this 27 Feb 17:47
· 16 commits to master since this release

Changed

  • Container interface to allow for greater extendability
  • Simplified the BoxContainer and split functionality into several Containers: AliasContainer, BoxFactoryContainer, FreezingContainer,
    SingletonContainer
  • Updated the interop wrapper to use the Psr Container

Fixed

  • Bug within container creation function
  • Bug for InteropWrapper

Added

  • alias for aliasing boxes
  • env for accessing values from the env
  • Added a new countable trait
  • Added more and more tests