Releases: arnimattr/untis-api-client
Releases · arnimattr/untis-api-client
v1.3.2 - Export ElementType enum by value
v1.3.1 - Re-export internal `datetime` module
Move RequestLogger
1.3.0 - No more import maps
I shouldn't release new versions daily, but import maps aren't meant to be used in libraries :'(
v1.2.1 - Small changes
Changes:
- optimized how grouping and combining of schedules works under the hood
- renamed
deno.jsonc
asdeno.json
to fix issues with importing the library
v1.2.0 - Switch to Deno and refactor wrappers
This release doesn't add new features, it's only for testing the release workflows
v1.1.0 - Add comparison methods
This release adds methods for comparing and grouping lessons to the Period
and Timetable
classes.
v1.0.0 - First stable release!
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.