Releases: LiterateInk/Pawdirecte
Releases · LiterateInk/Pawdirecte
js v1.7.1
Fixes the URL encoded password in the login POST form data.
js v1.7.0
- Add exemptions and subject name to attendance (#11)
- Add support for
Dispense
in grades.
js v1.6.0
Various API changes, please check the #9 PR for more details
js v1.4.0
Implements contents in homework.
See #6.
js v1.2.0
This release gives a LOT of new features thanks to hard work of @camarm-dev, @LeMaitre4523 and @imyanice on PR #4 !
Includes documents, restauration, grades, homework + state update, messages, workspaces and proper timetables.
js v1.1.0
Features
- Proper implementation for tree-shaking !
- A bit more lighter by transforming
enum
into const
and using arrow functions
js v1.0.6
- fix(login): encode password for URI (59cdb19)
js v1.0.5
- fix(account): profile URL (b2ec429)