@thi.ng/geom-fuzz 3.0.32 → 3.0.34

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -75
  2. package/package.json +12 -13
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:52Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -43,77 +45,3 @@ and/or version bumps of transitive dependencies.
43
45
 
44
46
  - add hatch flip/mirror options ([f19c5d4](https://github.com/thi-ng/umbrella/commit/f19c5d4))
45
47
  - add HatchOpts.tx point transform support ([c665406](https://github.com/thi-ng/umbrella/commit/c665406))
46
-
47
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.1.0) (2021-11-17)
48
-
49
- #### 🚀 Features
50
-
51
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
52
- Improving the overall build ergonomics
53
- - introduced a tools workspaces
54
- - imported it in all needed packages/examples
55
- - inclusive project root
56
-
57
- #### ♻️ Refactoring
58
-
59
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
60
- this commit reverts (partly) changes made in:
61
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
62
- overall purpose is better testament ergonomics:
63
- instead of having to pass NODE_OPTIONS with every invocation
64
- having a binary to handle this for us.
65
-
66
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.0.1) (2021-10-13)
67
-
68
- #### ♻️ Refactoring
69
-
70
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
71
- - add .js suffix for all relative imports
72
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
73
-
74
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.0.0) (2021-10-12)
75
-
76
- #### 🛑 Breaking changes
77
-
78
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
79
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
80
- - only ESM modules will be published from now on
81
- - CJS obsolete due to ESM support in recent versions of node:
82
- - i.e. launch NodeJS via:
83
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
84
- - in the node REPL use `await import(...)` instead of `require()`
85
- - UMD obsolete due to widespread browser support for ESM
86
- Also:
87
- - normalize/restructure/reorg all package.json files
88
- - cleanup all build scripts, remove obsolete
89
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
90
-
91
- #### ♻️ Refactoring
92
-
93
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
94
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
95
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
96
- - update imports ([2a28996](https://github.com/thi-ng/umbrella/commit/2a28996))
97
- - update imports ([a502f4e](https://github.com/thi-ng/umbrella/commit/a502f4e))
98
- - update imports (transducers) ([25b674f](https://github.com/thi-ng/umbrella/commit/25b674f))
99
- - update imports ([73dcb84](https://github.com/thi-ng/umbrella/commit/73dcb84))
100
- - update imports ([11d68ac](https://github.com/thi-ng/umbrella/commit/11d68ac))
101
-
102
- ### [0.1.24](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@0.1.24) (2020-12-07)
103
-
104
- #### ♻️ Refactoring
105
-
106
- - update type-only imports ([69eb928](https://github.com/thi-ng/umbrella/commit/69eb928))
107
-
108
- ### [0.1.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@0.1.18) (2020-09-13)
109
-
110
- #### ♻️ Refactoring
111
-
112
- - update imports ([1746889](https://github.com/thi-ng/umbrella/commit/1746889))
113
-
114
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@0.1.0) (2020-06-20)
115
-
116
- #### 🚀 Features
117
-
118
- - import as new pkg ([3ff1484](https://github.com/thi-ng/umbrella/commit/3ff1484))
119
- - add geom-fuzz-basics example ([8b82723](https://github.com/thi-ng/umbrella/commit/8b82723))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-fuzz",
3
- "version": "3.0.32",
3
+ "version": "3.0.34",
4
4
  "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,21 +40,20 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/color": "^5.7.20",
45
- "@thi.ng/geom": "^8.1.25",
46
- "@thi.ng/geom-clip-line": "^2.3.119",
47
- "@thi.ng/geom-resample": "^3.0.29",
48
- "@thi.ng/grid-iterators": "^4.0.104",
49
- "@thi.ng/object-utils": "^1.1.11",
50
- "@thi.ng/transducers": "^9.2.15",
51
- "@thi.ng/vectors": "^7.12.17"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/color": "^5.7.21",
45
+ "@thi.ng/geom": "^8.1.27",
46
+ "@thi.ng/geom-clip-line": "^2.3.120",
47
+ "@thi.ng/geom-resample": "^3.0.30",
48
+ "@thi.ng/grid-iterators": "^4.0.105",
49
+ "@thi.ng/object-utils": "^1.1.12",
50
+ "@thi.ng/transducers": "^9.2.16",
51
+ "@thi.ng/vectors": "^7.12.18"
52
52
  },
53
53
  "devDependencies": {
54
- "@microsoft/api-extractor": "^7.48.1",
55
54
  "esbuild": "^0.24.2",
56
55
  "typedoc": "^0.27.6",
57
- "typescript": "^5.7.2"
56
+ "typescript": "^5.7.3"
58
57
  },
59
58
  "keywords": [
60
59
  "2d",
@@ -124,5 +123,5 @@
124
123
  ],
125
124
  "year": 2020
126
125
  },
127
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
126
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
128
127
  }