Skip to content

Commit

Permalink
Reset CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin de Graaf committed Mar 8, 2019
1 parent 0f2aaee commit 047134f
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,4 @@
# Parable PHP DI

## 0.2.3

_Changes_
- Scalar parameters can now also be handled, but _only if_ they are considered optional. This means _after_ any required parameters, and _with_ a default value.

## 0.2.2

_Changes_
- Define strict types.

## 0.2.1

_Bugfixes_

- Fixed bug where in some cases, an un-injectable parameter's type could not be established.

## 0.2.0

_Changes_
- `STORED_DEPENDENCIES` and `NEW_DEPENDENCIES` are now `USE_STORED_DEPENDENCIES` and `USE_NEW_DEPENDENCIES`, for clarity.

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

## 0.1.3

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

## 0.1.2

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

## 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 Routing

## 0.1.0

Expand Down

0 comments on commit 047134f

Please sign in to comment.