File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
33 - nightly
4+ - 7.4
45 - 7.3
56 - 7.2
67 - 7.1
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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.12.28] - 2020-01-27
8+
9+ ### Fixed
10+ - Trying to access array offset on value of type null in PHP 7.4, [ #101 ] ( https://github.com/swaggest/php-json-schema/pull/101 ) .
711
812## [ 0.12.27] - 2020-01-26
913
@@ -45,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4549### Changed
4650- Export ` null ` value instead of skipping it for properties having ` null ` type.
4751
52+ [ 0.12.28 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.27...v0.12.28
4853[ 0.12.27 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.26...v0.12.27
4954[ 0.12.26 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.25...v0.12.26
5055[ 0.12.25 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.24...v0.12.25
You can’t perform that action at this time.
0 commit comments