Skip to content

Releases: arnimattr/untis-api-client

v1.3.2 - Export ElementType enum by value

01 Apr 19:47
Compare
Choose a tag to compare

Changes:

  • the ElementType enum is now exported by value, not only by type... oops

v1.3.1 - Re-export internal `datetime` module

01 Apr 17:34
Compare
Choose a tag to compare

1.3.0 - No more import maps

02 Jan 11:58
ac568db
Compare
Choose a tag to compare

I shouldn't release new versions daily, but import maps aren't meant to be used in libraries :'(

v1.2.1 - Small changes

01 Jan 20:21
Compare
Choose a tag to compare

Changes:

  • optimized how grouping and combining of schedules works under the hood
  • renamed deno.jsonc as deno.json to fix issues with importing the library

v1.2.0 - Switch to Deno and refactor wrappers

31 Dec 22:17
1c1bf06
Compare
Choose a tag to compare

This release doesn't add new features, it's only for testing the release workflows

v1.1.0 - Add comparison methods

26 Nov 15:25
Compare
Choose a tag to compare

This release adds methods for comparing and grouping lessons to the Period and Timetable classes.

v1.0.0 - First stable release!

04 Nov 15:19
Compare
Choose a tag to compare

This is the first stable release!
That means that all the basic features are implemented, the next minor releases will just be bug fixes or small improvements :D

What changed?

  • removed validation of API responses as there will (hopefully) be no breaking changes made by WebUntis - if there are any, it'll crash either way
  • added wrapper classes with helper methods to all elements that have datetimes

The next big feature will be an improvement of the Period class and will add methods to compare lessons, find duplicates etc.