Releases: ali-master/uuidv47
Releases · ali-master/uuidv47
v1.2.0
1.2.0 (2025-10-07)
Features
- ci: add slug for Codecov integration in CI configuration (d952809)
- uuid: add UUID v7 timestamp extraction support (c7b54cd)
Bug Fixes
- svg: update text for clarity in social preview graphic (a009ced)
- tests: reorder CI environment variable for test execution (f3eb125)
Chores
- deps: bump bunup to v0.11.27 and update lockfile (047f63c)
v1.1.0
1.1.0 (2025-09-22)
Features
- add comprehensive tests for byte operations, constants, and UUIDs (e822246)
- add size-limit configuration and update dependencies (ab2ae76)
- enhance UUID and key management benchmarks (b14aca3)
- examples: refactor UUIDv47 operations to use direct imports (b245b6c)
- optimize UUID operations and improve performance (d2998e8)
- update README with new bundle sizes and API reference section (efcfba2)
Bug Fixes
- README: remove API Reference section (39c8950)
Chores
- remove unused main.ts (8ea01dd)
v1.0.0
1.0.0 (2025-09-22)
⚠ BREAKING CHANGES
- replace UUIDv47 method calls with direct imports for less bundle size
Features
- update project title in README for clarity (3f857c3)
- UUID: preallocate result buffer using Buffer.from for security reason and correct typing as UUID128 (89fea5a)
Bug Fixes
- README: update gzipped size to reflect accurate bundle size (a097128)
Code Refactoring
- replace UUIDv47 method calls with direct imports for less bundle size (f0b3000)
v0.2.0
v0.1.0
0.1.0 (2025-09-18)
Features
- add benchmarks for UUIDv47 core operations and key management (4cee32f)
- add CI/CD pipeline configuration (26d9fef)
- add logo and social preview SVGs, and update README (b207a88)
- add tests for UUIDv47 and SipHash functionality (b25e993)
- add UUIDv47 examples and utility functions for console output (6a91f3f)
- enhance CI/CD pipeline with improved secret scanning logic (6c42270)
- implement UUIDv47 with SipHash and utility functions (4a17d97)
- update logo and social preview SVGs for improved design (99109fc)
Chores
- initialize project structure and configuration files (ad4e8ba)