Releases: projek-xyz/container
Releases · projek-xyz/container
Release list
v1.1.0
🚀 Features
- Initialize event lifecycle implementation - by @feryardiant in #84 (f9a34)
🐞 Bug Fixes
- Event lifecycle implementation - by @feryardiant in #86 (531c4)
View changes on GitHub
v1.0.1
🚀 Features
- Init
EntryCollectorto store the registered entries - by @feryardiant in #82 (b0234) - docs: Improve inline documentations across the codebase - by @feryardiant in #83 (6146c)
View changes on GitHub
v1.0.0
🚀 Features
- Add php 8.3 test - by @feryardiant in #62 (823a0)
- Use composable release workflow - by @feryardiant (f137d)
- Add
prepareworkflow to run on PR - by @feryardiant (2b4a6) - Switch back to
projek-xyz/actionsworkflows - by @feryardiant in #64 (0a92a) - Bump minimum php version to
7.4- by @feryardiant (e9e87) - ci:
- Add static analysis job - by @feryardiant (ea278)
- Add weekly test schedule on github actions - by @feryardiant (1e193)
- Add read contents permission on github actions - by @feryardiant (9e4ad)
- Add write pull-request permission on github actions - by @feryardiant (3c97c)
- Messing around with specific job permissions - by @feryardiant (d2be2)
🐞 Bug Fixes
- Fix Container::make() returns existing instance issue - by @feryardiant (a162c)
- Fix linting issue - by @feryardiant (f669f)
- Fix codeclimate config for phpmd - by @feryardiant (cc7a6)
- Fix silly method name typo - by @feryardiant (de2f7)
- ci: Fix missing cache-dir - by @feryardiant in #79 (f379d)
View changes on GitHub
v0.7.0
v0.6.0
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
v0.4.5
v0.4.4
Bug Fixes
- fix ContainerAware::getContainer() return value (5347f98)
Compare with previous version: v0.4.3...v0.4.4
v0.4.3
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
Compare with previous version: v0.4.1...v0.4.2