Skip to content

Releases: gyselroth/micro-container

2.3.3

03 Dec 14:04
a1117d7
Compare
Choose a tag to compare
  • [FIX] Parent service definition does overwrite container settings like singleton

2.3.2

19 Nov 11:46
2822fb4
Compare
Choose a tag to compare
  • [FIX] new line characters does not get matched used in ENV() default value

2.3.1

19 Nov 11:38
7f67c60
Compare
Choose a tag to compare
  • [FIX] env variables which get injected to an argument with no type hint are now a string and not null

2.3.0

15 Nov 15:15
3b8d74d
Compare
Choose a tag to compare
  • [CHANGE] Child service definition does not override a parent definition
  • [CHANGE] Closure arguments are not bound to the container by default
  • [FEATURE] Added support for non string env params (including json)

2.2.0

05 Nov 08:28
7bacbb3
Compare
Choose a tag to compare
  • [FEATURE] Support for batch calls

2.1.2

21 May 14:53
63b87b2
Compare
Choose a tag to compare
  • [FIX] calls is ignored if service (class) has no constructor #21

2.1.1

08 Feb 11:02
728cf35
Compare
Choose a tag to compare
  • [FEATURE] Use ENV variable in a use statement #19

2.1.0

29 Jan 14:03
c870649
Compare
Choose a tag to compare
  • [FEATURE] Build instances with runtime arguments #12
  • [CHANGE] singleton: true should be the default (which it is), but true/false should be switched. #13
  • [CHANGE] Removed the deprecated selects functionality (use select: true for calls statements)

2.0.3

19 Dec 10:30
42293a5
Compare
Choose a tag to compare
  • [FIX] "expected to be a reference, value given in" for arguments as refernece with default value #9

2.0.2

19 Nov 16:23
00e2c8b
Compare
Choose a tag to compare
  • [CHANGE] Chaining calls and selects calls in a mixed declaration. #7