File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.29] - 2020-03-19
8
+
9
+ ### Added
10
+ - AJV and JSON Shema Test suites updated.
11
+
12
+ ### Fixed
13
+ - Validating ` enum ` and ` const ` in case of float vs. int comparison for equal values.
14
+ - Validation of time format edge cases.
15
+
7
16
## [ 0.12.28] - 2020-01-27
8
17
9
18
### Fixed
@@ -49,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
58
### Changed
50
59
- Export ` null ` value instead of skipping it for properties having ` null ` type.
51
60
61
+ [ 0.12.29 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.28...v0.12.29
52
62
[ 0.12.28 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.27...v0.12.28
53
63
[ 0.12.27 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.26...v0.12.27
54
64
[ 0.12.26 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.25...v0.12.26
You can’t perform that action at this time.
0 commit comments