Skip to content

Releases: saw-jan/teamup-client

v2.0.1

24 May 11:48
09dcec9
Compare
Choose a tag to compare

Fixed

  • get requests doesn't pass query params correctly (#9)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 May 05:35
3c0c5e7
Compare
Choose a tag to compare

Added

  • BREAKING: APIs return custom data and error responses
  • Document latest changes in README docs
  • New TeamupClient config options: bearerToken
  • New APIs:
    • Event.getAllDayEvents() Gets events occurring for the whole day
    • Event.getRecurringEvents() Gets recurring events
    • SubCalendar.getInactiveSubCalendars() Gets inactive sub-calendars
    • SubCalendar.getSubCalendarByName() Gets a sub-calendar by name

Changed

  • BREAKING: TeamupClient config options are renamed

    • calToken -> calendarKey
    • apiKey -> teamupToken
    • calPassword -> teamupPassword
  • BREAKING: Events class is renamed to Event

  • BREAKING: exposed methods are renamed:

    • listEvents -> getEvents
    • listEvent -> getEvent
    • listSubCalendars -> getSubCalendars
    • listSubCalendar -> getSubCalendar
  • Client is merged to the Request class

  • Consistent variables naming

  • Solidify url joining

  • Request .get() method now accepts url params as args

Removed

  • Remove Client class

Full Changelog: v1.1.0...v2.0.0

v1.1.0

10 Jun 03:36
32f6c42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Jun 02:41
4e15990
Compare
Choose a tag to compare

First Release

Added

  • APIs for listing Events and Sub-Calendars

Full Changelog: https://github.com/saw-jan/teamup-client/commits/v1.0.0