File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.24] - 2019-12-03
8
+
9
+ ### Fixed
10
+ - Behavior of ` tolerateStrings ` when decoding bool and applying values to original data (now for real).
11
+
7
12
## [ 0.12.23] - 2019-12-02
8
13
9
14
### Fixed
@@ -24,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
29
### Changed
25
30
- Export ` null ` value instead of skipping it for properties having ` null ` type.
26
31
32
+ [ 0.12.24 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.23...v0.12.24
27
33
[ 0.12.23 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.22...v0.12.23
28
34
[ 0.12.22 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.21...v0.12.22
29
35
[ 0.12.21 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.20...v0.12.21
You can’t perform that action at this time.
0 commit comments