We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2e7c9 commit 8880693Copy full SHA for 8880693
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.12.21] - 2019-10-01
8
9
+### Fixed
10
+- Treating unresolvable schema as a prohibitive `false` schema instead of failing with exception.
11
12
+## [0.12.20] - 2019-09-22
13
14
+### Changed
15
+- Export `null` value instead of skipping it for properties having `null` type.
16
17
+[0.12.21]: https://github.com/swaggest/php-code-builder/compare/v0.12.20...v0.12.21
18
+[0.12.20]: https://github.com/swaggest/php-code-builder/compare/v0.12.19...v0.12.20
0 commit comments