Skip to content

Commit e40e603

Browse files
Jakob Linskesederjaylinski
authored andcommitted
Release version 4.2.0
1 parent 867957c commit e40e603

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.2.0] - 2022-11-11
8+
### Added
9+
- Support for using array-keys in `ArrayBinding` (#52, #55)
10+
711
## [4.1.1] - 2022-01-17
812
### Fixed
913
- Avoid IDE warnings when passing `Closure` to `CallbackBinding`
@@ -26,15 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630

2731
## [4.0.0] - 2020-10-06
2832
### Added
29-
- support for magic class properties
30-
- auto casing for json field - class properties mapping
33+
- Support for magic class properties
34+
- Auto casing for json field - class properties mapping
3135
- PHP CS Fixer for linting and fixing code style
3236

3337
### Changed
34-
- unit tests to phpunit
38+
- Unit tests to phpunit
3539

3640
### Removed
37-
- support for PHP 7.2
41+
- Support for PHP 7.2
3842

3943
## [3.1.0] - 2020-04-10
4044
### Added
@@ -53,10 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5357
- `validate` function for checking the `isRequired` flag for Bindings
5458

5559
### Changed
56-
- transform `Binding` to an abstract class and unify functionality from `AliasBinding`, `ArrayBinding` & `FieldBinding`
60+
- Transform `Binding` to an abstract class and unify functionality from `AliasBinding`, `ArrayBinding` & `FieldBinding`
5761

5862
### Fixed
59-
- check for `isRequired` flag is only executed when applicable
63+
- Check for `isRequired` flag is only executed when applicable
6064

6165
## [2.2.0] - 2019-01-11
6266
### Added

0 commit comments

Comments
 (0)