Version to 2.6.8 - #1
Open
stephensamonte wants to merge 100 commits into
Open
Conversation
This prevents problems with circular imports. I still get 14 warnings about circular imports in rollup (regardless of using the main commonjs plugin or the alternate one), but at least the emitted code seems to work fine in both now.
Solving circular import hack
Fixes incorrect source paths in generated source maps.
Fix incorrect source paths in generated source maps (#303)
The RRule in rrulset.ts ends up being undefined because the root index is being loaded while files such as nlp/totext.ts depend on the root index while rrule.ts depends on nlp/index.ts. Then, at one point the execution proceeds even though the root index has not fully loaded.
Execute CI on Node 14
fix(cache): cache key comparison ignores milliseconds
…ependency fix: resolve circular import
fix: Export RRule and RRuleSet as named exports
Remove luxon
Remove default exports & update tests
Minor copy-edits and formatting tweaks
extract dateInTimeZone() from rezonedDate() and add to dateutils.ts, so it can also be used by expectedDate().
This fails for LANG=en_CA and LANG=sw_KE before rezonedDate() fix.
fix rezonedDate without luxon (commit: cf76af3)
Update README.md
Fixes return types for the before and after query methods to match the documentation
v2.7.1
expose ALL_WEEKDAYS constant from index file
* feat(nlp): support weekly by hour texts e.g. 'every week on Sunday at 10, 12 and 17' would serialize to 'RRULE:FREQ=WEEKLY;BYDAY=SU;BYHOUR=10,12,17' * after prettier * forgot to add a case
* fix: removed unnecessary offset in daysBetween * ci: added test to nodejs.yml --------- Co-authored-by: David Golightly <davidgoli@users.noreply.github.com>
* migrate tests to jest * remove chai & mocha
* TZID is fully convertible. * Add test. --------- Co-authored-by: Darren Zhao <darren@levro.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating Package to version to 2.6.8