@jscad/x3d-deserializer 3.0.0-alpha.0 → 3.0.2-alpha.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,24 @@
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.2-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/x3d-deserializer@3.0.1-alpha.0...@jscad/x3d-deserializer@3.0.2-alpha.0) (2025-09-06)
7
+
8
+ **Note:** Version bump only for package @jscad/x3d-deserializer
9
+
10
+ ## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/x3d-deserializer@2.2.2...@jscad/x3d-deserializer@3.0.1-alpha.0) (2025-01-03)
11
+
12
+ ### Bug Fixes
13
+
14
+ * **all:** various fixes to pass tests ([5cb1d64](https://github.com/jscad/OpenJSCAD.org/commit/5cb1d648d3af1a4448d2c9a6a6acc701d38f36d3))
15
+ * **io:** fix io after V3 refactoring ([7a12bbd](https://github.com/jscad/OpenJSCAD.org/commit/7a12bbdb7b4b3df792a4c5b3c8b30a6a985a48f0))
16
+ * **x3d-deserializer:** corrected to accept commas as MF value delimiters ([ffe36d2](https://github.com/jscad/OpenJSCAD.org/commit/ffe36d2e1b39fa67fa7159b751d9d3e30380e466))
17
+ * **x3d-deserializer:** correcting caching of x3d attributes in createX3DParser, allowing continuous parsing of X3D files ([e9cd527](https://github.com/jscad/OpenJSCAD.org/commit/e9cd527b8de27a918504e388434934142eb83a65))
18
+
19
+ ### Features
20
+
21
+ * **modeling:** renamed poly3 toVertices and fromVerticesAndPlane ([58621b9](https://github.com/jscad/OpenJSCAD.org/commit/58621b9d23d8e0905eff23faf8e9dddb2c4023fb))
22
+ * **modeling:** reworked exports to expose a flattened API ([8235238](https://github.com/jscad/OpenJSCAD.org/commit/8235238ad63d063f1e501478cae1208deb130a9c))
23
+
6
24
  # [3.0.0-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/x3d-deserializer@2.2.2...@jscad/x3d-deserializer@3.0.0-alpha.0) (2023-10-09)
7
25
 
8
26
  ### Bug Fixes
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
3
 
4
- Copyright (c) 2017-2021 JSCAD Organization
4
+ Copyright (c) 2017-2025 JSCAD Organization
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal