@jscad/core 2.5.9 → 2.6.2

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,39 @@
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.6.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.6.1...@jscad/core@2.6.2) (2022-07-17)
7
+
8
+ **Note:** Version bump only for package @jscad/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.6.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.6.0...@jscad/core@2.6.1) (2022-06-12)
15
+
16
+ **Note:** Version bump only for package @jscad/core
17
+
18
+
19
+
20
+
21
+
22
+ # [2.6.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.5.9...@jscad/core@2.6.0) (2022-05-15)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **core:** catch and create create message from thrown objects (non-Error) ([2cdbbf1](https://github.com/jscad/OpenJSCAD.org/commit/2cdbbf108e0c48fc1a69e53da404968cea07142e))
28
+ * **core:** corrected webRequire to catch errors from dynamic code evaluation, and rethrow with correct context ([ff06731](https://github.com/jscad/OpenJSCAD.org/commit/ff0673136f26b08116054e49fa179b8807b9ab3b))
29
+
30
+
31
+ ### Features
32
+
33
+ * **core:** corrected rebuildGeometry to catch all errors, and callback with complete error information ([61dac1c](https://github.com/jscad/OpenJSCAD.org/commit/61dac1ca8a2bc849c1e5e304c75bc752b7ae2bac))
34
+
35
+
36
+
37
+
38
+
6
39
  ## [2.5.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.5.8...@jscad/core@2.5.9) (2022-04-24)
7
40
 
8
41
  **Note:** Version bump only for package @jscad/core