Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisahusiwa committed Sep 10, 2020
1 parent 7c6f058 commit 89e9421
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4]
### Added
- Pass constant value to constructor arguments by using `CALL::CONSTANT`
- Validate constructor arguments datatype and value
- Handle passed `null` value to allows null constructor arguments

### Fixed
- Fix `constructParams` call bug when passing bool array


## [0.3.1]
- Remove `branch-alias` in `composer.json`


## [0.3]
### Added
- Add exception message of missing interface in constructor arguments
Expand All @@ -12,6 +26,7 @@ All notable changes to this project will be documented in this file.
- Refactoring unit tests
- Change format of `getFrom` rule to `[callback],[callback_arguments]`


## [0.2] - 2020-08-30
- Set supported PHP version to `>= 7.1`
- `ReflectionParameter::getClass` is deprecated on PHP 8. Replaced with `ReflectionParameter::getType`
Expand All @@ -23,7 +38,9 @@ All notable changes to this project will be documented in this file.
## [0.1] - 2020-08-21
Initial release

[Unreleased]: https://github.com/pattisahusiwa/dicontainer/compare/v0.3...HEAD
[Unreleased]: https://github.com/pattisahusiwa/dicontainer/compare/v0.4...HEAD
[0.4]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.4
[0.3.1]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.3.1
[0.3]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.3
[0.2]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.2
[0.1]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.1

0 comments on commit 89e9421

Please sign in to comment.