@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
[ Unreleased]
10
10
11
- ### Removed
11
+ ### Added
12
12
13
- - Support for JSONPatch
13
+ - Create .gitignore during ` init ` .
14
+ - Added support for anyOf, allOf and partial support for oneOf (treated as anyOf).
14
15
15
16
### Changed
16
17
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.
18
24
19
25
20
26
## [ 0.11.1] - 2024-08-15
@@ -208,11 +214,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208
214
- Generate partial client class with methods based on /paths/* /*
209
215
210
216
[ 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
213
219
[ 0.10.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...v0.10.1
214
220
[ 0.10.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.9.0...v0.10.0
215
221
[ 0.9.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.8.0...v0.9.0
216
222
[ 0.8.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.3...v0.8.0
217
223
[ 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