Skip to content

Releases: projek-xyz/container

v0.7.0

02 Jun 21:20
v0.7.0
8c00149
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • apply changes of 993ce5a and e11b338
  • move all exceptions to root namespace
  • remove unused classes as stated in a74109b

Features


Compare with previous version: v0.6.0...v0.7.0

v0.6.0

26 May 18:48
v0.6.0
ab5f65b
Compare
Choose a tag to compare

Features

  • add backward slash to all global functions (9e4e475)
  • add extend method (f911b2f), closes #39
  • change returns type of set() method (3cf9636)
  • change returns value of setContainer() method (0a4dd7a)
  • mark ArrayContainer & PropertyContainer as deprecated (a74109b)
  • mark ContainerInterace as deprecated & remove the use of it (8f743eb)
  • some behavior changes (c7ddba2)
  • unset now accepts spread operator in the argument (d56f12b)
  • excaption: make clearer excaption message (a0fc0b2)
  • resolver: cleanup methods (c63f18c)
  • resolver: simplify resolve method (1c6c606)

Bug Fixes

  • resolver: fix some unpredictable exceptions & only returns non-callable object as is (60b355d)
  • fix undefined method (6fcee4d), closes #29

Compare with previous version: v0.5.0...v0.6.0

v0.5.0

07 Mar 14:24
v0.5.0
bc3f161
Compare
Choose a tag to compare

Bug Fixes

  • few compatibility issue (28a7b2c)

Compare with previous version: v0.4.5...v0.5.0

v0.4.5

07 Mar 14:03
v0.4.5
c8d3a03
Compare
Choose a tag to compare

Features

  • upgrade minimum php 7.2 (7c7fe73)
  • upgrade PSR Container 2.0 (4c579db)

Bug Fixes


Compare with previous version: v0.4.4...v0.4.5

v0.4.4

08 Nov 06:34
v0.4.4
165a7de
Compare
Choose a tag to compare

Bug Fixes

  • fix ContainerAware::getContainer() return value (5347f98)

Compare with previous version: v0.4.3...v0.4.4

v0.4.3

03 Nov 21:11
v0.4.3
3ba188f
Compare
Choose a tag to compare

Bug Fixes

  • issue on ContainerAware when theres no Container instance assigned (03a1d35)

Compare with previous version: v0.4.2...v0.4.3

v0.4.2

02 Nov 18:24
v0.4.2
af32689
Compare
Choose a tag to compare

Compare with previous version: v0.4.1...v0.4.2

v0.4.1

10 Jul 21:34
v0.4.1
fd532ca
Compare
Choose a tag to compare

Compare with previous version: v0.4.0...v0.4.1

v0.4.0

09 Jul 21:55
v0.4.0
1ffff1c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • move all exception class under Exception namespace

Features

  • add additional exceptions (1cf58dd), closes #12
  • autowire any ContainerAwareInterface instances (da3669e)
  • move all exception class under Exception namespace (8430d25)

Compare with previous version: v0.3.3...v0.4.0

v0.3.3

28 Jun 08:16
v0.3.3
51d7b96
Compare
Choose a tag to compare

Features

  • add helper class to integrate with the container (249b35a)

Compare with previous version: v0.3.2...v0.3.3