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.
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.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+
716## [ 0.12.28] - 2020-01-27
817
918### Fixed
@@ -49,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4958### Changed
5059- Export ` null ` value instead of skipping it for properties having ` null ` type.
5160
61+ [ 0.12.29 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.28...v0.12.29
5262[ 0.12.28 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.27...v0.12.28
5363[ 0.12.27 ] : https://github.com/swaggest/php-json-schema/compare/v0.12.26...v0.12.27
5464[ 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