This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# API Elements: OpenAPI 2 Parser Changelog
22
3+ ## 0.32.6 (2021-07-21)
4+
5+ ### Bug Fixes
6+
7+ - Fixes generating example JSON bodies from Swagger Schema when the schema
8+ contains a reference to a JSON path which prefixes the current path, for
9+ example when handling a path such as ` $ref: '#/definitions/User' ` from a path
10+ which prefixes it such as ` $ref: '#/definitions/UserList' ` .
11+
312## 0.32.5 (2020-02-24)
413
514### Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " @apielements/openapi2-parser" ,
3- "version" : " 0.32.5 " ,
3+ "version" : " 0.32.6 " ,
44 "description" : " Swagger 2.0 parser for Fury.js" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# API Elements: OpenAPI 3 Parser Changelog
22
3- ## TBD
3+ ## 0.16.1 (2021-07-15)
44
55### Enhancements
66
Original file line number Diff line number Diff line change 11{
22 "name" : " @apielements/openapi3-parser" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Open API Specification 3 API Elements Parser" ,
55 "author" : " Apiary.io <support@apiary.io>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments