Skip to content

Commit 5cd3bfa

Browse files
authored
Fix code generation for AsyncAPI 2.1.0 schema (#40)
1 parent 2aefc60 commit 5cd3bfa

File tree

8 files changed

+8482
-80
lines changed

8 files changed

+8482
-80
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.4.46] - 2021-08-29
8+
9+
### Fixed
10+
- Infinite recursion with JSON Schema draft-07 reference in 3rd party schema.
11+
712
## [0.4.45] - 2021-07-16
813

914
### Fixed
@@ -267,6 +272,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267272
### Fixed
268273
- Removed unnecessary regexp dependency, #7.
269274

275+
[0.4.46]: https://github.com/swaggest/go-code-builder/compare/v0.4.45...v0.4.46
270276
[0.4.45]: https://github.com/swaggest/go-code-builder/compare/v0.4.44...v0.4.45
271277
[0.4.44]: https://github.com/swaggest/go-code-builder/compare/v0.4.43...v0.4.44
272278
[0.4.43]: https://github.com/swaggest/go-code-builder/compare/v0.4.42...v0.4.43

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"swaggest/code-builder": "^0.3.1|dev-master",
2020
"php": ">=5.6.0",
2121
"phplang/scope-exit": "^1.0",
22-
"swaggest/json-schema": "^0.12.4",
22+
"swaggest/json-schema": "^0.12.37",
2323
"swaggest/json-schema-maker": "^0.3.2"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)