@thi.ng/geom-splines 2.2.8 → 2.2.9

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
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -56,9 +56,9 @@ and/or version bumps of transitive dependencies.
56
56
 
57
57
  #### ♻️ Refactoring
58
58
 
59
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
60
59
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
61
60
  - add .js suffix for all relative imports
61
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
62
62
 
63
63
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@2.0.0) (2021-10-12)
64
64
 
@@ -79,10 +79,10 @@ and/or version bumps of transitive dependencies.
79
79
 
80
80
  #### ♻️ Refactoring
81
81
 
82
- - update imports ([a541240](https://github.com/thi-ng/umbrella/commit/a541240))
83
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
84
82
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
85
83
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
84
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
85
+ - update imports ([a541240](https://github.com/thi-ng/umbrella/commit/a541240))
86
86
 
87
87
  ### [0.5.37](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@0.5.37) (2020-12-07)
88
88
 
@@ -100,9 +100,9 @@ and/or version bumps of transitive dependencies.
100
100
 
101
101
  #### 🚀 Features
102
102
 
103
- - add openCubicFromBreakPoints(), refactor, [#208](https://github.com/thi-ng/umbrella/issues/208) ([1882262](https://github.com/thi-ng/umbrella/commit/1882262))
104
- - add sampleCubicArray(), sampleQuadraticArray(), [#208](https://github.com/thi-ng/umbrella/issues/208) ([bfc09db](https://github.com/thi-ng/umbrella/commit/bfc09db))
105
103
  - add openCubicFromControlPoints(), [#208](https://github.com/thi-ng/umbrella/issues/208) ([1a95d94](https://github.com/thi-ng/umbrella/commit/1a95d94))
104
+ - add sampleCubicArray(), sampleQuadraticArray(), [#208](https://github.com/thi-ng/umbrella/issues/208) ([bfc09db](https://github.com/thi-ng/umbrella/commit/bfc09db))
105
+ - add openCubicFromBreakPoints(), refactor, [#208](https://github.com/thi-ng/umbrella/issues/208) ([1882262](https://github.com/thi-ng/umbrella/commit/1882262))
106
106
 
107
107
  #### ♻️ Refactoring
108
108
 
@@ -116,9 +116,9 @@ and/or version bumps of transitive dependencies.
116
116
 
117
117
  #### ♻️ Refactoring
118
118
 
119
- - split up closedCubicFromControlPoints() ([17ac114](https://github.com/thi-ng/umbrella/commit/17ac114))
120
119
  - update cubicBounds() & sampleCubic/Quadratic() ([c3f0973](https://github.com/thi-ng/umbrella/commit/c3f0973))
121
120
  - extract private __sample() HOF & re-use
121
+ - split up closedCubicFromControlPoints() ([17ac114](https://github.com/thi-ng/umbrella/commit/17ac114))
122
122
 
123
123
  ### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@0.3.1) (2019-07-31)
124
124
 
@@ -134,8 +134,8 @@ and/or version bumps of transitive dependencies.
134
134
 
135
135
  #### 🩹 Bug fixes
136
136
 
137
- - add full circle check for cubicFromArc() ([3e386f7](https://github.com/thi-ng/umbrella/commit/3e386f7))
138
137
  - fix [#100](https://github.com/thi-ng/umbrella/issues/100), replace cubicBounds impl ([6c64b88](https://github.com/thi-ng/umbrella/commit/6c64b88))
138
+ - add full circle check for cubicFromArc() ([3e386f7](https://github.com/thi-ng/umbrella/commit/3e386f7))
139
139
 
140
140
  ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@0.2.0) (2019-07-07)
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-splines",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/geom-api": "^3.3.17",
40
- "@thi.ng/geom-arc": "^2.1.34",
41
- "@thi.ng/geom-resample": "^2.1.34",
42
- "@thi.ng/math": "^5.3.12",
43
- "@thi.ng/vectors": "^7.5.23"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/geom-api": "^3.3.18",
40
+ "@thi.ng/geom-arc": "^2.1.35",
41
+ "@thi.ng/geom-resample": "^2.1.35",
42
+ "@thi.ng/math": "^5.3.13",
43
+ "@thi.ng/vectors": "^7.5.24"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.33.5",
47
- "@thi.ng/testament": "^0.3.4",
47
+ "@thi.ng/testament": "^0.3.5",
48
48
  "rimraf": "^3.0.2",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.23.18",
50
+ "typedoc": "^0.23.20",
51
51
  "typescript": "^4.8.4"
52
52
  },
53
53
  "keywords": [
@@ -78,8 +78,8 @@
78
78
  "node": ">=12.7"
79
79
  },
80
80
  "files": [
81
- "*.js",
82
- "*.d.ts",
81
+ "./*.js",
82
+ "./*.d.ts",
83
83
  "internal"
84
84
  ],
85
85
  "exports": {
@@ -144,5 +144,5 @@
144
144
  "geom-subdiv-curve"
145
145
  ]
146
146
  },
147
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
147
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
148
148
  }
package/dev/arc-debug.js DELETED
@@ -1,3 +0,0 @@
1
- const splines = require("@thi.ng/geom-splines");
2
-
3
- console.log(splines.cubicFromArc([0, 0], [100, 100], 0, 0, Math.PI * 1.66));