Skip to content

Commit

Permalink
Fix code generation for AsyncAPI 2.1.0 schema (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Aug 29, 2021
1 parent 2aefc60 commit 5cd3bfa
Show file tree
Hide file tree
Showing 8 changed files with 8,482 additions and 80 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.46] - 2021-08-29

### Fixed
- Infinite recursion with JSON Schema draft-07 reference in 3rd party schema.

## [0.4.45] - 2021-07-16

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

[0.4.46]: https://github.com/swaggest/go-code-builder/compare/v0.4.45...v0.4.46
[0.4.45]: https://github.com/swaggest/go-code-builder/compare/v0.4.44...v0.4.45
[0.4.44]: https://github.com/swaggest/go-code-builder/compare/v0.4.43...v0.4.44
[0.4.43]: https://github.com/swaggest/go-code-builder/compare/v0.4.42...v0.4.43
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"swaggest/code-builder": "^0.3.1|dev-master",
"php": ">=5.6.0",
"phplang/scope-exit": "^1.0",
"swaggest/json-schema": "^0.12.4",
"swaggest/json-schema": "^0.12.37",
"swaggest/json-schema-maker": "^0.3.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 5cd3bfa

Please sign in to comment.