Skip to content

Latest commit

 

History

History
124 lines (74 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

124 lines (74 loc) · 6.58 KB

Change Log

2.0.0 (2018-02-26)

Full Changelog

BREAKING CHANGES:

  • The recurrence.frequency property of createEvent changed to a string instead of a constant. Use one of daily | weekly | monthly | yearly.
  • The recurringRule property of findEvents has been removed (it was never set for iOS anyway). Replaced by the new recurrence object, which is available on both iOS and Android.

Implemented enhancements:

  • How to get recurrence value on findEvents method? #26
  • Event/Calendar ID's must be of type 'string' #39
  • Add 'reminders' to 'findEvents' #40

Fixed bugs:

  • I could not get notes, rrule, begin, end values on ios! #31
  • (Events in) custom calendars on Android can't be viewed nor removed #42
  • Deleting events on iOS only works by 'id' #43

1.3.0 (2018-01-09)

Full Changelog

Implemented enhancements:

  • Align with NativeScript seed (inline demo app, convert to TypeScript, etc) #34
  • Add displayname to android calendars #29

1.2.3 (2018-01-09)

Full Changelog

Fixed bugs:

  • App crash when denying permissions #33

1.2.2 (2017-05-05)

Full Changelog

Fixed bugs:

  • Problem with building an app with the plugin for Android #22

1.2.1 (2017-02-11)

Full Changelog

Fixed bugs:

  • Possible to specify no reminder? #15

1.2.0 (2016-11-22)

Full Changelog

Implemented enhancements:

  • New feature: allow specifying a calendar color #14
  • New feature: deleteCalendar #13
  • Android: Cannot delete custom local calendar #6

Fixed bugs:

  • Android: Calendar.listCalendars (actually Calendar._findCalendars) results in a crash #12
  • Android: Cannot delete custom local calendar #6

Closed issues:

  • findEvents logs an error but returns the correct result (iOS Simulator?) #11
  • How to use this in ng nativescript #8

1.1.3 (2016-10-29)

Full Changelog

Fixed bugs:

  • Assertion failure #10

1.1.2 (2016-10-29)

Full Changelog

Fixed bugs:

  • [Android] Calendar.findEvents missing id-filter #9

1.1.1 (2016-10-15)

Full Changelog

Implemented enhancements:

  • Feature Suggestion: Check to see if the user has granted permission to access the calendar #1

Fixed bugs:

  • Missing comma in 1.1.0 preventing it from installing #7
  • NPE on Android in _requestPermission executed by timeout #5

Closed issues:

  • Android - how to get the permissions prompt #3

1.0.7 (2016-08-22)

Full Changelog

Fixed bugs:

  • [Android] Not setting options.url adds undefined to description #2

1.0.6 (2016-06-27)

Full Changelog

1.0.5 (2016-05-06)

Full Changelog

1.0.4 (2016-03-15)

Full Changelog

1.0.2 (2016-02-27)

Full Changelog

1.0.1 (2016-01-02)

* This Change Log was automatically generated by github_changelog_generator