v2.0.0
What's Changed
The major change for this version is that it has been ported to use ES6+.
- Adapt to ES6 modules by @kewisch in #538
- Library version that contains timezones by @kewisch in #497
- Fix stringification of structured values with multiple newlines by @darktrojan in #513
- Handle property groups round trip vCard <-> jCard according to spec by @darktrojan in #512
- Use native Date constructor in Time.fromUnixTime by @darktrojan in #523
- Update README.md by @Zearin in #522
- Upstream spelling corrections from comm-central by @darktrojan in #520
- Typos by @dilyanpalauzov in #504
- Add a comment in fromUnixTime by @darktrojan in #527
- Fix recurrence iteration where there is a negative BYMONTHDAY rule. by @darktrojan in #530
- Prevent modification of Period jCal object when converting to iCal string by @darktrojan in #542
- Replace deprecated String.prototype.substr() by @CommanderRoot in #503
- test/ : typos its → it is by @dilyanpalauzov in #533
- Remove MAX_YEAR constant for expanding timezones. by @darktrojan in #541
- vCard phone-number escaping by @workgroupengineering in #517
- Support use of timezones specified in ICS by @leftmostcat in #579
- Fix use of non-existent time zone in fromDateTimeString() by @leftmostcat in #583
- Fix recurrence iteration where there is a BYMONTHDAY rule greater than the number of days in the start month. by @darktrojan in #531
Build Updates
- Remove yarn and update shelljs by @kewisch in #498
- Update dependencies by @kewisch in #647 and #525
- Quote (or don't quote) property values individually before joining by @darktrojan in #555
- Action to npm publish by @kewisch in #649
- package.json:exports: include leading ./ by @dilyanpalauzov in #560
- Update repo location to kewisch by @kewisch in #524
- Update jsdoc theme to avoid dependency error by @kewisch in #586
- Add CodeQL Analysis by @kewisch in #491
New Contributors
- @Zearin made their first contribution in #522
- @CommanderRoot made their first contribution in #503
- @workgroupengineering made their first contribution in #517
- @leftmostcat made their first contribution in #579
Full Changelog: v1.5.0...v2.0.0