@thi.ng/defmulti
Version:
Dynamic, extensible multiple dispatch via user supplied dispatch function.
46 lines (27 loc) • 1.71 kB
Markdown
# Change Log
- **Last updated**: 2025-08-04T09:13:01Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
All notable changes to this project will be documented in this file.
Only versions published since **2022-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.
### [3.0.40](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.40) (2024-06-21)
#### ♻️ Refactoring
- enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
### [3.0.37](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.37) (2024-04-20)
#### ♻️ Refactoring
- update type usage ([595da92](https://github.com/thi-ng/umbrella/commit/595da92))
### [3.0.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.23) (2024-02-16)
#### ♻️ Refactoring
- update LOGGER handling ([46bc987](https://github.com/thi-ng/umbrella/commit/46bc987))
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.0) (2023-09-15)
#### 🛑 Breaking changes
- update .impls() ([db48f57](https://github.com/thi-ng/umbrella/commit/db48f57))
- BREAKING CHANGE: update .impls() to return a Map of dispatch values and
their implementations
- update tests
### [2.1.39](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@2.1.39) (2023-08-04)
#### ♻️ Refactoring
- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))