@thi.ng/idgen
Version:
Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use
37 lines (22 loc) • 1.33 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.
### [2.2.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.2.10) (2023-11-09)
#### ♻️ Refactoring
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.2.0) (2023-08-04)
#### 🚀 Features
- update IDGen, add MonotonicID, PrefixedID ([3a73cf0](https://github.com/thi-ng/umbrella/commit/3a73cf0))
- restructure package
- add/update new impls
#### ♻️ Refactoring
- update INotify impl ([63af221](https://github.com/thi-ng/umbrella/commit/63af221))
### [2.1.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.19) (2022-11-28)
#### ♻️ Refactoring
- update INotify.notify() signature ([b70eebe](https://github.com/thi-ng/umbrella/commit/b70eebe))