Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

83 lines (56 loc) · 1.83 KB

ulidx changelog

v2.4.1

2024-08-25

  • #44 Package exports improvements / fix

v2.4.0

2024-08-02

  • #42 Upgrade dependencies
  • #40 Mark sideEffects as false
  • Bugfix:
    • #41 Fix CommonJS types

v2.3.0

2024-02-06

  • #28 ulidToUUID and uuidToULID conversion helpers for ULID/UUID

v2.2.1

2023-10-10

  • Bugfixes:
    • #33: Use prepare instead of postinstall for git hooks

v2.2.0

2023-10-10

  • #30: MIN_ULID / MAX_ULID constants

v2.1.0

2023-07-23

  • #13: First-party support for Cloudflare workers
    • worker export definition
  • React-Native export definition

v2.0.0

2023-06-04

  • Multiple builds for different environments:
    • Node ESM
    • Node CJS
    • Browser ESM
    • Browser CJS
  • #24: Add globalThis to support Vercel Edge runtime

v1.0.0

2023-05-03

  • ESM
    • CommonJS/ESM builds
  • Node 16 minimum
  • Bugfixes:
    • #19: decodeTime fails on lower-case ULIDs

v0.5.0

2023-02-12

  • fixULIDBase32 method for cleaning up ULIDs by checking their Base32 encoding

v0.4.0

2022-12-31

  • isValid utility for checking for valid ULIDs

v0.3.0

2022-01-01

  • Bugfixes:
    • #4: ulid error in Node REPL

v0.2.0

2021-09-24

  • decodeTime helper

v0.1.0

2021-06-05

  • Initial release