Releases: jens-maus/node-ical
Releases · jens-maus/node-ical
0.26.0
What's Changed
- chore(deps-dev): bump fast-xml-parser from 5.4.1 to 5.5.6 by @dependabot[bot] in #480
- chore(deps-dev): bump fast-xml-parser from 5.5.6 to 5.5.7 by @dependabot[bot] in #481
- chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #482
- chore(deps-dev): bump dayjs from 1.11.19 to 1.11.20 by @dependabot[bot] in #484
- chore(deps-dev): bump moment-timezone from 0.6.0 to 0.6.1 by @dependabot[bot] in #488
- chore(deps-dev): bump lint-staged from 16.3.0 to 16.4.0 by @dependabot[bot] in #490
- chore(deps-dev): bump fast-xml-parser from 5.5.7 to 5.5.9 by @dependabot[bot] in #491
- chore(deps): bump picomatch by @dependabot[bot] in #483
- chore(deps): bump temporal-polyfill from 0.3.0 to 0.3.2 by @dependabot[bot] in #485
- chore(deps): bump rrule-temporal from 1.4.7 to 1.5.1 by @dependabot[bot] in #486
- chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #492
- chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #493
- chore(lint): XO 2 root-cause lint fixes with code updates by @jens-maus in #494
- Resolve TS6 type-check CI failure by migrating test tsconfig to Node16 resolution by @jens-maus in #496
- chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #489
- fix: do not trigger TZ resolution for VTIMEZONE observance DTSTART by @KristjanESPERANTO in #497
Full Changelog: 0.25.6...0.26.0
0.25.6
What's Changed
- fix: VTIMEZONE-based timezone resolution and recurring event fixes by @KristjanESPERANTO in #479
Full Changelog: 0.25.5...0.25.6
0.25.5
What's Changed
- fix(release): switch to master before creating version bump PR by @KristjanESPERANTO in #466
- chore: commit version bump directly to master instead of opening a PR by @Copilot in #467
- Docs & Cleanup by @KristjanESPERANTO in #469
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 by @dependabot[bot] in #471
- chore(deps-dev): bump fast-xml-parser from 5.3.6 to 5.3.8 by @dependabot[bot] in #472
- chore(deps-dev): bump fast-xml-parser from 5.3.8 to 5.4.1 by @dependabot[bot] in #473
- chore(deps-dev): bump lint-staged from 16.2.7 to 16.3.0 by @dependabot[bot] in #474
- refactor(test): unify ICS fixtures — single directory, consistent naming by @KristjanESPERANTO in #470
- refactor(test): deduplicate repeated parseFile calls in advanced.test.js by @KristjanESPERANTO in #475
- fix: monthly recurring events on multiple days per month could skip the start month by @KristjanESPERANTO in #477
New Contributors
- @Copilot made their first contribution in #467
Full Changelog: 0.25.4...0.25.5
0.25.4
What's Changed
- refactor: leverage Temporal across the codebase - simplify timezone internals by @KristjanESPERANTO in #462
- CI Workflow Modernization by @KristjanESPERANTO in #463
- fix: exclude timed EXDATE instances crossing UTC midnight due to DST by @KristjanESPERANTO in #464
- ci: replace ahmadnassri auto-merge action with dependabot/fetch-metadata by @KristjanESPERANTO in #465
Full Changelog: 0.25.3...0.25.4
0.25.3
What's Changed
- chore(deps-dev): bump fast-xml-parser from 5.3.4 to 5.3.6 by @dependabot[bot] in #458
- fix: correct RECURRENCE-ID date key for timezone-aware midnight by @KristjanESPERANTO in #460
Full Changelog: 0.25.2...0.25.3
0.25.2
What's Changed
- fix: accept base series (RRULE) even when RECURRENCE-ID with higher SEQUENCE comes first by @KristjanESPERANTO in #452
- fix: preserve timezone metadata on expanded event instances by @KristjanESPERANTO in #457
- fix: correct EXDATE matching for full-day recurring events by @KristjanESPERANTO in #456
- refactor: update rrule-temporal and remove Google UNTIL Workaround by @KristjanESPERANTO in #453
Full Changelog: 0.25.1...0.25.2
0.25.1
What's Changed
- fix: remove leading space in CLASS handler by @KristjanESPERANTO in #445
- fix: catch exceptions in async parseICS mode by @KristjanESPERANTO in #446
- fix: remove unused params field from BEGIN handler by @KristjanESPERANTO in #448
- fix(types): restore RFC 5545 required fields for VEvent, VTodo, VJournal by @KristjanESPERANTO in #449
Full Changelog: 0.25.0...0.25.1