@speclynx/apidom-ns-openapi-2 2.13.0 → 3.0.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 CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0](https://github.com/speclynx/apidom/compare/v2.13.1...v3.0.0) (2026-03-05)
7
+
8
+ ### Features
9
+
10
+ - introduce new memory efficient meta data management ([#129](https://github.com/speclynx/apidom/issues/129)) ([82ae0d7](https://github.com/speclynx/apidom/commit/82ae0d7cc2e9ee7037c3d9681817add2ca18dc92))
11
+
12
+ ### Performance Improvements
13
+
14
+ - consume generic ApiDOM during semantic refraction ([#132](https://github.com/speclynx/apidom/issues/132)) ([87258b0](https://github.com/speclynx/apidom/commit/87258b01c701120321e12daad0f965910897dae5))
15
+ - **ns:** remove unused 'fixed-field' class from FixedFieldsVisitor ([#131](https://github.com/speclynx/apidom/issues/131)) ([604e0e5](https://github.com/speclynx/apidom/commit/604e0e58c959937f402756e7c5ff2528a1ceb9b6))
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ - meta data use to be elements before, now they are simple primitives
20
+
21
+ ## [2.13.1](https://github.com/speclynx/apidom/compare/v2.13.0...v2.13.1) (2026-02-28)
22
+
23
+ **Note:** Version bump only for package @speclynx/apidom-ns-openapi-2
24
+
6
25
  # [2.13.0](https://github.com/speclynx/apidom/compare/v2.12.4...v2.13.0) (2026-02-28)
7
26
 
8
27
  **Note:** Version bump only for package @speclynx/apidom-ns-openapi-2