Skip to content

Releases: parable-php/di

Parable DI 0.2.0

03 Nov 20:59
Compare
Choose a tag to compare
Parable DI 0.2.0 Pre-release
Pre-release

0.2.0

Bugfixes

  • clearRelationship() had a bug where right-hand relationships weren't being cleared, leading to more class names being stored than necessary.

Changes

  • STORED_DEPENDENCIES and NEW_DEPENDENCIES are now USE_STORED_DEPENDENCIES and USE_NEW_DEPENDENCIES, for clarity.

Parable DI 0.1.3

13 Aug 18:19
Compare
Choose a tag to compare
Parable DI 0.1.3 Pre-release
Pre-release

Parable PHP DI

0.1.3

Bugfixes:

  • Calling map() will now also normalize the names provided.
  • Fixed type hint for $maps.

Parable DI 0.1.2

12 Aug 17:06
Compare
Choose a tag to compare
Parable DI 0.1.2 Pre-release
Pre-release

Parable PHP DI

0.1.2

Changes:

  • Removed obsolete doc block annotations for params.
  • Added dynamic return type config.

Parable DI 0.1.1

11 Aug 22:26
Compare
Choose a tag to compare
Parable DI 0.1.1 Pre-release
Pre-release

Parable PHP DI

0.1.1

Changes:

  • Added map(string $requested, string $replacement). This way, you can set replacement instantiating names beforehand, which only get resolved once the original name is retrieved.

Parable DI 0.1.0

09 Aug 20:52
Compare
Choose a tag to compare
Parable DI 0.1.0 Pre-release
Pre-release

Parable PHP DI

0.1.0

Changes:

  • First release.