We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079af6c commit 36d2ba8Copy full SHA for 36d2ba8
CHANGELOG.md
@@ -0,0 +1,21 @@
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
+## [Unreleased]
8
9
+## [0.2.19] - 2019-10-02
10
11
+### Added
12
+- Schema exporter split into protected methods to allow extension.
13
14
+## [0.2.18] - 2019-09-22
15
16
+### Fixed
17
+- Description trimming bug.
18
19
+[Unreleased]: https://github.com/swaggest/php-code-builder/compare/v0.2.19...HEAD
20
+[0.2.19]: https://github.com/swaggest/php-code-builder/compare/v0.2.18...v0.2.19
21
+[0.2.18]: https://github.com/swaggest/php-code-builder/compare/v0.2.17...v0.2.18
0 commit comments