Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 2.15 KB

File metadata and controls

81 lines (43 loc) · 2.15 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2025-05-17)

Features

  • Added exact date parsing with parseExact utility
  • Added date manipulation with addToDate utility
  • Improved build system with size reporting

Features

  • Dropped size under 800 bytes again
  • Added better types and docs
  • More calculations are now done in a branchless way
  • Parser tokens are now typed and inlined as numbers instead of being strings

Features

  • Rewrite in Typescript and Bun
  • Dropped cjs support
  • Fixed typos

0.2.6 (2017-06-03)

0.2.5 (2017-03-23)

0.2.4 (2017-03-23)

Features

  • Add support for 24h format (#4) (b39a8e3)
  • Add support for numeric months (#5) (cf110b5)
  • Improve internal comments for parser/compiler (#3) (6f1e795)

0.2.1 (2017-03-05)

Bug Fixes

  • docs: tinytime.render to template.render (#2) (93e87f4)

0.2.0 (2017-01-24)

0.1.2 (2017-01-24)

0.1.1 (2017-01-24)

0.1.0 (2017-01-24)