Skip to content

Commit 047134f

Browse files
author
Robin de Graaf
committed
Reset CHANGELOG
1 parent 0f2aaee commit 047134f

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

CHANGELOG.md

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,4 @@
1-
# Parable PHP DI
2-
3-
## 0.2.3
4-
5-
_Changes_
6-
- 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.
7-
8-
## 0.2.2
9-
10-
_Changes_
11-
- Define strict types.
12-
13-
## 0.2.1
14-
15-
_Bugfixes_
16-
17-
- Fixed bug where in some cases, an un-injectable parameter's type could not be established.
18-
19-
## 0.2.0
20-
21-
_Changes_
22-
- `STORED_DEPENDENCIES` and `NEW_DEPENDENCIES` are now `USE_STORED_DEPENDENCIES` and `USE_NEW_DEPENDENCIES`, for clarity.
23-
24-
_Bugfixes_
25-
- `clearRelationship()` had a bug where right-hand relationships weren't being cleared, leading to more class names being stored than necessary.
26-
27-
## 0.1.3
28-
29-
_Bugfixes_
30-
- Calling `map()` will now also normalize the names provided.
31-
- Fixed type hint for `$maps`.
32-
33-
## 0.1.2
34-
35-
_Changes_
36-
- Removed obsolete doc block annotations for params.
37-
- Added dynamic return type config.
38-
39-
## 0.1.1
40-
41-
_Changes_
42-
- 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.
1+
# Parable Routing
432

443
## 0.1.0
454

0 commit comments

Comments
 (0)