Skip to content

Releases: polymorphine/container

Release version 1.0.5

28 Jan 02:37
ee5a40a

Choose a tag to compare

Changed class elements order according to updated Polymorphine/Dev coding standard (version 0.6.0).

Release version 1.0.4

09 Jan 03:34
2435719

Choose a tag to compare

Changes:

  • Expanded psr/container version compatibility with 2.x

Misc:

  • Simplified composite container entry lookup
  • Refactored test methods

Release version 1.0.3

05 Jan 03:08
dcea0d9

Choose a tag to compare

Upgraded codebase to php 8.4

  • Upgraded dev package & project skeleton
  • Removed implicitly nullable arguments

Release version 1.0.2

05 Oct 00:49
436f98c

Choose a tag to compare

  • Synchronized package files with skeleton template

Release version 1.0.1

10 Aug 12:04
f473906

Choose a tag to compare

  • Expanded required php version with ^8.0
  • Added cs testing script to composer.json
  • Updated GitHub workflow script

Release version 1.0.0

05 Mar 00:19

Choose a tag to compare

PSR-11 Container for libraries & configuration with:

  • Encapsulated configuration and immutable container API
  • Lazy values evaluation with abstract strategy implementations
  • Config container for primitive or pre-instantiated values
  • Composite container implementation to combine multiple containers
  • "Dev mode" for quick integrity checks, call stack tracking &
    circular reference detection