All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2025-05-17)
- Added exact date parsing with
parseExactutility - Added date manipulation with
addToDateutility - Improved build system with size reporting
- 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
- 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)
- 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)
- docs: tinytime.render to template.render (#2) (93e87f4)