@linkiez/dxf-renew 7.2.5 → 7.3.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
7
7
|
|
|
8
|
+
## 7.3.0 (2026-01-11)
|
|
9
|
+
|
|
10
|
+
* Initial plan ([3376d5b](https://github.com/linkiez/DXF-Renewed/commit/3376d5b))
|
|
11
|
+
* Merge pull request #7 from linkiez/copilot/add-missing-table-support ([3aa64ca](https://github.com/linkiez/DXF-Renewed/commit/3aa64ca)), closes [#7](https://github.com/linkiez/DXF-Renewed/issues/7)
|
|
12
|
+
* Merge pull request #8 from linkiez/revert-7-copilot/add-missing-table-support ([ac8eb36](https://github.com/linkiez/DXF-Renewed/commit/ac8eb36)), closes [#8](https://github.com/linkiez/DXF-Renewed/issues/8)
|
|
13
|
+
* Revert "feat(objects): add TABLESTYLE and GROUP object parsing" ([47da71e](https://github.com/linkiez/DXF-Renewed/commit/47da71e))
|
|
14
|
+
* Update src/handlers/objects.ts ([dc89046](https://github.com/linkiez/DXF-Renewed/commit/dc89046))
|
|
15
|
+
* feat(objects): add TABLESTYLE and GROUP object parsing support ([9b88863](https://github.com/linkiez/DXF-Renewed/commit/9b88863))
|
|
16
|
+
|
|
8
17
|
## <small>7.2.5 (2026-01-10)</small>
|
|
9
18
|
|
|
10
19
|
* Initial plan ([d15ffdc](https://github.com/linkiez/DXF-Renewed/commit/d15ffdc))
|