Skip to content

Version to 2.6.8 - #1

Open
stephensamonte wants to merge 100 commits into
CaughtUp-LLC:devfrom
jkbrzt:master
Open

Version to 2.6.8#1
stephensamonte wants to merge 100 commits into
CaughtUp-LLC:devfrom
jkbrzt:master

Conversation

@stephensamonte

@stephensamonte stephensamonte commented Apr 15, 2021

Copy link
Copy Markdown
Member

Updating Package to version to 2.6.8

Ole Martin Handeland and others added 6 commits December 14, 2020 16:14
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)
@stephensamonte stephensamonte changed the title feat: release v0.2.0 Version to 2.6.8 Apr 15, 2021
john-d-pelingo and others added 23 commits May 27, 2021 11:02
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.
fix(cache): cache key comparison ignores milliseconds
fix: Export RRule and RRuleSet as named exports
davidgoli and others added 29 commits July 10, 2022 18:55
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.
Fixes return types for the before and after query methods to match the documentation
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.