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 1
1
language : php
2
2
php :
3
3
- nightly
4
+ - 7.4
4
5
- 7.3
5
6
- 7.2
6
7
- 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.
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
+ ## [ 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 ) .
7
11
8
12
## [ 0.12.27] - 2020-01-26
9
13
@@ -45,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
49
### Changed
46
50
- Export ` null ` value instead of skipping it for properties having ` null ` type.
47
51
52
+ [ 0.12.28 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.27...v0.12.28
48
53
[ 0.12.27 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.26...v0.12.27
49
54
[ 0.12.26 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.25...v0.12.26
50
55
[ 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