Skip to content

Commit b616e76

Browse files
committed
chore(release): cut the v0.97.0 release [skip ci]
1 parent 9d005db commit b616e76

File tree

67 files changed

+467
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+467
-311
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.97.0](https://github.com/swagger-api/apidom/compare/v0.96.0...v0.97.0) (2024-03-07)
7+
8+
### Features
9+
10+
- **apidom-converter:** add reference summary and description plugins ([#3885](https://github.com/swagger-api/apidom/issues/3885)) ([3246c9f](https://github.com/swagger-api/apidom/commit/3246c9fba6d3b5fd3ca74e0d41432dbedd344891)), closes [#3697](https://github.com/swagger-api/apidom/issues/3697)
11+
- **core:** add support for RefElement and LinkElement ([#3884](https://github.com/swagger-api/apidom/issues/3884)) ([342ee3f](https://github.com/swagger-api/apidom/commit/342ee3f653f492d3b07ac9b467eba55f0d02b3f9)), closes [#3882](https://github.com/swagger-api/apidom/issues/3882)
12+
- **core:** handle RefElement serialization in toValue serializer ([#3901](https://github.com/swagger-api/apidom/issues/3901)) ([f205211](https://github.com/swagger-api/apidom/commit/f205211722481004b9c81d6dbe8477adbdbbca2d)), closes [#3894](https://github.com/swagger-api/apidom/issues/3894)
13+
- **reference): eat(reference:** add support for skipping internal references in AsyncAPI 2.x dereference strategy ([#3905](https://github.com/swagger-api/apidom/issues/3905)) ([ad82680](https://github.com/swagger-api/apidom/commit/ad826800b08a2b1f799ace209b41eff7e5c617ea)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
14+
- **reference:** add dereference strategy that handles abstract RefElement ([#3887](https://github.com/swagger-api/apidom/issues/3887)) ([a2eabb6](https://github.com/swagger-api/apidom/commit/a2eabb667e75b48e328c99cc48877d3526d7b353)), closes [#3881](https://github.com/swagger-api/apidom/issues/3881)
15+
- **reference:** add parser plugin for parsing dehydrated ApiDOM ([#3892](https://github.com/swagger-api/apidom/issues/3892)) ([6b97051](https://github.com/swagger-api/apidom/commit/6b970512e0ac9f688f1de748f40c8691c53c68e6)), closes [#3889](https://github.com/swagger-api/apidom/issues/3889)
16+
- **reference:** add resolver strategy that handles abstract RefElement ([#3893](https://github.com/swagger-api/apidom/issues/3893)) ([9db6d3e](https://github.com/swagger-api/apidom/commit/9db6d3ec383c9f66ce03ed1593548d9c046fe59f)), closes [#3888](https://github.com/swagger-api/apidom/issues/3888)
17+
- **reference:** add support for skipping internal references in OpenAPI 3.0.x dereference strategy ([#3904](https://github.com/swagger-api/apidom/issues/3904)) ([4da622a](https://github.com/swagger-api/apidom/commit/4da622a69ef2fd5ee4c7a12aabc151acff0e19d3)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
18+
- **reference:** add support for skipping internal references in OpenAPI 3.1.0 dereference strategy ([#3906](https://github.com/swagger-api/apidom/issues/3906)) ([9d005db](https://github.com/swagger-api/apidom/commit/9d005dbb8d283465d77cc23377783b39549dadeb)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
19+
- **reference:** skip processing internal refererences in apidom resolve strategy ([#3902](https://github.com/swagger-api/apidom/issues/3902)) ([0762e8b](https://github.com/swagger-api/apidom/commit/0762e8b13c32e87f4f447d5ee5e0c113c02ab2d7)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
20+
- **reference:** skip processing internal refererences in OpenAPI 2.0 resolve strategy ([#3903](https://github.com/swagger-api/apidom/issues/3903)) ([dc787bf](https://github.com/swagger-api/apidom/commit/dc787bf26e07511430e74108677e67b742061f2b)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
21+
622
# [0.96.0](https://github.com/swagger-api/apidom/compare/v0.95.0...v0.96.0) (2024-02-28)
723

824
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "0.96.0",
4+
"version": "0.97.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)