File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212 - Added parameter and return types to everything; enabled strict type checks (#18 )
1313 - Added new exception classes to better identify certain types of errors (#20 )
1414 - ` Data ` now implements ` ArrayAccess ` (#17 )
15+ - Added ability to merge non-associative array values (#31 , #32 )
1516
1617### Changed
1718 - All thrown exceptions are now instances or subclasses of ` DataException ` (#20 )
1819 - Calling ` get() ` on a missing key path without providing a default will throw a ` MissingPathException ` instead of returning ` null ` (#29 )
1920 - Bumped supported PHP versions to 7.1 - 8.x (#18 )
2021
22+ ### Fixed
23+ - Fixed incorrect merging of array values into string values (#32 )
24+ - Fixed ` get() ` method behaving as if keys with ` null ` values didn't exist
25+
2126## [ 2.0.0] - 2017-12-21
2227
2328### Changed
You can’t perform that action at this time.
0 commit comments