@thi.ng/viz 0.6.83 → 0.6.85
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 +3 -111
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
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
|
|
@@ -53,113 +55,3 @@ and/or version bumps of transitive dependencies.
|
|
|
53
55
|
#### 🚀 Features
|
|
54
56
|
|
|
55
57
|
- add dataBoundsLog() ([b2b0824](https://github.com/thi-ng/umbrella/commit/b2b0824))
|
|
56
|
-
|
|
57
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.4.0) (2021-11-17)
|
|
58
|
-
|
|
59
|
-
#### 🚀 Features
|
|
60
|
-
|
|
61
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
62
|
-
Improving the overall build ergonomics
|
|
63
|
-
- introduced a tools workspaces
|
|
64
|
-
- imported it in all needed packages/examples
|
|
65
|
-
- inclusive project root
|
|
66
|
-
|
|
67
|
-
#### ♻️ Refactoring
|
|
68
|
-
|
|
69
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
70
|
-
this commit reverts (partly) changes made in:
|
|
71
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
72
|
-
overall purpose is better testament ergonomics:
|
|
73
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
74
|
-
having a binary to handle this for us.
|
|
75
|
-
|
|
76
|
-
### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.3.1) (2021-10-13)
|
|
77
|
-
|
|
78
|
-
#### ♻️ Refactoring
|
|
79
|
-
|
|
80
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
81
|
-
- add .js suffix for all relative imports
|
|
82
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
83
|
-
|
|
84
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.3.0) (2021-10-12)
|
|
85
|
-
|
|
86
|
-
#### 🛑 Breaking changes
|
|
87
|
-
|
|
88
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
89
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
90
|
-
- only ESM modules will be published from now on
|
|
91
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
92
|
-
- i.e. launch NodeJS via:
|
|
93
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
94
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
95
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
96
|
-
Also:
|
|
97
|
-
- normalize/restructure/reorg all package.json files
|
|
98
|
-
- cleanup all build scripts, remove obsolete
|
|
99
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
100
|
-
|
|
101
|
-
#### ♻️ Refactoring
|
|
102
|
-
|
|
103
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
104
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
105
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
106
|
-
- update imports ([4ca18e4](https://github.com/thi-ng/umbrella/commit/4ca18e4))
|
|
107
|
-
|
|
108
|
-
### [0.2.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.2.30) (2021-06-08)
|
|
109
|
-
|
|
110
|
-
#### ♻️ Refactoring
|
|
111
|
-
|
|
112
|
-
- dedupe line/scatter plot fns ([3440f1f](https://github.com/thi-ng/umbrella/commit/3440f1f))
|
|
113
|
-
- extract internal defSimplePlotFn() helper
|
|
114
|
-
|
|
115
|
-
### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.2.2) (2020-12-07)
|
|
116
|
-
|
|
117
|
-
#### ♻️ Refactoring
|
|
118
|
-
|
|
119
|
-
- update type-only imports ([2f82a4f](https://github.com/thi-ng/umbrella/commit/2f82a4f))
|
|
120
|
-
|
|
121
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.2.0) (2020-11-24)
|
|
122
|
-
|
|
123
|
-
#### 🚀 Features
|
|
124
|
-
|
|
125
|
-
- add barPlot() & interleave opts ([8f3d4e1](https://github.com/thi-ng/umbrella/commit/8f3d4e1))
|
|
126
|
-
- update grid opts (add major flags) ([4fac849](https://github.com/thi-ng/umbrella/commit/4fac849))
|
|
127
|
-
|
|
128
|
-
### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.1.1) (2020-09-22)
|
|
129
|
-
|
|
130
|
-
#### ♻️ Refactoring
|
|
131
|
-
|
|
132
|
-
- update stackedIntervals() ([19396cf](https://github.com/thi-ng/umbrella/commit/19396cf))
|
|
133
|
-
- use mapcatIndexed() to simplify composed xform
|
|
134
|
-
|
|
135
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/viz@0.1.0) (2020-09-13)
|
|
136
|
-
|
|
137
|
-
#### 🚀 Features
|
|
138
|
-
|
|
139
|
-
- import as new package (ongoing port from geom-viz) ([900db82](https://github.com/thi-ng/umbrella/commit/900db82))
|
|
140
|
-
- add lensAxis(), lensScale(), InitialAxisSpec ([b423600](https://github.com/thi-ng/umbrella/commit/b423600))
|
|
141
|
-
- redo log scale & ticks, restructure all files ([2f51668](https://github.com/thi-ng/umbrella/commit/2f51668))
|
|
142
|
-
- add dataMinLog/dataMaxLog/dataBounds2Log()
|
|
143
|
-
- improve domain data value handling ([ab89655](https://github.com/thi-ng/umbrella/commit/ab89655))
|
|
144
|
-
- add DomainValues, DomainValueFn types
|
|
145
|
-
- update plot fns & processedPoints() to accept new types
|
|
146
|
-
- convert uniformDomain() to HOF form
|
|
147
|
-
- update deps & tests
|
|
148
|
-
- update candlePlot(), add candle() shape fn ([fbb63d3](https://github.com/thi-ng/umbrella/commit/fbb63d3))
|
|
149
|
-
- add background grid support ([ca51cba](https://github.com/thi-ng/umbrella/commit/ca51cba))
|
|
150
|
-
- add GridSpec
|
|
151
|
-
- extract gridAxis(), update axisCommon()
|
|
152
|
-
- add gridCartesian()
|
|
153
|
-
- update plotCartesian()
|
|
154
|
-
|
|
155
|
-
#### 🩹 Bug fixes
|
|
156
|
-
|
|
157
|
-
- fix/simplify months()/days() iterators ([de6616c](https://github.com/thi-ng/umbrella/commit/de6616c))
|
|
158
|
-
- update areaPlot(), linePlot() ([ac20370](https://github.com/thi-ng/umbrella/commit/ac20370))
|
|
159
|
-
- flip Y axis tick direction ([72a3200](https://github.com/thi-ng/umbrella/commit/72a3200))
|
|
160
|
-
|
|
161
|
-
#### ♻️ Refactoring
|
|
162
|
-
|
|
163
|
-
- update imports, use new Fn types ([a3a2d7b](https://github.com/thi-ng/umbrella/commit/a3a2d7b))
|
|
164
|
-
- remove obsolete date/time fns, update call sites, pkg ([5fb5d60](https://github.com/thi-ng/umbrella/commit/5fb5d60))
|
|
165
|
-
- date fns migrated/extended into new [@thi.ng/date](https://github.com/thi-ng/umbrella/tree/main/packages/date) pkg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/viz",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.85",
|
|
4
4
|
"description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -46,20 +46,19 @@
|
|
|
46
46
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@thi.ng/api": "^8.11.
|
|
50
|
-
"@thi.ng/arrays": "^2.10.
|
|
51
|
-
"@thi.ng/checks": "^3.6.
|
|
52
|
-
"@thi.ng/math": "^5.11.
|
|
53
|
-
"@thi.ng/object-utils": "^1.1.
|
|
54
|
-
"@thi.ng/strings": "^3.9.
|
|
55
|
-
"@thi.ng/transducers": "^9.2.
|
|
49
|
+
"@thi.ng/api": "^8.11.18",
|
|
50
|
+
"@thi.ng/arrays": "^2.10.13",
|
|
51
|
+
"@thi.ng/checks": "^3.6.21",
|
|
52
|
+
"@thi.ng/math": "^5.11.18",
|
|
53
|
+
"@thi.ng/object-utils": "^1.1.12",
|
|
54
|
+
"@thi.ng/strings": "^3.9.3",
|
|
55
|
+
"@thi.ng/transducers": "^9.2.16"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@
|
|
59
|
-
"@thi.ng/date": "^2.7.39",
|
|
58
|
+
"@thi.ng/date": "^2.7.41",
|
|
60
59
|
"esbuild": "^0.24.2",
|
|
61
60
|
"typedoc": "^0.27.6",
|
|
62
|
-
"typescript": "^5.7.
|
|
61
|
+
"typescript": "^5.7.3"
|
|
63
62
|
},
|
|
64
63
|
"keywords": [
|
|
65
64
|
"2d",
|
|
@@ -150,5 +149,5 @@
|
|
|
150
149
|
"status": "alpha",
|
|
151
150
|
"year": 2014
|
|
152
151
|
},
|
|
153
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
154
153
|
}
|