Skip to content

Releases: thennothinghappened/kotlass

v2.0.0-SNAPSHOT-14

23 May 04:18
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-14 Pre-release
Pre-release
  • Added basic newsfeed support.
  • Made the API result type data classes.

v2.0.0-SNAPSHOT-13

12 May 09:32
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-13 Pre-release
Pre-release
  • Fixed a parse failure when learning tasks were expected to have associated instance IDs in the calendar.

v2.0.0-SNAPSHOT-12

09 May 01:25
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-12 Pre-release
Pre-release
  • Added getting standard activities for a user.

v2.0.0-SNAPSHOT-11

07 May 00:36
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-11 Pre-release
Pre-release
  • Renamed instanceId key to id for CalendarEvents.
  • CalendarEvents now all have an id as they should.

v2.0.0-SNAPSHOT-9

06 May 03:34
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-9 Pre-release
Pre-release
  • Learning tasks can now be paginated via offset parameter.

v2.0.0-SNAPSHOT-10

06 May 12:35
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-10 Pre-release
Pre-release
  • Added managers list for CalendarEvents
  • Fixed Manager type not serializing correctly for specification by CalendarEvent

v2.0.0-SNAPSHOT-8

30 Apr 04:12
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-8 Pre-release
Pre-release
  • Disabled K2 for now!

v2.0.0-SNAPSHOT-7

29 Apr 08:55
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-7 Pre-release
Pre-release
  • Renamed checkAuthentication to checkAuth and return Unit instead of Unit? (null).
  • Fixed missing documentation on aforementioned method.

v2.0.0-SNAPSHOT-6

29 Apr 08:39
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-6 Pre-release
Pre-release
  • 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

01 Dec 08:49
Compare
Choose a tag to compare
v2.0.0-SNAPSHOT-5 Pre-release
Pre-release
  • 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 given CalendarEvent.