Skip to content

Commit 7564d4a

Browse files
authored
Update CHANGELOG.md
1 parent 93a7278 commit 7564d4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)