@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99[ Unreleased]
1010
11- ### Removed
11+ ### Added
1212
13- - Support for JSONPatch
13+ - Create .gitignore during ` init ` .
14+ - Added support for anyOf, allOf and partial support for oneOf (treated as anyOf).
1415
1516### Changed
1617
17- - Breaking: openapi directory is now ` ${source root}/openapi `
18+ - Default openapi directory is now ` ${source root}/lapidary/openapi ` .
19+
20+ ### Removed
21+
22+ - Removed development dependency on lapidary-render from generated projects
23+ - Removed support for JSON Patch.
1824
1925
2026## [ 0.11.1] - 2024-08-15
@@ -208,11 +214,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208214- Generate partial client class with methods based on /paths/* /*
209215
210216[ Unreleased ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.1...HEAD
211- [ 0.10 .1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.0...v0.11.1
212- [ 0.10.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...v0.11.0
217+ [ 0.11 .1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.0...v0.11.1
218+ [ 0.11.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...v0.11.0
213219[ 0.10.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...v0.10.1
214220[ 0.10.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.9.0...v0.10.0
215221[ 0.9.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.8.0...v0.9.0
216222[ 0.8.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.3...v0.8.0
217223[ 0.7.3 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.1...v0.7.3
218- [ 0.7.1 ] : https://github.com/python-lapidary/lapidary-render/releases/tag/v0.7.1
224+ [ 0.7.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.6.1...v0.7.1
225+ [ 0.6.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.6.0...v0.6.1
0 commit comments