- Last updated: 2024-11-24T18:15:49Z
- 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.
3.2.0 (2024-06-21)
- add result generics for AttribPool.attribValue() (498e0f4)
- similar change to a63548c89f
- add result generics for AttribPool.attribValues() iterator (a63548c)
- enforce uniform naming convention of internal functions (56992b2)
3.1.126 (2024-04-20)
- update type usage (80a0255)
3.1.105 (2024-02-16)
- update LOGGER handling (70575e5)
3.1.84 (2023-11-09)
- update all tests (packages T-Z) (020ef6c)
3.1.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.
3.0.1 (2021-10-13)
- update imports in all pkgs (5fa2b6f)
- add .js suffix for all relative imports
- update imports in all tests/pkgs (effd591)
3.0.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 (b2f0a9f)
- update deps & imports in various pkgs (e1cf29e)
- largely related to recent updates/restructuring of these packages:
- api
- defmulti
- errors
- logger
- largely related to recent updates/restructuring of these packages:
- minor pkg restructure (b27b79c)
2.0.0 (2021-02-20)
- update attrib type handling (0ebd889)
- BREAKING CHANGE: update attrib types to use string consts
- part of umbrella-wide changes to @thi.ng/api Type aliases (see a333d4182)
- remove obsolete asNativeType()/asGLType() fns (moved to @thi.ng/api for better re-use)
- export asNativeType/asGLType() (d4b397b)
- fix regression/update buffer arg types (27a3614)
- switch from Vec => NumericArray for backing buffers
1.0.51 (2020-12-07)
- update type-only imports (ea97879)
1.0.49 (2020-11-24)
- update destructuring (eacf9cf)
1.0.45 (2020-09-13)
- update imports (d9699be)
1.0.44 (2020-08-28)
- update delete op (TS4.0) (f6865f2)
1.0.13 (2020-02-25)
- update imports (4077f78)
1.0.9 (2019-11-09)
- update imports (6537610)
- update type enum conversions (9d3b2c3) (due to type migration & updates in @thi.ng/api)
- update AttribPool imports (88c952d)
- replace malloc's wrap() w/ typedArray()
1.0.7 (2019-08-21)
- simplify AttribPool, extract asserts (c281f17)
1.0.0 (2019-07-07)
- address TS strictNullChecks flag (981b5ce)
- BREAKING CHANGE: update return types of various class methods
- some AList, ArrayList, LinkedList, VecPool methods now return
undefined
if operation failed
- some AList, ArrayList, LinkedList, VecPool methods now return
- add AttribPool.attribArray(), add tests (285022a)
- enable TS strict compiler flags (refactor) (1af6f78)
- add missing type hints/return types
0.2.16 (2019-05-22)
- update Type imports (a0fab41)
- Type enum now defined in @thi.ng/api pkg
- update tests & readme
0.2.0 (2019-02-05)
- update & fix AttribPool resize logic (b7d162f)
- use MemPool.realloc()
- update ensure()
- update AttribPool & VecPool ctors (d7ccc88)
0.1.2 (2019-01-31)
- AttribPool opts & default handling (16b48b3)