- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
0.6.58 (2024-07-16)
- update/fix/dedupe internal domain data resolution (17957a5)
0.6.55 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
0.6.34 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
0.6.10 (2023-11-09)
- update all tests (packages T-Z) (020ef6c)
0.6.0 (2023-10-05)
- update stackedIntervals(), add docs (fa7b05c)
- store computed number of lanes as "data-num-lanes" attrib in generated top-level group
- add doc strings for StackedIntervalOpts
0.5.5 (2023-09-19)
- update hiccup/SVG generators (37c532f)
0.5.0 (2023-08-28)
- add dataBoundsLog() (b2b0824)
0.4.0 (2021-11-17)
- Using workspaces for local tools (bf7a404)
Improving the overall build ergonomics
- introduced a tools workspaces
- imported it in all needed packages/examples
- inclusive project root
- testrunner to binary (4ebbbb2) this commit reverts (partly) changes made in: ef346d7a8753590dc9094108a3d861a8dbd5dd2c overall purpose is better testament ergonomics: instead of having to pass NODE_OPTIONS with every invocation having a binary to handle this for us.
0.3.1 (2021-10-13)
- update imports in all pkgs (5fa2b6f)
- add .js suffix for all relative imports
- update imports in all tests/pkgs (effd591)
0.3.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- BREAKING CHANGE: discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
- update all tests in all pkgs (8b582bc)
- update all to use @thi.ng/testament
- update imports (138571a)
- update imports (4ca18e4)
0.2.30 (2021-06-08)
- dedupe line/scatter plot fns (3440f1f)
- extract internal defSimplePlotFn() helper
0.2.2 (2020-12-07)
- update type-only imports (2f82a4f)
0.2.0 (2020-11-24)
0.1.1 (2020-09-22)
- update stackedIntervals() (19396cf)
- use mapcatIndexed() to simplify composed xform
0.1.0 (2020-09-13)
- import as new package (ongoing port from geom-viz) (900db82)
- add lensAxis(), lensScale(), InitialAxisSpec (b423600)
- redo log scale & ticks, restructure all files (2f51668)
- add dataMinLog/dataMaxLog/dataBounds2Log()
- improve domain data value handling (ab89655)
- add DomainValues, DomainValueFn types
- update plot fns & processedPoints() to accept new types
- convert uniformDomain() to HOF form
- update deps & tests
- update candlePlot(), add candle() shape fn (fbb63d3)
- add background grid support (ca51cba)
- add GridSpec
- extract gridAxis(), update axisCommon()
- add gridCartesian()
- update plotCartesian()
- fix/simplify months()/days() iterators (de6616c)
- update areaPlot(), linePlot() (ac20370)
- flip Y axis tick direction (72a3200)
- update imports, use new Fn types (a3a2d7b)
- remove obsolete date/time fns, update call sites, pkg (5fb5d60)
- date fns migrated/extended into new @thi.ng/date pkg