Comparing version 2.6.4 to 2.6.5
### Changelog | ||
- 2.6.5 (2020-08-23) | ||
- Bugfixes: | ||
- `luxon`-less binary should not contain any `luxon` imports (#410) | ||
- Fixed `toText` pluralization of “minutes“ (#415) | ||
- 2.6.4 (2019-12-18) | ||
- Bugfixes: | ||
- Calculating series with unknown timezones will produce infinite loop (#320) | ||
- Internal: | ||
- Upgrade build dependencies | ||
- 2.6.3 (2019-11-24) | ||
- Features | ||
- Allow passing `WeekdayStr` to `byweekday` like the types suggest is possible (#371) | ||
- 2.6.2 (2019-06-08) | ||
- Features | ||
- Allow two digits for `BYDAY` (#330) | ||
- Add a quick way to format `until` in `toText` (#313) | ||
- Add support for parsing an rrule string without frequency (#339) | ||
- Add getters for `rrules`, `exrules`, `rdates`, `exdates` (#347) | ||
- 2.6.0 (2019-01-03) | ||
@@ -4,0 +22,0 @@ - Bugfixes: |
{ | ||
"name": "rrule", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "JavaScript library for working with recurrence rules for calendar dates.", | ||
"homepage": "http://jakubroztocil.github.io/rrule/", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"license": "BSD-3-Clause", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "dates", |
@@ -116,3 +116,3 @@ rrule.js | ||
// Add a exclusion rrule to rruleSet | ||
rruleSet.exrule(new r.RRule({ | ||
rruleSet.exrule(new RRule({ | ||
freq: RRule.MONTHLY, | ||
@@ -250,3 +250,3 @@ count: 2, | ||
[ '2018-02-01T18:30:00.000Z' ] | ||
[ '2018-02-01T18:30:00.000Z', '2018-03-01T18:30:00.000Z' ] | ||
@@ -260,3 +260,3 @@ // RIGHT: Will produce dates with recurrences at the correct time | ||
[ '2018-02-01T10:30:00.000Z' ] | ||
[ '2018-02-01T10:30:00.000Z', '2018-03-01T10:30:00.000Z' ] | ||
``` | ||
@@ -263,0 +263,0 @@ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
36800
4
0
1
2