File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 4.2.0] - 2022-11-11
8
+ ### Added
9
+ - Support for using array-keys in ` ArrayBinding ` (#52 , #55 )
10
+
7
11
## [ 4.1.1] - 2022-01-17
8
12
### Fixed
9
13
- 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
26
30
27
31
## [ 4.0.0] - 2020-10-06
28
32
### 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
31
35
- PHP CS Fixer for linting and fixing code style
32
36
33
37
### Changed
34
- - unit tests to phpunit
38
+ - Unit tests to phpunit
35
39
36
40
### Removed
37
- - support for PHP 7.2
41
+ - Support for PHP 7.2
38
42
39
43
## [ 3.1.0] - 2020-04-10
40
44
### Added
@@ -53,10 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
57
- ` validate ` function for checking the ` isRequired ` flag for Bindings
54
58
55
59
### 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 `
57
61
58
62
### Fixed
59
- - check for ` isRequired ` flag is only executed when applicable
63
+ - Check for ` isRequired ` flag is only executed when applicable
60
64
61
65
## [ 2.2.0] - 2019-01-11
62
66
### Added
You can’t perform that action at this time.
0 commit comments