@jscad/core 2.3.7 → 2.5.1

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,47 @@
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
+ ## [2.5.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.5.0...@jscad/core@2.5.1) (2021-12-11)
7
+
8
+ **Note:** Version bump only for package @jscad/core
9
+
10
+
11
+
12
+
13
+
14
+ # [2.5.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.4.0...@jscad/core@2.5.0) (2021-11-07)
15
+
16
+
17
+ ### Features
18
+
19
+ * **core:** remove VTREE from core and web modules ([#938](https://github.com/jscad/OpenJSCAD.org/issues/938)) ([11431dc](https://github.com/jscad/OpenJSCAD.org/commit/11431dc41f9da085dcfc95a9f6af23b28d9809ea))
20
+
21
+
22
+
23
+
24
+
25
+ # [2.4.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.3.8...@jscad/core@2.4.0) (2021-10-17)
26
+
27
+
28
+ ### Features
29
+
30
+ * **web:** changed default serialize to false, eliminating JSON serialize/deserialize ([#928](https://github.com/jscad/OpenJSCAD.org/issues/928)) ([b29993a](https://github.com/jscad/OpenJSCAD.org/commit/b29993a8fd3da3bd43a5f871edae4c60d7f56fc7))
31
+
32
+
33
+
34
+
35
+
36
+ ## [2.3.8](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.3.7...@jscad/core@2.3.8) (2021-10-04)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **core:** fix missing json5 dependency ([#919](https://github.com/jscad/OpenJSCAD.org/issues/919)) ([40d1cb1](https://github.com/jscad/OpenJSCAD.org/commit/40d1cb131be4a4c4417584381e711a0bc9f23657))
42
+
43
+
44
+
45
+
46
+
6
47
  ## [2.3.7](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.3.6...@jscad/core@2.3.7) (2021-09-27)
7
48
 
8
49