Skip to content

Commit 394e31b

Browse files
committed
chore(release): cut the v0.58.0 release [skip ci]
1 parent c169eb3 commit 394e31b

File tree

51 files changed

+432
-289
lines changed

Some content is hidden

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

51 files changed

+432
-289
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.58.0](https://github.com/swagger-api/apidom/compare/v0.57.0...v0.58.0) (2022-12-16)
7+
8+
### Bug Fixes
9+
10+
- **ls:** add lint rule for OpenAPI 3.x.y Header.content field ([#2388](https://github.com/swagger-api/apidom/issues/2388)) ([c169eb3](https://github.com/swagger-api/apidom/commit/c169eb3c5b00d2b2c6ecad34acb3304da7b3043d))
11+
- **ls:** add lint rule for OpenAPI 3.x.y Paramter.content field ([#2387](https://github.com/swagger-api/apidom/issues/2387)) ([fe23ea8](https://github.com/swagger-api/apidom/commit/fe23ea8719f6c7bfd2296fd11525c5931c63f32f))
12+
- **ls:** add OpenAPI 3.x lint rule for Header.examples field ([#2381](https://github.com/swagger-api/apidom/issues/2381)) ([f713710](https://github.com/swagger-api/apidom/commit/f7137104c69887d947c25167054f1b2a2cac578f))
13+
- **ls:** add OpenAPI 3.x lint rule for Header.schema field ([#2383](https://github.com/swagger-api/apidom/issues/2383)) ([2cf185d](https://github.com/swagger-api/apidom/commit/2cf185d37983d7abcba0bbc012d2c58085cdca1e))
14+
- **ls:** add OpenAPI 3.x lint rule for Link.operationRef field ([#2380](https://github.com/swagger-api/apidom/issues/2380)) ([10801a7](https://github.com/swagger-api/apidom/commit/10801a739b688c1a4e3e45e8c24970325390ae42))
15+
- **ls:** add OpenAPI 3.x lint rule for Paramter.schema field ([#2382](https://github.com/swagger-api/apidom/issues/2382)) ([a9d3032](https://github.com/swagger-api/apidom/commit/a9d3032ea8d80b24df9653903e9d9eb1bcdd61c8))
16+
- **ls:** add required fields lint for OpenAPI 3.x.y Header Object ([#2384](https://github.com/swagger-api/apidom/issues/2384)) ([b36c7ce](https://github.com/swagger-api/apidom/commit/b36c7ce2daff6f2d21066ed166f79a87ceedad6b))
17+
- **ls:** add required fields lint for OpenAPI 3.x.y Parameter Object ([#2385](https://github.com/swagger-api/apidom/issues/2385)) ([d64c4f4](https://github.com/swagger-api/apidom/commit/d64c4f4039ab9b9c2f398d331cb246593acf3b10))
18+
- **ls:** add required lint rule for SecurityScheme.type field ([#2386](https://github.com/swagger-api/apidom/issues/2386)) ([4c9e3dc](https://github.com/swagger-api/apidom/commit/4c9e3dcc56df67685da9fab8392d8664b730984f))
19+
- **ls:** fix Encoding.allowReserved field completion and docs ([#2378](https://github.com/swagger-api/apidom/issues/2378)) ([3c6fc25](https://github.com/swagger-api/apidom/commit/3c6fc250cd89b5fc32d7293c130ea584360c4b9f))
20+
- **ls:** fix Example.externalValue field completion ([#2379](https://github.com/swagger-api/apidom/issues/2379)) ([f7ea322](https://github.com/swagger-api/apidom/commit/f7ea322ac873a1d132a0d5821fa7392912a15e79))
21+
- **ns-openapi-3-1:** avoid returning false in ractor plugins ([#2376](https://github.com/swagger-api/apidom/issues/2376)) ([d4ace47](https://github.com/swagger-api/apidom/commit/d4ace474a450d314d1489116971ec969b56c8d05))
22+
23+
### Features
24+
25+
- **ns-openapi-3-1:** add operationId normalization refractor plugin ([08ad7e4](https://github.com/swagger-api/apidom/commit/08ad7e420b4d8d0ec22c67dfab1cb14ff93c7c18)), closes [#2362](https://github.com/swagger-api/apidom/issues/2362)
26+
- **ns-openapi-3-1:** add parameters normalization refractor plugin ([#2363](https://github.com/swagger-api/apidom/issues/2363)) ([8b44455](https://github.com/swagger-api/apidom/commit/8b444556340750468dae0af924f25b5f19063b79)), closes [#2362](https://github.com/swagger-api/apidom/issues/2362)
27+
- **ns-openapi-3-1:** add security normalization refractor plugin ([#2368](https://github.com/swagger-api/apidom/issues/2368)) ([5ca21e3](https://github.com/swagger-api/apidom/commit/5ca21e392fc9e5e23cdb7d29b690df20476227c0)), closes [#2362](https://github.com/swagger-api/apidom/issues/2362)
28+
- **ns-openapi-3-1:** add servers normalization refractor plugin ([#2372](https://github.com/swagger-api/apidom/issues/2372)) ([3f7b8cc](https://github.com/swagger-api/apidom/commit/3f7b8cc783986adca6c7b613bec56fef0df43703)), closes [#2362](https://github.com/swagger-api/apidom/issues/2362)
29+
630
# [0.57.0](https://github.com/swagger-api/apidom/compare/v0.56.3...v0.57.0) (2022-12-08)
731

832
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*"],
33
"npmClient": "npm",
44
"useWorkspaces": true,
5-
"version": "0.57.0",
5+
"version": "0.58.0",
66
"changelogPreset": "angular",
77
"command": {
88
"bootstrap": {

0 commit comments

Comments
 (0)