dsbuntis 2.0.0-nullsafety.0 dsbuntis: ^2.0.0-nullsafety.0 copied to clipboard
This package allows you to crawl DSB's "Android API" and parse Untis's HTML.
2.0.0-nullsafety.0 #
- Unsound null safety
- Minor API where they made sense
1.1.2 #
- There was another, much smaller bug in the comparison.
1.1.1 #
- The comparison in the previous version was broken.
1.1.0 #
Substitution.compareTo
1.0.0 #
Many breaking API changes, like:
- Renamed basically everything, because the names were so broken.
- Moved
plansToJson
andplansFromJson
toPlan
. - Every
Substitution
now only contains onelesson
.
0.5.0 #
- Removed unused parameters.
0.4.0 #
DsbPlan
now also hasurl
, which is the URL that the plan was fetched from.
0.3.2 #
- Switched to html_search for searching in HTML.
0.3.1 #
- Fixed HTML Escape-Codes not being automatically unescaped.
0.3.0 #
- Added support for another substitution plan format, which also means changing DsbSubstitution. (it seems like Untis 2021 changed something there)
0.2.0 #
- Added dsbCheckCredentials
- Renamed dsbSortAllByHour → dsbSortByLesson
0.1.9 #
- The datetime sent to DSB was wrong and fixed now.
0.1.8 #
- Safer code.
0.1.7 #
- More tests.
0.1.6 #
- Wrote some documentation.
0.1.2 – 0.1.5 #
- Fixed some coding style things.
0.1.1 #
- Fixed the naming of
hours
andactualHours
(lessons
,actualLessons
).
0.1.0 #
- The initial release.
- It is mostly just 1:1 copied from Amplessimus.
- It can crawl DSB and parse Untis-HTML.