Releases: jedwards1211/tell-me-when
Releases · jedwards1211/tell-me-when
v1.2.2
Compare
Sorry, something went wrong.
No results found
1.2.2 (2026-06-29)
Bug Fixes
fix obscure setMonth edge case (02e737a ), closes #3
v1.2.1
Compare
Sorry, something went wrong.
No results found
1.2.1 (2025-07-14)
Bug Fixes
v1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0 (2025-03-02)
Features
implements Japanese date (bbed3b9 )
implements Japanese range (6c49c48 )
implements Japanese time (353f5a4 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
1.1.0 (2025-03-02)
Bug Fixes
support ranges ending at relative days (dcb497d )
Features
support locales option (f3133b0 )
add basic ja-JP (Japanese) locale support
v1.0.4
Compare
Sorry, something went wrong.
No results found
1.0.4 (2024-12-27)
Bug Fixes
fix bugs in number month and hour number regexes (54d8db3 ), closes #1
v1.0.3
Compare
Sorry, something went wrong.
No results found
1.0.3 (2024-12-27)
Bug Fixes
tolerate commas between date and time (4058922 )
v1.0.2
Compare
Sorry, something went wrong.
No results found
1.0.2 (2024-12-10)
Bug Fixes
parse error for months 10-12 (2981cbf )
v1.0.1
Compare
Sorry, something went wrong.
No results found
1.0.1 (2024-11-14)
Bug Fixes
make "the" optional in "the last three months" etc (c5ea2f3 )
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2024-08-14)
Bug Fixes
applyDateFns: fix startOfMonth bug (b40bfc2 )
don't create intervals when there is a time of day (a17058b )
fix case sensitivity bug (c5ad78c )
get more testcases working (9c9723f )
get more testcases working (596162d )
refactor testing and fix some bugs (455f50a )
resolve ambiguity between hour and two-digit year (421de65 )
simplify month day year (ef578ad )
Features
add a lot more cases (f0bf9f1 )
add cli command and fix more cases (687a31e )
add more cases, fix more issues (2c70ac0 )
add RangeExpression to grammar (8ed9023 )
begin handwritten parser [WIP] (6b0c340 )
begin implementing parse and test logic (9e40743 )
finish basic API and documentation (7928236 )
implement more features and fix issues (078e6d0 )
initial commit [WIP] (68216b6 )