Skip to content

Releases: dacay/eventkit-node

Version 1.0.5

Choose a tag to compare

@dacay dacay released this 19 Mar 04:06

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

Version 1.0.4

Choose a tag to compare

@dacay dacay released this 19 Mar 04:06

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

Choose a tag to compare

@dacay dacay released this 21 Mar 02:17

Full Changelog: 1.0...1.0.3

  • Add support for authorizationStatus(for:) method

Initial release

Choose a tag to compare

@dacay dacay released this 19 Mar 15:41
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.