2024-08-25
- #44 Package exports improvements / fix
2024-08-02
2024-02-06
- #28
ulidToUUID
anduuidToULID
conversion helpers for ULID/UUID
2023-10-10
- Bugfixes:
- #33: Use prepare instead of postinstall for git hooks
2023-10-10
- #30:
MIN_ULID
/MAX_ULID
constants
2023-07-23
- #13: First-party support for Cloudflare workers
worker
export definition
- React-Native export definition
2023-06-04
- Multiple builds for different environments:
- Node ESM
- Node CJS
- Browser ESM
- Browser CJS
- #24: Add
globalThis
to support Vercel Edge runtime
2023-05-03
- ESM
- CommonJS/ESM builds
- Node 16 minimum
- Bugfixes:
- #19:
decodeTime
fails on lower-case ULIDs
- #19:
2023-02-12
fixULIDBase32
method for cleaning up ULIDs by checking their Base32 encoding
2022-12-31
isValid
utility for checking for valid ULIDs
2022-01-01
- Bugfixes:
- #4:
ulid
error in Node REPL
- #4:
2021-09-24
decodeTime
helper
2021-06-05
- Initial release