oas 14.8.2 → 14.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.js +2 -0
- package/src/operation/get-callback-examples.js +30 -0
- package/src/operation.js +81 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 14.9.0 (2021-11-09)
|
|
2
|
+
|
|
3
|
+
* feat: replaying callback work on top of the 14.8 release series ([930120d](https://github.com/readmeio/oas/commit/930120d))
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## <small>14.8.2 (2021-10-29)</small>
|
|
2
8
|
|
|
3
9
|
* refactor: don't pull required deprecated params out to deprecatedProps (#531) ([c15e6e5](https://github.com/readmeio/oas/commit/c15e6e5)), closes [#531](https://github.com/readmeio/oas/issues/531)
|