Skip to content

Releases: sncf-connect-tech/eventide

v1.0.2

17 Nov 10:28
f93ab6a

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Oct 12:49
5b7717a

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0+1

14 Oct 14:00
32e2738

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.0+1

v1.0.0

13 Oct 13:21
037c2a4

Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v1.0.0

v0.10.2

09 Jul 15:31
928a1f0

Choose a tag to compare

What's Changed

  • Android fix: createEventInDefaultCalendar() did not retrieve any default calendar when there was multiple primary calendars. Now also returns any writable calendar when there is no primary calendars

Full Changelog: v0.10.1...v0.10.2

v0.10.1

09 Jul 08:34
2ba4222

Choose a tag to compare

What's Changed

  • Fixed DateTime UTC handling in createEvent(), createEventInDefaultCalendar() and retrieveEvents() by systemically calling dateTime.toUtc()

Full Changelog: v0.10.0...v0.10.1

v0.10.0

08 Jul 13:32
5a756a3

Choose a tag to compare

What's Changed

  • Changed signature of createEventInDefaultCalendar to not return the created event as the event will not be editable

Full Changelog: v0.9.1...v0.10.0

v0.9.1

08 Jul 10:46
6802b06

Choose a tag to compare

What's Changed

  • Fix double (write-only and full) permission prompt issue on iOS by creating reminders in the same method channel as the event creation
  • Fix permission issue on Android by binding PermissionHandler as a RequestPermissionsResultListener
  • Improved docs

Full Changelog: v0.9.0...v0.9.1

v0.9.0

08 Jul 10:46
f76eadd

Choose a tag to compare

What's Changed

  • Removed retrieveDefaultCalendar because it did not make sense to return a virtual calendar on iOS (error-prone)
  • Created createEventInDefaultCalendar instead to directly create an event and prompt write-only access on iOS 17+
  • Created .pubignore file to remove example app and other useless files from being published

Full Changelog: v0.8.1...v0.9.0

v0.8.1

04 Jul 11:52

Choose a tag to compare

What's Changed

  • Removed final clause on Eventide class because it prevented it from being mocked

Full Changelog: v0.8.0...v0.8.1