# Change Log - **Last updated**: 2026-07-02T14:22:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2023-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ### [8.12.10](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.10/packages/api) (2025-12-03) #### โ™ป๏ธ Refactoring - update for-loops (use const where possible) ([5ceaf1a](https://codeberg.org/thi.ng/umbrella/commit/5ceaf1a)) ## [8.12.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.0/packages/api) (2025-08-04) #### ๐Ÿš€ Features - add optional generics for typedarray types (TS5.9 induced) ([2af1b1e](https://codeberg.org/thi.ng/umbrella/commit/2af1b1e)) ### [8.11.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.3/packages/api) (2024-06-21) #### โ™ป๏ธ Refactoring - rename various rest args to be more semantically meaningful ([8088a56](https://codeberg.org/thi.ng/umbrella/commit/8088a56)) - enforce uniform naming convention of internal functions ([56992b2](https://codeberg.org/thi.ng/umbrella/commit/56992b2)) ## [8.11.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.0/packages/api) (2024-04-20) #### ๐Ÿš€ Features - add Maybe type alias, refactor related ([0777d33](https://codeberg.org/thi.ng/umbrella/commit/0777d33)) ## [8.10.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.10.0/packages/api) (2024-04-08) #### ๐Ÿš€ Features - add async types ([35ad820](https://codeberg.org/thi.ng/umbrella/commit/35ad820)) - add async function types ([afb4200](https://codeberg.org/thi.ng/umbrella/commit/afb4200)) - add Values ([8a799ea](https://codeberg.org/thi.ng/umbrella/commit/8a799ea)) ### [8.9.7](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.9.7/packages/api) (2023-11-09) #### ๐Ÿงช Tests - update/refactor tests to use bun test runner ([8f6edb1](https://codeberg.org/thi.ng/umbrella/commit/8f6edb1)) ## [8.9.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.9.0/packages/api) (2023-08-04) #### ๐Ÿš€ Features - add generics for Event & INotify ([7702882](https://codeberg.org/thi.ng/umbrella/commit/7702882)) - add basic utility functions: identity, always, never ([4801e2d](https://codeberg.org/thi.ng/umbrella/commit/4801e2d)) - add generics for INotify, Event, Listener types ([dd0a6ed](https://codeberg.org/thi.ng/umbrella/commit/dd0a6ed)) - add IIDGen interface ([26cf9d1](https://codeberg.org/thi.ng/umbrella/commit/26cf9d1)) ## [8.8.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.8.0/packages/api) (2023-04-19) #### ๐Ÿš€ Features - add typedArrayOfVec() ([39307bf](https://codeberg.org/thi.ng/umbrella/commit/39307bf)) ### [8.7.5](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.7.5/packages/api) (2023-03-27) #### ๐Ÿงช Tests - update all tests (mainly imports) ([63a85f9](https://codeberg.org/thi.ng/umbrella/commit/63a85f9)) ## [8.7.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.7.0/packages/api) (2023-02-05) #### ๐Ÿš€ Features - add narrow/widenType() fns ([5ce9938](https://codeberg.org/thi.ng/umbrella/commit/5ce9938))