Releases: thennothinghappened/kotlass
Releases · thennothinghappened/kotlass
v2.0.0-SNAPSHOT-14
- Added basic newsfeed support.
- Made the API result type data classes.
v2.0.0-SNAPSHOT-13
- Fixed a parse failure when learning tasks were expected to have associated instance IDs in the calendar.
v2.0.0-SNAPSHOT-12
- Added getting standard activities for a user.
v2.0.0-SNAPSHOT-11
- Renamed
instanceId
key toid
for CalendarEvents. - CalendarEvents now all have an
id
as they should.
v2.0.0-SNAPSHOT-9
- Learning tasks can now be paginated via
offset
parameter.
v2.0.0-SNAPSHOT-10
- Added
managers
list forCalendarEvent
s - Fixed
Manager
type not serializing correctly for specification byCalendarEvent
v2.0.0-SNAPSHOT-8
- Disabled K2 for now!
v2.0.0-SNAPSHOT-7
- Renamed
checkAuthentication
tocheckAuth
and returnUnit
instead ofUnit?
(null
). - Fixed missing documentation on aforementioned method.
v2.0.0-SNAPSHOT-6
- Updated dependencies.
- Enabled Kotlin K2.
- Updated Kotlin to 1.9.21.
- Returned API client to being atomic instead of allowing credential changes at runtime.
v2.0.0-SNAPSHOT-5
- Added checking authentication
- Added changing credentials without re-creating the instance
- Moved client abilities to their own interfaces for separation of concerns
- Added getting an
ActivityInstance
by a givenCalendarEvent
.