Skip to content

Releases: dacay/eventkit-node

Version 1.0.5

19 Mar 04:06

Choose a tag to compare

Fix use-after-free crash in ThreadSafeFunction callbacks when Swift completion handlers fire synchronously.

Version 1.0.4

19 Mar 04:06

Choose a tag to compare

Bug Fixes

  • Replace AsyncWorker with ThreadSafeFunction to prevent crashes when macOS permission dialogs resolve (#1, thanks @brandonkboswell)
  • Fix missing startDate field in reminders fetched via predicates
  • Fix thread-unsafe callback in commit() function

Version 1.0.3

21 Mar 02:17

Choose a tag to compare

Full Changelog: 1.0...1.0.3

  • Add support for authorizationStatus(for:) method

Initial release

19 Mar 15:41

Choose a tag to compare

chore: Update package.json for version bump and repository URL

Bump version to 1.0.2, add more files to the "files" array, and add repository URL.