Skip to content

Releases: jedwards1211/tell-me-when

v1.2.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 29 Jun 02:48
bff4e04

1.2.2 (2026-06-29)

Bug Fixes

  • fix obscure setMonth edge case (02e737a), closes #3

v1.2.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 14 Jul 04:49

1.2.1 (2025-07-14)

Bug Fixes

v1.2.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 02 Mar 21:31

1.2.0 (2025-03-02)

Features

  • implements Japanese date (bbed3b9)
  • implements Japanese range (6c49c48)
  • implements Japanese time (353f5a4)

v1.1.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 02 Mar 21:10

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

Choose a tag to compare

@jedwards1211 jedwards1211 released this 27 Dec 19:14

1.0.4 (2024-12-27)

Bug Fixes

  • fix bugs in number month and hour number regexes (54d8db3), closes #1

v1.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 27 Dec 05:39

1.0.3 (2024-12-27)

Bug Fixes

  • tolerate commas between date and time (4058922)

v1.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 10 Dec 18:25

1.0.2 (2024-12-10)

Bug Fixes

  • parse error for months 10-12 (2981cbf)

v1.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 14 Nov 18:48

1.0.1 (2024-11-14)

Bug Fixes

  • make "the" optional in "the last three months" etc (c5ea2f3)

v1.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 14 Aug 17:33

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)