Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit ed99d49

Browse files
committed
chore(oas2): release 0.28.2
1 parent 600ca9e commit ed99d49

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/fury-adapter-swagger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Fury Swagger Parser Changelog
22

3+
## 0.28.2 (2020-02-07)
4+
5+
### Bug Fixes
6+
7+
- This release includes performance improvements to parsing documents which
8+
contain the same schema re-used via a reference (`$ref`) many times in
9+
request parameters and response bodies.
10+
311
## 0.28.1 (2020-01-30)
412

513
### Bug Fixes

packages/fury-adapter-swagger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fury-adapter-swagger",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"description": "Swagger 2.0 parser for Fury.js",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",

0 commit comments

Comments
 (0)