Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1149

Merged
merged 27 commits into from
Oct 6, 2024
Merged

Dev #1149

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1351468
feat(plugins/dates): duration ranges
Fdawgs Aug 8, 2024
2178719
fix(plugins/dates): make durations inclusive
Fdawgs Aug 8, 2024
fd45122
fix(plugins/dates): match `^in`
Fdawgs Aug 12, 2024
bade696
feat(plugins/dates): past duration ranges
Fdawgs Aug 12, 2024
f163064
use native node watch
spencermountain Aug 17, 2024
7e62a62
Merge pull request #1137 from Fdawgs/feat/duration-range
spencermountain Aug 17, 2024
557b5c7
remove old code
spencermountain Aug 17, 2024
c764b72
rename file
spencermountain Aug 17, 2024
9943924
fix(plugins/dates): stop tagging of all trailing conjunctions
Fdawgs Aug 19, 2024
6792363
Merge pull request #1140 from Fdawgs/fix/val-duration
spencermountain Aug 19, 2024
b4f2880
reproduce bug
spencermountain Aug 19, 2024
3bb4bde
9 failing tests
spencermountain Sep 11, 2024
807fbfe
refactor tests
spencermountain Sep 11, 2024
9bc839b
bug found
spencermountain Sep 11, 2024
0a0dfcb
Merge branch 'master' into dev
spencermountain Sep 23, 2024
dbb4e99
fix for #1145
spencermountain Sep 23, 2024
982f350
fix for ##1147
spencermountain Oct 2, 2024
42f9cd0
9 tests failing
spencermountain Oct 2, 2024
072e0ec
tests passing
spencermountain Oct 2, 2024
b6b5560
support until christmas
spencermountain Oct 6, 2024
32101c7
3 failing tests
spencermountain Oct 6, 2024
cb08277
one test failing
spencermountain Oct 6, 2024
5ffd07f
fix in-the-morning
spencermountain Oct 6, 2024
3b40748
debug morning test
spencermountain Oct 6, 2024
230ef27
fix between month-month template
spencermountain Oct 6, 2024
92a27cf
3.7.0rc
spencermountain Oct 6, 2024
114cbcc
14.14.1rc
spencermountain Oct 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
321 changes: 0 additions & 321 deletions API.md

This file was deleted.

2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.mjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v
- **[fix]** - .before() .after()
-->

#### 14.14.1 [July 2024]
- **[update]** - compromise-dates 3.7.0
- **[fix]** - runtime error in number parser #1145
- **[update]** - dependencies


#### 14.14.0 [July 2024]
- **[new]** - .slashes() and .slashes().split() methods #1100
- **[fix]** - multiple contraction issue #1128
Expand Down
Loading