Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:47
· 2 commits to main since this release

v0.2.0

[0.2.0] - 2026-08-12

Added

  • timestamp_zone_core with explicit Unix/RFC 3339 parsing, ordered IANA zone
    conversion, bundled IANA tzdb 2026c, and stable time errors.
  • Local civil-time resolution that reports UNAMBIGUOUS, GAP, or FOLD
    without silently shifting gaps or selecting fold candidates.
  • tinkora-time CLI with convert, resolve, and zones commands plus
    human-readable and schema-versioned JSON output.
  • Browser Time module with explicit input kinds, bounded removable comparison
    zones, UTC summaries, gap/fold results, and explicit result copying.
  • Additive time conversion, local resolution, zone search, and tzdb version
    exports in the existing WebAssembly package.

Security

  • Time text, IANA names, and comparison counts are validated before parsing or
    result allocation; zone discovery returns at most 50 names.
  • Time conversion remains local and performs no browser, CLI, or core network
    access.