CHANGELOG.md

ulid-0.1.0 documentation

Package

Name
ulid
Version
0.1.0
Uploaded
2026-07-30 22:55:51
Repository
https://github.com/tobyink/zuzu-ulid
Dependencies
Metadata
zuzu-distribution.json
Archive
Download .tar.gz

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project roughly adheres to Semantic Versioning.

0.1.0 - 2026-07-30

Added

  • create_ulid and create_ulid_binary accept an optional named time parameter containing a std/time Time object.
  • Added ulid_time to recover a textual or binary ULID's timestamp as a std/time Time object, autodetecting the form and rejecting invalid ULIDs.

0.0.2 - 2026-07-30

Changed

  • Replaced private arithmetic helpers with ZuzuScript's built-in mod, ÷, and ⌊ ... ⌋ operators.

0.0.1 - 2026-07-30

_First release._