1 | # Change Log
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file.
|
---|
4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
---|
5 |
|
---|
6 | # [0.95.0](https://github.com/swagger-api/apidom/compare/v0.94.0...v0.95.0) (2024-02-09)
|
---|
7 |
|
---|
8 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
9 |
|
---|
10 | # [0.94.0](https://github.com/swagger-api/apidom/compare/v0.93.0...v0.94.0) (2024-02-05)
|
---|
11 |
|
---|
12 | ### Features
|
---|
13 |
|
---|
14 | - **converter:** add complete code infrastructure ([#3755](https://github.com/swagger-api/apidom/issues/3755)) ([f882828](https://github.com/swagger-api/apidom/commit/f8828281ab2e49394d365cc314448dc9164418ce)), closes [#3697](https://github.com/swagger-api/apidom/issues/3697) [#3743](https://github.com/swagger-api/apidom/issues/3743)
|
---|
15 |
|
---|
16 | # [0.93.0](https://github.com/swagger-api/apidom/compare/v0.92.0...v0.93.0) (2024-01-23)
|
---|
17 |
|
---|
18 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
19 |
|
---|
20 | # [0.92.0](https://github.com/swagger-api/apidom/compare/v0.91.0...v0.92.0) (2024-01-12)
|
---|
21 |
|
---|
22 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
23 |
|
---|
24 | # [0.91.0](https://github.com/swagger-api/apidom/compare/v0.90.0...v0.91.0) (2024-01-08)
|
---|
25 |
|
---|
26 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
27 |
|
---|
28 | # [0.90.0](https://github.com/swagger-api/apidom/compare/v0.89.0...v0.90.0) (2024-01-04)
|
---|
29 |
|
---|
30 | ### Features
|
---|
31 |
|
---|
32 | - **reference:** add Workflows 1.0.0 JSON parser plugin ([#3568](https://github.com/swagger-api/apidom/issues/3568)) ([1b12b50](https://github.com/swagger-api/apidom/commit/1b12b50f833cc3e55691d378ef94dd4fd87d7bee)), closes [#3567](https://github.com/swagger-api/apidom/issues/3567)
|
---|
33 | - **reference:** add Workflows 1.0.0 YAML parser plugin ([#3572](https://github.com/swagger-api/apidom/issues/3572)) ([7e4ba45](https://github.com/swagger-api/apidom/commit/7e4ba451a986f32edbe3ec3f8035685447c038eb))
|
---|
34 |
|
---|
35 | # [0.89.0](https://github.com/swagger-api/apidom/compare/v0.88.0...v0.89.0) (2023-12-19)
|
---|
36 |
|
---|
37 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
38 |
|
---|
39 | # [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)
|
---|
40 |
|
---|
41 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
42 |
|
---|
43 | # [0.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)
|
---|
44 |
|
---|
45 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
46 |
|
---|
47 | # [0.86.0](https://github.com/swagger-api/apidom/compare/v0.85.0...v0.86.0) (2023-12-05)
|
---|
48 |
|
---|
49 | ### Features
|
---|
50 |
|
---|
51 | - **reference:** add code infrastructure for bundle feature ([#3488](https://github.com/swagger-api/apidom/issues/3488)) ([29a4d51](https://github.com/swagger-api/apidom/commit/29a4d51bbc5cc3563c07b7f2ed287f7e6b15102b)), closes [#692](https://github.com/swagger-api/apidom/issues/692)
|
---|
52 |
|
---|
53 | # [0.85.0](https://github.com/swagger-api/apidom/compare/v0.84.0...v0.85.0) (2023-11-30)
|
---|
54 |
|
---|
55 | ### Bug Fixes
|
---|
56 |
|
---|
57 | - **reference:** fix internal/external URL determination for AsyncAPI 2.x ([#3453](https://github.com/swagger-api/apidom/issues/3453)) ([3cc0791](https://github.com/swagger-api/apidom/commit/3cc0791464ecc1f8e534aa7e6f19124ae8017b0d)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
|
---|
58 | - **reference:** fix internal/external URL determination for OpenAPI 2.0 ([#3454](https://github.com/swagger-api/apidom/issues/3454)) ([c720584](https://github.com/swagger-api/apidom/commit/c7205840e5ef1d107b3855ee1ef597cc5121d173)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
|
---|
59 | - **reference:** fix internal/external URL determination for OpenAPI 3.0.x ([#3455](https://github.com/swagger-api/apidom/issues/3455)) ([bac4850](https://github.com/swagger-api/apidom/commit/bac4850abfe6c61c14eba2735fffab12ee7765bf)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
|
---|
60 | - **reference:** fix internal/extrernal URL determ for OpenAPI 3.1.0 ([#3459](https://github.com/swagger-api/apidom/issues/3459)) ([2215480](https://github.com/swagger-api/apidom/commit/22154805c4906a08af5c06650bbdc0d80f9e3239)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
|
---|
61 | - **reference:** lazy fetch URLs only when needed ([#3464](https://github.com/swagger-api/apidom/issues/3464)) ([222e3f0](https://github.com/swagger-api/apidom/commit/222e3f03b1cda9ca187a8b8292af48f3572419d3)), closes [#3451](https://github.com/swagger-api/apidom/issues/3451)
|
---|
62 |
|
---|
63 | ### Features
|
---|
64 |
|
---|
65 | - **reference:** add OpenAPI 2.0 resolve strategy ([#3465](https://github.com/swagger-api/apidom/issues/3465)) ([8d968ae](https://github.com/swagger-api/apidom/commit/8d968aef0bd3d6f2a166764dbcce43a0aa7c5ac2)), closes [#3101](https://github.com/swagger-api/apidom/issues/3101)
|
---|
66 |
|
---|
67 | # [0.84.0](https://github.com/swagger-api/apidom/compare/v0.83.0...v0.84.0) (2023-11-24)
|
---|
68 |
|
---|
69 | ### Features
|
---|
70 |
|
---|
71 | - **reference:** add OpenAPI 2.0 dereference strategy ([#3435](https://github.com/swagger-api/apidom/issues/3435)) ([aa3710b](https://github.com/swagger-api/apidom/commit/aa3710be00fef5ecc177c7d9e2ae570a077e8b68)), closes [#3102](https://github.com/swagger-api/apidom/issues/3102)
|
---|
72 |
|
---|
73 | # [0.83.0](https://github.com/swagger-api/apidom/compare/v0.82.2...v0.83.0) (2023-11-07)
|
---|
74 |
|
---|
75 | ### Bug Fixes
|
---|
76 |
|
---|
77 | - **reference:** fix handling cycles in all dereference strategies ([#3361](https://github.com/swagger-api/apidom/issues/3361)) ([d84397c](https://github.com/swagger-api/apidom/commit/d84397c5371cac7b255c6e8c751cd2c14a23f302))
|
---|
78 |
|
---|
79 | ## [0.82.2](https://github.com/swagger-api/apidom/compare/v0.82.1...v0.82.2) (2023-11-03)
|
---|
80 |
|
---|
81 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
82 |
|
---|
83 | ## [0.82.1](https://github.com/swagger-api/apidom/compare/v0.82.0...v0.82.1) (2023-11-03)
|
---|
84 |
|
---|
85 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
86 |
|
---|
87 | # [0.82.0](https://github.com/swagger-api/apidom/compare/v0.81.0...v0.82.0) (2023-11-01)
|
---|
88 |
|
---|
89 | ### Features
|
---|
90 |
|
---|
91 | - **reference:** add OpenAPI 2.0 JSON parser plugin ([#3343](https://github.com/swagger-api/apidom/issues/3343)) ([70f345d](https://github.com/swagger-api/apidom/commit/70f345d3836bde9ab6923e20a6f21ed80c9d2609)), closes [#3100](https://github.com/swagger-api/apidom/issues/3100)
|
---|
92 | - **reference:** add OpenAPI 2.0 YAML parser plugin ([#3344](https://github.com/swagger-api/apidom/issues/3344)) ([ed60acc](https://github.com/swagger-api/apidom/commit/ed60accd16e5ce18f0a46f3a44c2e1b9e8196bba)), closes [#3100](https://github.com/swagger-api/apidom/issues/3100)
|
---|
93 |
|
---|
94 | # [0.81.0](https://github.com/swagger-api/apidom/compare/v0.80.0...v0.81.0) (2023-10-30)
|
---|
95 |
|
---|
96 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
97 |
|
---|
98 | # [0.80.0](https://github.com/swagger-api/apidom/compare/v0.79.0...v0.80.0) (2023-10-26)
|
---|
99 |
|
---|
100 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
101 |
|
---|
102 | # [0.79.0](https://github.com/swagger-api/apidom/compare/v0.78.0...v0.79.0) (2023-10-24)
|
---|
103 |
|
---|
104 | ### Features
|
---|
105 |
|
---|
106 | - **predicates:** implement TypeScript type guards ([#3289](https://github.com/swagger-api/apidom/issues/3289)) ([0cae70a](https://github.com/swagger-api/apidom/commit/0cae70aa3edc17ecc628c21e30a6b2ac1e992372)), closes [#3280](https://github.com/swagger-api/apidom/issues/3280)
|
---|
107 |
|
---|
108 | # [0.78.0](https://github.com/swagger-api/apidom/compare/v0.77.0...v0.78.0) (2023-10-17)
|
---|
109 |
|
---|
110 | ### Bug Fixes
|
---|
111 |
|
---|
112 | - **reference:** avoid double encoding special characters in url.sanitize() ([#3271](https://github.com/swagger-api/apidom/issues/3271)) ([60eb1f4](https://github.com/swagger-api/apidom/commit/60eb1f41f522445fb44b8aa61d65edfbfc9f35bb)), closes [#3270](https://github.com/swagger-api/apidom/issues/3270)
|
---|
113 | - **types:** fix regression in @types/ramda@0.29.6 ([#3281](https://github.com/swagger-api/apidom/issues/3281)) ([c6c279f](https://github.com/swagger-api/apidom/commit/c6c279f526e07b16221d8c00dd0041eeb93e1290)), closes [#3279](https://github.com/swagger-api/apidom/issues/3279)
|
---|
114 |
|
---|
115 | # [0.77.0](https://github.com/swagger-api/apidom/compare/v0.76.2...v0.77.0) (2023-10-03)
|
---|
116 |
|
---|
117 | ### Bug Fixes
|
---|
118 |
|
---|
119 | - **core:** always perform immutable async traversal ([#3164](https://github.com/swagger-api/apidom/issues/3164)) ([a47f870](https://github.com/swagger-api/apidom/commit/a47f87018fcca235bd1490e1f014bcdd2430b2d5)), closes [#3110](https://github.com/swagger-api/apidom/issues/3110)
|
---|
120 | - **reference:** fix how OpenAPI 3.1.0 Reference Object is merged ([#3215](https://github.com/swagger-api/apidom/issues/3215)) ([77a6823](https://github.com/swagger-api/apidom/commit/77a68230035cbbdd5b1042b65f16733864868454))
|
---|
121 |
|
---|
122 | ## [0.76.2](https://github.com/swagger-api/apidom/compare/v0.76.1...v0.76.2) (2023-09-08)
|
---|
123 |
|
---|
124 | ### Bug Fixes
|
---|
125 |
|
---|
126 | - **build:** apply polyfills with transform runtime babel plugin ([#3132](https://github.com/swagger-api/apidom/issues/3132)) ([4b4754d](https://github.com/swagger-api/apidom/commit/4b4754da33a4a25d47f926c8a14b59cfdfa6b50c))
|
---|
127 |
|
---|
128 | ## [0.76.1](https://github.com/swagger-api/apidom/compare/v0.76.0...v0.76.1) (2023-09-07)
|
---|
129 |
|
---|
130 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
131 |
|
---|
132 | # [0.76.0](https://github.com/swagger-api/apidom/compare/v0.75.0...v0.76.0) (2023-09-01)
|
---|
133 |
|
---|
134 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
135 |
|
---|
136 | # [0.75.0](https://github.com/swagger-api/apidom/compare/v0.74.1...v0.75.0) (2023-08-22)
|
---|
137 |
|
---|
138 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
139 |
|
---|
140 | ## [0.74.1](https://github.com/swagger-api/apidom/compare/v0.74.0...v0.74.1) (2023-07-28)
|
---|
141 |
|
---|
142 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
143 |
|
---|
144 | # [0.74.0](https://github.com/swagger-api/apidom/compare/v0.73.0...v0.74.0) (2023-07-24)
|
---|
145 |
|
---|
146 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
147 |
|
---|
148 | # [0.73.0](https://github.com/swagger-api/apidom/compare/v0.72.0...v0.73.0) (2023-07-18)
|
---|
149 |
|
---|
150 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
151 |
|
---|
152 | # [0.72.0](https://github.com/swagger-api/apidom/compare/v0.71.1...v0.72.0) (2023-07-17)
|
---|
153 |
|
---|
154 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
155 |
|
---|
156 | ## [0.71.1](https://github.com/swagger-api/apidom/compare/v0.71.0...v0.71.1) (2023-07-14)
|
---|
157 |
|
---|
158 | ### Reverts
|
---|
159 |
|
---|
160 | - use babel plugin to capture error causes ([#2951](https://github.com/swagger-api/apidom/issues/2951)) ([e31fcae](https://github.com/swagger-api/apidom/commit/e31fcaea4b0238cabc3c0f97bc2d610f75ad56a5))
|
---|
161 |
|
---|
162 | # [0.71.0](https://github.com/swagger-api/apidom/compare/v0.70.4...v0.71.0) (2023-07-13)
|
---|
163 |
|
---|
164 | ### Features
|
---|
165 |
|
---|
166 | - **reference:** support native fragment deref/resolve - AsyncAPI 2.x ([#2945](https://github.com/swagger-api/apidom/issues/2945)) ([2b75f78](https://github.com/swagger-api/apidom/commit/2b75f785b21ff02605fb10d24865b876ffd4281a)), closes [#2934](https://github.com/swagger-api/apidom/issues/2934)
|
---|
167 | - **reference:** support native fragment deref/resolve - OpenAPI 3.1 / Path Item Object ([d7f82ee](https://github.com/swagger-api/apidom/commit/d7f82eec9ed80498f8d156a195042c5d6420027e)), closes [#2934](https://github.com/swagger-api/apidom/issues/2934)
|
---|
168 | - **reference:** support native fragment deref/resolve - OpenAPI 3.1 / Reference Object ([#2942](https://github.com/swagger-api/apidom/issues/2942)) ([c5520ef](https://github.com/swagger-api/apidom/commit/c5520efec7eda8e7525afedc9ebd4a592fbafc9e)), closes [#2934](https://github.com/swagger-api/apidom/issues/2934)
|
---|
169 | - **reference:** support native fragment deref/resolve - Schema Object ([#2941](https://github.com/swagger-api/apidom/issues/2941)) ([689b63a](https://github.com/swagger-api/apidom/commit/689b63a92a6ec2268422db0af2da1edc4c57a592)), closes [#2934](https://github.com/swagger-api/apidom/issues/2934)
|
---|
170 |
|
---|
171 | ## [0.70.4](https://github.com/swagger-api/apidom/compare/v0.70.3...v0.70.4) (2023-06-28)
|
---|
172 |
|
---|
173 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
174 |
|
---|
175 | ## [0.70.3](https://github.com/swagger-api/apidom/compare/v0.70.2...v0.70.3) (2023-06-27)
|
---|
176 |
|
---|
177 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
178 |
|
---|
179 | ## [0.70.2](https://github.com/swagger-api/apidom/compare/v0.70.1...v0.70.2) (2023-06-16)
|
---|
180 |
|
---|
181 | ### Performance Improvements
|
---|
182 |
|
---|
183 | - **reference:** add caching capability for OpenAPI 3.1 uri selector ([#2869](https://github.com/swagger-api/apidom/issues/2869)) ([439764f](https://github.com/swagger-api/apidom/commit/439764f51efef4f810bf0f4a73c7c72278d4240a)), closes [#2867](https://github.com/swagger-api/apidom/issues/2867)
|
---|
184 |
|
---|
185 | ## [0.70.1](https://github.com/swagger-api/apidom/compare/v0.70.0...v0.70.1) (2023-06-15)
|
---|
186 |
|
---|
187 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
188 |
|
---|
189 | # [0.70.0](https://github.com/swagger-api/apidom/compare/v0.69.3...v0.70.0) (2023-05-23)
|
---|
190 |
|
---|
191 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
192 |
|
---|
193 | ## [0.69.3](https://github.com/swagger-api/apidom/compare/v0.69.2...v0.69.3) (2023-04-27)
|
---|
194 |
|
---|
195 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
196 |
|
---|
197 | ## [0.69.2](https://github.com/swagger-api/apidom/compare/v0.69.1...v0.69.2) (2023-04-03)
|
---|
198 |
|
---|
199 | ### Bug Fixes
|
---|
200 |
|
---|
201 | - **reference:** use parent in ancestors lineage ([#2675](https://github.com/swagger-api/apidom/issues/2675)) ([9498f41](https://github.com/swagger-api/apidom/commit/9498f414cc0ba011ad0214e118aeacbbc46251e5))
|
---|
202 |
|
---|
203 | ## [0.69.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
|
---|
204 |
|
---|
205 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
206 |
|
---|
207 | # [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
|
---|
208 |
|
---|
209 | ### Features
|
---|
210 |
|
---|
211 | - add support for publishing to npmjs.com ([#2597](https://github.com/swagger-api/apidom/issues/2597)) ([5ac3cd9](https://github.com/swagger-api/apidom/commit/5ac3cd9a83bbe3b4ce2fac732633fb179cd9747f)), closes [#2290](https://github.com/swagger-api/apidom/issues/2290)
|
---|
212 | - **reference:** mark the deps from saturated config as optional ([#2591](https://github.com/swagger-api/apidom/issues/2591)) ([28ff997](https://github.com/swagger-api/apidom/commit/28ff99776580c4a8f17218bdb8f02e838cd6c665)), closes [#2590](https://github.com/swagger-api/apidom/issues/2590)
|
---|
213 |
|
---|
214 | ## [0.68.1](https://github.com/swagger-api/apidom/compare/v0.68.0...v0.68.1) (2023-02-20)
|
---|
215 |
|
---|
216 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
217 |
|
---|
218 | # [0.68.0](https://github.com/swagger-api/apidom/compare/v0.67.1...v0.68.0) (2023-02-16)
|
---|
219 |
|
---|
220 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
221 |
|
---|
222 | ## [0.67.1](https://github.com/swagger-api/apidom/compare/v0.67.0...v0.67.1) (2023-02-15)
|
---|
223 |
|
---|
224 | ### Bug Fixes
|
---|
225 |
|
---|
226 | - **deps:** relax @babel/runtime-corejs3 version ([#2563](https://github.com/swagger-api/apidom/issues/2563)) ([3523a14](https://github.com/swagger-api/apidom/commit/3523a145a8390bb85139d9a8c3919b0c4ef75962)), closes [#2562](https://github.com/swagger-api/apidom/issues/2562)
|
---|
227 | - **reference:** fix extension of native errors ([#2565](https://github.com/swagger-api/apidom/issues/2565)) ([afd8905](https://github.com/swagger-api/apidom/commit/afd8905fffd966f223b3d8fb696b65c1ec82a78e)), closes [#2561](https://github.com/swagger-api/apidom/issues/2561)
|
---|
228 | - **reference:** use JavaScript error cause interface ([#2564](https://github.com/swagger-api/apidom/issues/2564)) ([f2e1b51](https://github.com/swagger-api/apidom/commit/f2e1b51b5477f86edec084d40159a2fc03de17f6)), closes [#2561](https://github.com/swagger-api/apidom/issues/2561)
|
---|
229 |
|
---|
230 | # [0.67.0](https://github.com/swagger-api/apidom/compare/v0.66.0...v0.67.0) (2023-02-07)
|
---|
231 |
|
---|
232 | ### Features
|
---|
233 |
|
---|
234 | - **reference:** add support for AsyncAPI 2.6.0 ([#2537](https://github.com/swagger-api/apidom/issues/2537)) ([36cbf2f](https://github.com/swagger-api/apidom/commit/36cbf2f730723996e61f111ca6cac1d76da26327)), closes [#2520](https://github.com/swagger-api/apidom/issues/2520)
|
---|
235 |
|
---|
236 | # [0.66.0](https://github.com/swagger-api/apidom/compare/v0.65.0...v0.66.0) (2023-01-25)
|
---|
237 |
|
---|
238 | ### Features
|
---|
239 |
|
---|
240 | - **reference:** export DereferenceStrategy symbol ([#2499](https://github.com/swagger-api/apidom/issues/2499)) ([3d6016d](https://github.com/swagger-api/apidom/commit/3d6016d909706a48f6e637c3fee3eec098f17c5e))
|
---|
241 |
|
---|
242 | # [0.65.0](https://github.com/swagger-api/apidom/compare/v0.64.0...v0.65.0) (2023-01-20)
|
---|
243 |
|
---|
244 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
245 |
|
---|
246 | # [0.64.0](https://github.com/swagger-api/apidom/compare/v0.63.1...v0.64.0) (2023-01-16)
|
---|
247 |
|
---|
248 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
249 |
|
---|
250 | ## [0.63.1](https://github.com/swagger-api/apidom/compare/v0.63.0...v0.63.1) (2023-01-10)
|
---|
251 |
|
---|
252 | ### Bug Fixes
|
---|
253 |
|
---|
254 | - **reference:** avoid infinite traversal in AsyncAPI 2.5 dereference ([d4235c9](https://github.com/swagger-api/apidom/commit/d4235c9c77d4783cc95a4d3004a41d788be6a114))
|
---|
255 | - **reference:** avoid infinite traversal in OpenAPI 3.0 dereference ([9425a67](https://github.com/swagger-api/apidom/commit/9425a678142272e34b7d9794426a941125f5d99c))
|
---|
256 | - **reference:** avoid infinite traversal in OpenAPI 3.1 dereference ([#2452](https://github.com/swagger-api/apidom/issues/2452)) ([68b4f6b](https://github.com/swagger-api/apidom/commit/68b4f6b6f04a87335093b9941b5a6b6c2492cc87))
|
---|
257 | - **reference:** fix bug in OpenAPI 3.1.0 Schema Object resolving ([#2445](https://github.com/swagger-api/apidom/issues/2445)) ([5819ac9](https://github.com/swagger-api/apidom/commit/5819ac9c8502d37d3aca950efd83d7f06a68c94d))
|
---|
258 |
|
---|
259 | # [0.63.0](https://github.com/swagger-api/apidom/compare/v0.62.1...v0.63.0) (2023-01-04)
|
---|
260 |
|
---|
261 | ### Features
|
---|
262 |
|
---|
263 | - **reference:** add fallbacks for Node.js protocol imports ([#2441](https://github.com/swagger-api/apidom/issues/2441)) ([b8ce5e4](https://github.com/swagger-api/apidom/commit/b8ce5e42c6f4cde89652319323b242827509d605))
|
---|
264 |
|
---|
265 | ## [0.62.1](https://github.com/swagger-api/apidom/compare/v0.62.0...v0.62.1) (2023-01-04)
|
---|
266 |
|
---|
267 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
268 |
|
---|
269 | # [0.62.0](https://github.com/swagger-api/apidom/compare/v0.61.0...v0.62.0) (2023-01-03)
|
---|
270 |
|
---|
271 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
272 |
|
---|
273 | # [0.61.0](https://github.com/swagger-api/apidom/compare/v0.60.0...v0.61.0) (2022-12-31)
|
---|
274 |
|
---|
275 | ### Bug Fixes
|
---|
276 |
|
---|
277 | - **reference:** fix values of sideEffects fields of package.json ([#2421](https://github.com/swagger-api/apidom/issues/2421)) ([726852f](https://github.com/swagger-api/apidom/commit/726852f07f055fa29d3d58d850b94e205bf1edd2)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
278 |
|
---|
279 | ### Features
|
---|
280 |
|
---|
281 | - **reference:** export types for subpath exports in package.json ([#2420](https://github.com/swagger-api/apidom/issues/2420)) ([f5419ea](https://github.com/swagger-api/apidom/commit/f5419eafbd0da3c247ce9ce23441ad7a0307c37e)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
282 | - **reference:** expose new symbols to compose dereference strategies ([#2424](https://github.com/swagger-api/apidom/issues/2424)) ([a5fe0da](https://github.com/swagger-api/apidom/commit/a5fe0da40418c1b2fcef8a0d1f24a36f5a8ecf80)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
283 |
|
---|
284 | # [0.60.0](https://github.com/swagger-api/apidom/compare/v0.59.0...v0.60.0) (2022-12-28)
|
---|
285 |
|
---|
286 | ### Features
|
---|
287 |
|
---|
288 | - **reference:** expose File symbol as public API ([#2418](https://github.com/swagger-api/apidom/issues/2418)) ([e3965f4](https://github.com/swagger-api/apidom/commit/e3965f46999f64daefb4f31e0eed05aadd23cba4)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
289 | - **reference:** expose HTTPResolver symbol as public API ([#2417](https://github.com/swagger-api/apidom/issues/2417)) ([e101a57](https://github.com/swagger-api/apidom/commit/e101a57efbf4237bce88448722c76f7c7595d71b)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
290 |
|
---|
291 | # [0.59.0](https://github.com/swagger-api/apidom/compare/v0.58.0...v0.59.0) (2022-12-27)
|
---|
292 |
|
---|
293 | ### Bug Fixes
|
---|
294 |
|
---|
295 | - **reference:** fix main field ([#2415](https://github.com/swagger-api/apidom/issues/2415)) ([20566dc](https://github.com/swagger-api/apidom/commit/20566dc077d45354913e6bdf82b5f5f4c29f37a3)), closes [#2718](https://github.com/swagger-api/apidom/issues/2718)
|
---|
296 | - **reference:** fix OpenAPI 3.1 Schema Object resolution ([#2398](https://github.com/swagger-api/apidom/issues/2398)) ([bc3b33a](https://github.com/swagger-api/apidom/commit/bc3b33a95d7d1afb6bfa06136d24cfd8aea8f235))
|
---|
297 |
|
---|
298 | ### Features
|
---|
299 |
|
---|
300 | - **reference:** separate abstractions from configuration ([#2409](https://github.com/swagger-api/apidom/issues/2409)) ([0bcf972](https://github.com/swagger-api/apidom/commit/0bcf972cb1624cb507aa5a6d67281480b76d2921)), closes [#2718](https://github.com/swagger-api/apidom/issues/2718)
|
---|
301 |
|
---|
302 | # [0.58.0](https://github.com/swagger-api/apidom/compare/v0.57.0...v0.58.0) (2022-12-16)
|
---|
303 |
|
---|
304 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
305 |
|
---|
306 | # [0.57.0](https://github.com/swagger-api/apidom/compare/v0.56.3...v0.57.0) (2022-12-08)
|
---|
307 |
|
---|
308 | ### Bug Fixes
|
---|
309 |
|
---|
310 | - **reference:** dereference OpenAPI 3.1 Schema Object indirections ([#2339](https://github.com/swagger-api/apidom/issues/2339)) ([7e42f0c](https://github.com/swagger-api/apidom/commit/7e42f0c6c4954e1298d5bd9b1c94326b041aa644)), closes [#2338](https://github.com/swagger-api/apidom/issues/2338)
|
---|
311 |
|
---|
312 | ### Features
|
---|
313 |
|
---|
314 | - **reference:** add support for allowMetaPatches option ([#2337](https://github.com/swagger-api/apidom/issues/2337)) ([22c5c7c](https://github.com/swagger-api/apidom/commit/22c5c7cb29e794f90e343d7828d3c8f7b13fdbeb)), closes [#2336](https://github.com/swagger-api/apidom/issues/2336)
|
---|
315 | - **reference:** add support for useCircularStructures option ([#2329](https://github.com/swagger-api/apidom/issues/2329)) ([de38ac3](https://github.com/swagger-api/apidom/commit/de38ac36dae3b1f5085fd68c12fb64c792099a64)), closes [#2328](https://github.com/swagger-api/apidom/issues/2328)
|
---|
316 | - **reference:** add swagger-client OpenAPI 3.1 dereferene strategy ([#2326](https://github.com/swagger-api/apidom/issues/2326)) ([40dbf2a](https://github.com/swagger-api/apidom/commit/40dbf2a036517b6b8b23ea9c0a57618f033d6d3c)), closes [#2289](https://github.com/swagger-api/apidom/issues/2289)
|
---|
317 | - **reference:** add SwaggerClient's HTTP Client resolver plugin ([#2303](https://github.com/swagger-api/apidom/issues/2303)) ([4fda4d8](https://github.com/swagger-api/apidom/commit/4fda4d85ed67e96d339b2cc5c20516e2ebcd862a)), closes [#2297](https://github.com/swagger-api/apidom/issues/2297)
|
---|
318 |
|
---|
319 | ## [0.56.2](https://github.com/swagger-api/apidom/compare/v0.56.1...v0.56.2) (2022-11-16)
|
---|
320 |
|
---|
321 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
322 |
|
---|
323 | ## [0.56.1](https://github.com/swagger-api/apidom/compare/v0.56.0...v0.56.1) (2022-11-11)
|
---|
324 |
|
---|
325 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
326 |
|
---|
327 | # [0.56.0](https://github.com/swagger-api/apidom/compare/v0.55.1...v0.56.0) (2022-11-04)
|
---|
328 |
|
---|
329 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
330 |
|
---|
331 | # [0.55.0](https://github.com/swagger-api/apidom/compare/v0.54.0...v0.55.0) (2022-11-04)
|
---|
332 |
|
---|
333 | ### Features
|
---|
334 |
|
---|
335 | - **ns-asyncapi-2:** improve types for elements ([#2221](https://github.com/swagger-api/apidom/issues/2221)) ([810c9f9](https://github.com/swagger-api/apidom/commit/810c9f9010ca3b8cbf6d1ee90fcc8f51cdfd71eb)), closes [#2080](https://github.com/swagger-api/apidom/issues/2080)
|
---|
336 |
|
---|
337 | # [0.54.0](https://github.com/swagger-api/apidom/compare/v0.53.0...v0.54.0) (2022-10-28)
|
---|
338 |
|
---|
339 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
340 |
|
---|
341 | # [0.53.0](https://github.com/swagger-api/apidom/compare/v0.52.0...v0.53.0) (2022-10-27)
|
---|
342 |
|
---|
343 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
344 |
|
---|
345 | # [0.52.0](https://github.com/swagger-api/apidom/compare/v0.51.1...v0.52.0) (2022-10-25)
|
---|
346 |
|
---|
347 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
348 |
|
---|
349 | ## [0.51.1](https://github.com/swagger-api/apidom/compare/v0.51.0...v0.51.1) (2022-10-21)
|
---|
350 |
|
---|
351 | ### Bug Fixes
|
---|
352 |
|
---|
353 | - **reference:** bound options during resolution and parsing ([#2166](https://github.com/swagger-api/apidom/issues/2166)) ([89b946d](https://github.com/swagger-api/apidom/commit/89b946d8c7b28473a6acad67028251eb7d2b030f))
|
---|
354 |
|
---|
355 | # [0.51.0](https://github.com/swagger-api/apidom/compare/v0.50.0...v0.51.0) (2022-10-20)
|
---|
356 |
|
---|
357 | ### Features
|
---|
358 |
|
---|
359 | - **reference:** add support for file allow list for FileResolver ([#2159](https://github.com/swagger-api/apidom/issues/2159)) ([e1b914c](https://github.com/swagger-api/apidom/commit/e1b914cd6ed49302d0848647c9e1e9b1128ca560)), closes [#2154](https://github.com/swagger-api/apidom/issues/2154)
|
---|
360 |
|
---|
361 | ### BREAKING CHANGES
|
---|
362 |
|
---|
363 | - **reference:** FileResolver will not detect and process any local file
|
---|
364 | unless explicitly allowed by fileAllowList option
|
---|
365 |
|
---|
366 | # [0.50.0](https://github.com/swagger-api/apidom/compare/v0.49.0...v0.50.0) (2022-10-13)
|
---|
367 |
|
---|
368 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
369 |
|
---|
370 | # [0.49.0](https://github.com/swagger-api/apidom/compare/v0.48.0...v0.49.0) (2022-10-11)
|
---|
371 |
|
---|
372 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
373 |
|
---|
374 | # [0.48.0](https://github.com/swagger-api/apidom/compare/v0.47.0...v0.48.0) (2022-10-04)
|
---|
375 |
|
---|
376 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
377 |
|
---|
378 | # [0.47.0](https://github.com/swagger-api/apidom/compare/v0.46.0...v0.47.0) (2022-09-29)
|
---|
379 |
|
---|
380 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
381 |
|
---|
382 | # [0.46.0](https://github.com/swagger-api/apidom/compare/v0.45.0...v0.46.0) (2022-09-21)
|
---|
383 |
|
---|
384 | ### Bug Fixes
|
---|
385 |
|
---|
386 | - **reference:** decode array buffers using TextDecoder ([#2036](https://github.com/swagger-api/apidom/issues/2036)) ([571e2ed](https://github.com/swagger-api/apidom/commit/571e2ede1bbe16410fb2b5f2337c074f5fff1667)), closes [#2029](https://github.com/swagger-api/apidom/issues/2029)
|
---|
387 |
|
---|
388 | # [0.45.0](https://github.com/swagger-api/apidom/compare/v0.44.0...v0.45.0) (2022-09-13)
|
---|
389 |
|
---|
390 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
391 |
|
---|
392 | # [0.44.0](https://github.com/swagger-api/apidom/compare/v0.43.0...v0.44.0) (2022-09-05)
|
---|
393 |
|
---|
394 | ### Features
|
---|
395 |
|
---|
396 | - **playground:** add support for OpenAPI 3.0.x ([#1958](https://github.com/swagger-api/apidom/issues/1958)) ([bfc5445](https://github.com/swagger-api/apidom/commit/bfc5445bb191bd836215e9876b86e11423ffddeb)), closes [#1943](https://github.com/swagger-api/apidom/issues/1943)
|
---|
397 | - **reference:** add OpenAPI 3.0.x JSON parser plugin ([c15294c](https://github.com/swagger-api/apidom/commit/c15294c12bdf9b869c31a6f831951d6e68bb1e2b)), closes [#1894](https://github.com/swagger-api/apidom/issues/1894)
|
---|
398 | - **reference:** add OpenAPI 3.0.x resolve strategy ([#1957](https://github.com/swagger-api/apidom/issues/1957)) ([9617cb3](https://github.com/swagger-api/apidom/commit/9617cb32f942b703a7c9099e29c86166e24ed088)), closes [#1895](https://github.com/swagger-api/apidom/issues/1895)
|
---|
399 | - **reference:** add OpenAPI 3.0.x YAML parser plugin ([0dfbabe](https://github.com/swagger-api/apidom/commit/0dfbabe3cb275dea5a3868f6f6439dffeb037496)), closes [#1894](https://github.com/swagger-api/apidom/issues/1894)
|
---|
400 | - **referene:** add OpenAPI 3.0.x dereference strategy ([#1955](https://github.com/swagger-api/apidom/issues/1955)) ([6ea5bfd](https://github.com/swagger-api/apidom/commit/6ea5bfd5098581f079fc56f9b3bfe15942f4f37b)), closes [#1896](https://github.com/swagger-api/apidom/issues/1896)
|
---|
401 |
|
---|
402 | # [0.43.0](https://github.com/swagger-api/apidom/compare/v0.42.0...v0.43.0) (2022-08-31)
|
---|
403 |
|
---|
404 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
405 |
|
---|
406 | # [0.42.0](https://github.com/swagger-api/apidom/compare/v0.41.1...v0.42.0) (2022-08-30)
|
---|
407 |
|
---|
408 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
409 |
|
---|
410 | # [0.41.0](https://github.com/swagger-api/apidom/compare/v0.40.3...v0.41.0) (2022-08-19)
|
---|
411 |
|
---|
412 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
413 |
|
---|
414 | ## [0.40.3](https://github.com/swagger-api/apidom/compare/v0.40.2...v0.40.3) (2022-08-08)
|
---|
415 |
|
---|
416 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
417 |
|
---|
418 | ## [0.40.2](https://github.com/swagger-api/apidom/compare/v0.40.1...v0.40.2) (2022-08-08)
|
---|
419 |
|
---|
420 | ### Bug Fixes
|
---|
421 |
|
---|
422 | - **reference:** fix encoding problem with file system paths ([b7696c6](https://github.com/swagger-api/apidom/commit/b7696c6e41c2f9ec5a0cd70fe877ff5f3fed3b95)), closes [#1793](https://github.com/swagger-api/apidom/issues/1793)
|
---|
423 |
|
---|
424 | # [0.40.0](https://github.com/swagger-api/apidom/compare/v0.39.0...v0.40.0) (2022-08-04)
|
---|
425 |
|
---|
426 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
427 |
|
---|
428 | # [0.39.0](https://github.com/swagger-api/apidom/compare/v0.38.0...v0.39.0) (2022-07-29)
|
---|
429 |
|
---|
430 | ### Features
|
---|
431 |
|
---|
432 | - **reference:** add origin support for Channel Item Element ([b126f14](https://github.com/swagger-api/apidom/commit/b126f14e9a0a4ed325066a367694a05710c5c192))
|
---|
433 | - **reference:** add origin support for ExampleElement ([cf2c82d](https://github.com/swagger-api/apidom/commit/cf2c82d43ca2a7658fc30af38fd4bcfbe2399bd2))
|
---|
434 | - **reference:** add origin support for LinkElement ([437228a](https://github.com/swagger-api/apidom/commit/437228abe0466ff2efa422560257cbdaca74e546))
|
---|
435 | - **reference:** add origin support for PathItemElement ([863ae82](https://github.com/swagger-api/apidom/commit/863ae826bf980a5bbf7a598575337272b219ab81))
|
---|
436 | - **reference:** add origin support for SchemaElement ([d43a20f](https://github.com/swagger-api/apidom/commit/d43a20f527d916962552cab1e5addf74497f7d05))
|
---|
437 |
|
---|
438 | # [0.38.0](https://github.com/swagger-api/apidom/compare/v0.37.0...v0.38.0) (2022-07-29)
|
---|
439 |
|
---|
440 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
441 |
|
---|
442 | # [0.37.0](https://github.com/swagger-api/apidom/compare/v0.36.0...v0.37.0) (2022-07-29)
|
---|
443 |
|
---|
444 | ### Features
|
---|
445 |
|
---|
446 | - **reference:** add origin support for ReferenceElement ([#1767](https://github.com/swagger-api/apidom/issues/1767)) ([fc6d091](https://github.com/swagger-api/apidom/commit/fc6d091fe9e9fdc6d4cf8530f8454934e3963dc0))
|
---|
447 |
|
---|
448 | # [0.36.0](https://github.com/swagger-api/apidom/compare/v0.35.1...v0.36.0) (2022-07-13)
|
---|
449 |
|
---|
450 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
451 |
|
---|
452 | # [0.35.0](https://github.com/swagger-api/apidom/compare/v0.34.0...v0.35.0) (2022-07-05)
|
---|
453 |
|
---|
454 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
455 |
|
---|
456 | # [0.34.0](https://github.com/swagger-api/apidom/compare/v0.33.0...v0.34.0) (2022-07-01)
|
---|
457 |
|
---|
458 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
459 |
|
---|
460 | # [0.33.0](https://github.com/swagger-api/apidom/compare/v0.32.0...v0.33.0) (2022-06-28)
|
---|
461 |
|
---|
462 | ### Features
|
---|
463 |
|
---|
464 | - **reference:** add configurable interceptors for HttpResolverAxios ([#1680](https://github.com/swagger-api/apidom/issues/1680)) ([3c40bcf](https://github.com/swagger-api/apidom/commit/3c40bcfdc3f85fcb46186c11be6ede8e55c2ed24))
|
---|
465 |
|
---|
466 | # [0.32.0](https://github.com/swagger-api/apidom/compare/v0.31.2...v0.32.0) (2022-06-27)
|
---|
467 |
|
---|
468 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
469 |
|
---|
470 | ## [0.31.2](https://github.com/swagger-api/apidom/compare/v0.31.1...v0.31.2) (2022-06-24)
|
---|
471 |
|
---|
472 | ### Bug Fixes
|
---|
473 |
|
---|
474 | - **build:** make using minim an implementation detail ([a45009f](https://github.com/swagger-api/apidom/commit/a45009fef5855f3b2fba699c9e4faf560c613443)), closes [#1632](https://github.com/swagger-api/apidom/issues/1632)
|
---|
475 |
|
---|
476 | ## [0.31.1](https://github.com/swagger-api/apidom/compare/v0.31.0...v0.31.1) (2022-06-23)
|
---|
477 |
|
---|
478 | ### Bug Fixes
|
---|
479 |
|
---|
480 | - **reference:** make FileResolver isomorphic ([#1639](https://github.com/swagger-api/apidom/issues/1639)) ([74c7494](https://github.com/swagger-api/apidom/commit/74c7494c1cb86c2db6360ccdffff27248caba276)), closes [#1633](https://github.com/swagger-api/apidom/issues/1633)
|
---|
481 |
|
---|
482 | # [0.31.0](https://github.com/swagger-api/apidom/compare/v0.30.1...v0.31.0) (2022-06-21)
|
---|
483 |
|
---|
484 | ### Bug Fixes
|
---|
485 |
|
---|
486 | - **build:** get rid of using blobal Buffer symbol ([#1607](https://github.com/swagger-api/apidom/issues/1607)) ([0db7685](https://github.com/swagger-api/apidom/commit/0db768510d6595da634cd7464a6a15c40af42490)), closes [#1606](https://github.com/swagger-api/apidom/issues/1606)
|
---|
487 |
|
---|
488 | ### Features
|
---|
489 |
|
---|
490 | - **reference:** add support for API Design Systems ([#1605](https://github.com/swagger-api/apidom/issues/1605)) ([7d2b062](https://github.com/swagger-api/apidom/commit/7d2b0620f9dcaf5da763337aa94d8b33d29f131f)), closes [#1603](https://github.com/swagger-api/apidom/issues/1603)
|
---|
491 | - **reference:** unify spec/format detection with adapters ([#1615](https://github.com/swagger-api/apidom/issues/1615)) ([57f07e0](https://github.com/swagger-api/apidom/commit/57f07e0c9fc9eeebbcdfec33d82bbeb7cd380afa)), closes [#1604](https://github.com/swagger-api/apidom/issues/1604)
|
---|
492 | - **reference:** use smart spec/format detection with parser plugins ([#1617](https://github.com/swagger-api/apidom/issues/1617)) ([ed5f6e4](https://github.com/swagger-api/apidom/commit/ed5f6e461c8d58e9f10f7b6ec88c6f0d97b87f53)), closes [#1604](https://github.com/swagger-api/apidom/issues/1604)
|
---|
493 |
|
---|
494 | ## [0.30.1](https://github.com/swagger-api/apidom/compare/v0.30.0...v0.30.1) (2022-06-09)
|
---|
495 |
|
---|
496 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
497 |
|
---|
498 | # [0.30.0](https://github.com/swagger-api/apidom/compare/v0.29.1...v0.30.0) (2022-06-07)
|
---|
499 |
|
---|
500 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
501 |
|
---|
502 | ## [0.29.1](https://github.com/swagger-api/apidom/compare/v0.29.0...v0.29.1) (2022-06-03)
|
---|
503 |
|
---|
504 | ### Bug Fixes
|
---|
505 |
|
---|
506 | - **reference:** allow passing custom resolver opts ([#1535](https://github.com/swagger-api/apidom/issues/1535)) ([2cc8dbd](https://github.com/swagger-api/apidom/commit/2cc8dbd76628a2e800362b38d5649671cd527a9f))
|
---|
507 |
|
---|
508 | # [0.29.0](https://github.com/swagger-api/apidom/compare/v0.28.0...v0.29.0) (2022-05-27)
|
---|
509 |
|
---|
510 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
511 |
|
---|
512 | # [0.28.0](https://github.com/swagger-api/apidom/compare/v0.27.0...v0.28.0) (2022-05-22)
|
---|
513 |
|
---|
514 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
515 |
|
---|
516 | # [0.27.0](https://github.com/swagger-api/apidom/compare/v0.26.0...v0.27.0) (2022-05-20)
|
---|
517 |
|
---|
518 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
519 |
|
---|
520 | # [0.26.0](https://github.com/swagger-api/apidom/compare/v0.25.0...v0.26.0) (2022-05-20)
|
---|
521 |
|
---|
522 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
523 |
|
---|
524 | # [0.25.0](https://github.com/swagger-api/apidom/compare/v0.24.1...v0.25.0) (2022-05-13)
|
---|
525 |
|
---|
526 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
527 |
|
---|
528 | ## [0.24.1](https://github.com/swagger-api/apidom/compare/v0.24.0...v0.24.1) (2022-05-05)
|
---|
529 |
|
---|
530 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
531 |
|
---|
532 | # [0.24.0](https://github.com/swagger-api/apidom/compare/v0.23.0...v0.24.0) (2022-05-03)
|
---|
533 |
|
---|
534 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
535 |
|
---|
536 | # [0.23.0](https://github.com/swagger-api/apidom/compare/v0.22.0...v0.23.0) (2022-04-25)
|
---|
537 |
|
---|
538 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
539 |
|
---|
540 | # [0.22.0](https://github.com/swagger-api/apidom/compare/v0.21.0...v0.22.0) (2022-04-21)
|
---|
541 |
|
---|
542 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
543 |
|
---|
544 | # [0.21.0](https://github.com/swagger-api/apidom/compare/v0.20.1...v0.21.0) (2022-04-18)
|
---|
545 |
|
---|
546 | ### Bug Fixes
|
---|
547 |
|
---|
548 | - **reference:** enhance OpenAPI 3.1 dereferecing ([4b1bdbe](https://github.com/swagger-api/apidom/commit/4b1bdbee4ef85ee24792948844c0d62093b81b83)), closes [#1336](https://github.com/swagger-api/apidom/issues/1336)
|
---|
549 | - **reference:** enhance OpenAPI 3.1 resolution ([#1339](https://github.com/swagger-api/apidom/issues/1339)) ([1dff277](https://github.com/swagger-api/apidom/commit/1dff2770b415ad27d0c1f884416ad2971bba7228)), closes [#1337](https://github.com/swagger-api/apidom/issues/1337)
|
---|
550 |
|
---|
551 | # [0.20.0](https://github.com/swagger-api/apidom/compare/v0.19.0...v0.20.0) (2022-04-11)
|
---|
552 |
|
---|
553 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
554 |
|
---|
555 | # [0.19.0](https://github.com/swagger-api/apidom/compare/v0.18.1...v0.19.0) (2022-03-10)
|
---|
556 |
|
---|
557 | ### Bug Fixes
|
---|
558 |
|
---|
559 | - **ns-asyncapi-2:** fix bug regarding refracting of Operation.message ([#1239](https://github.com/swagger-api/apidom/issues/1239)) ([f3e744c](https://github.com/swagger-api/apidom/commit/f3e744c9eff5db7ffb665a6240b7b67eb217af43)), closes [#427](https://github.com/swagger-api/apidom/issues/427)
|
---|
560 |
|
---|
561 | ## [0.18.1](https://github.com/swagger-api/apidom/compare/v0.18.0...v0.18.1) (2022-02-16)
|
---|
562 |
|
---|
563 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
564 |
|
---|
565 | # [0.18.0](https://github.com/swagger-api/apidom/compare/v0.17.0...v0.18.0) (2022-02-16)
|
---|
566 |
|
---|
567 | ### Features
|
---|
568 |
|
---|
569 | - **asyncapi-2:** add support for AsyncAPI 2.2.0 specification ([#1151](https://github.com/swagger-api/apidom/issues/1151)) ([f94c38f](https://github.com/swagger-api/apidom/commit/f94c38fbb26051d1ef9f62a9086533aeef7574c1)), closes [#1130](https://github.com/swagger-api/apidom/issues/1130)
|
---|
570 | - convert 3 additional packages to ESM modules ([#1185](https://github.com/swagger-api/apidom/issues/1185)) ([b1f314b](https://github.com/swagger-api/apidom/commit/b1f314bb68cb57e18d9e925e0c5191c31faba49a)), closes [#930](https://github.com/swagger-api/apidom/issues/930)
|
---|
571 |
|
---|
572 | # [0.17.0](https://github.com/swagger-api/apidom/compare/v0.16.0...v0.17.0) (2022-01-14)
|
---|
573 |
|
---|
574 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
575 |
|
---|
576 | # [0.16.0](https://github.com/swagger-api/apidom/compare/v0.15.1...v0.16.0) (2022-01-12)
|
---|
577 |
|
---|
578 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
579 |
|
---|
580 | ## [0.15.1](https://github.com/swagger-api/apidom/compare/v0.15.0...v0.15.1) (2021-12-29)
|
---|
581 |
|
---|
582 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
583 |
|
---|
584 | # [0.15.0](https://github.com/swagger-api/apidom/compare/v0.14.0...v0.15.0) (2021-12-10)
|
---|
585 |
|
---|
586 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
587 |
|
---|
588 | # [0.14.0](https://github.com/swagger-api/apidom/compare/v0.13.0...v0.14.0) (2021-12-08)
|
---|
589 |
|
---|
590 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
591 |
|
---|
592 | # [0.13.0](https://github.com/swagger-api/apidom/compare/v0.12.0...v0.13.0) (2021-12-06)
|
---|
593 |
|
---|
594 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
595 |
|
---|
596 | # [0.12.0](https://github.com/swagger-api/apidom/compare/v0.11.0...v0.12.0) (2021-12-04)
|
---|
597 |
|
---|
598 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
599 |
|
---|
600 | # [0.11.0](https://github.com/swagger-api/apidom/compare/v0.10.0...v0.11.0) (2021-12-02)
|
---|
601 |
|
---|
602 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
603 |
|
---|
604 | # [0.10.0](https://github.com/swagger-api/apidom/compare/v0.9.0...v0.10.0) (2021-11-25)
|
---|
605 |
|
---|
606 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
607 |
|
---|
608 | # [0.9.0](https://github.com/swagger-api/apidom/compare/v0.8.0...v0.9.0) (2021-11-17)
|
---|
609 |
|
---|
610 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
611 |
|
---|
612 | # [0.8.0](https://github.com/swagger-api/apidom/compare/v0.7.0...v0.8.0) (2021-11-15)
|
---|
613 |
|
---|
614 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
615 |
|
---|
616 | # [0.7.0](https://github.com/swagger-api/apidom/compare/v0.6.0...v0.7.0) (2021-11-08)
|
---|
617 |
|
---|
618 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
619 |
|
---|
620 | # [0.6.0](https://github.com/swagger-api/apidom/compare/v0.5.1...v0.6.0) (2021-11-04)
|
---|
621 |
|
---|
622 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
623 |
|
---|
624 | ## [0.5.1](https://github.com/swagger-api/apidom/compare/v0.5.0...v0.5.1) (2021-11-01)
|
---|
625 |
|
---|
626 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
627 |
|
---|
628 | # [0.5.0](https://github.com/swagger-api/apidom/compare/v0.4.0...v0.5.0) (2021-10-26)
|
---|
629 |
|
---|
630 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
631 |
|
---|
632 | # [0.4.0](https://github.com/swagger-api/apidom/compare/v0.3.0...v0.4.0) (2021-10-22)
|
---|
633 |
|
---|
634 | ### Features
|
---|
635 |
|
---|
636 | - **reference:** expose errors from package ([3fd2bfc](https://github.com/swagger-api/apidom/commit/3fd2bfcc91a46401dabdefc0d6446354bd94ee88)), closes [#798](https://github.com/swagger-api/apidom/issues/798)
|
---|
637 |
|
---|
638 | # [0.3.0](https://github.com/swagger-api/apidom/compare/v0.2.1...v0.3.0) (2021-10-05)
|
---|
639 |
|
---|
640 | ### Features
|
---|
641 |
|
---|
642 | - add support for AsyncAPI 2.2.0 specification ([82f0e54](https://github.com/swagger-api/apidom/commit/82f0e543f62d0b013d145e23ebd817cb40097039)), closes [#688](https://github.com/swagger-api/apidom/issues/688)
|
---|
643 |
|
---|
644 | ## [0.2.1](https://github.com/swagger-api/apidom/compare/v0.2.0...v0.2.1) (2021-09-30)
|
---|
645 |
|
---|
646 | **Note:** Version bump only for package @swagger-api/apidom-reference
|
---|
647 |
|
---|
648 | # 0.2.0 (2021-09-28)
|
---|
649 |
|
---|
650 | ### Bug Fixes
|
---|
651 |
|
---|
652 | - **reference:** fix incorrect JSON Schema dereference in OAS 3.1 ([2f1fefa](https://github.com/swagger-api/apidom/commit/2f1fefa948dbe49a80b208a3f6af054346723e8d)), closes [#607](https://github.com/swagger-api/apidom/issues/607)
|
---|
653 |
|
---|
654 | # 0.1.0 (2021-09-28)
|
---|
655 |
|
---|
656 | ### Bug Fixes
|
---|
657 |
|
---|
658 | - **reference:** fix incorrect JSON Schema dereference in OAS 3.1 ([2f1fefa](https://github.com/swagger-api/apidom/commit/2f1fefa948dbe49a80b208a3f6af054346723e8d)), closes [#607](https://github.com/swagger-api/apidom/issues/607)
|
---|