Releases: LiterateInk/Pawnote
Releases · LiterateInk/Pawnote
js v0.16.0
js v0.15.0
TL;DR
- Ability to get recipients of a message :
BaseMessageRecipient
andFetchedMessageRecipient
- Ability to get subject and correction of a grade (if provided).
- Ability to get in which folder is located a discussion (from a property in
StudentDiscussion
class) - New method :
markAsRead()
inStudentDiscussion
class
Changelogs
- feat!: handle
hint_(gauche|droite)
to build a dummyMessageRecipient
type (8bf00e2) - feat(StudentMessage)!: simplify the properties (1d73e3b)
- fix(grades/attachments): add internal genre to URL builder (390d8c9)
- feat(grades): add
subjectFile
andcorrectionFile
(31c05b9) - feat(discussions): add export in main (1b030b7)
- feat(discussions): add
markAsRead
(e09d577) - fix: contents type of
StudentLessonContent
(1f61dc6) - feat: add call API function to get message recipients (b054dc6)
- feat(StudentMessage)!: add new properties (a1edce7)
- feat(api/news): add type for
listePiecesJointes
(3f2929c) - feat(api/messages): add types for
listeDocumentsJoints
(1bcfcb2) - feat: add ApiUserMessageRecipients (1d5e900)
- feat(StudentDiscussion): add folders (640e6e5)
- feat: add enum for recipient type (989cc76)
js v0.14.1
js v0.14.0
New
- feat(news): add attachments in questions (5c043d8)
js v0.13.3
js v0.13.2
- feat(StudentPunishment): add
title
(2de4bf3)
js v0.13.1
Breaking change
On StudentPunishment
the reason
got moved to reasons
because multiple reasons can be given.
- fix!(attendance):
reason
->reasons
(f5555d0)
js v0.13.0
New
getAttendance()
and getDiscussionsOverview()
in client.
- fix!: add period fetching for
getEvaluations
(43f64d8) - feat!: add period fetching on grades (1431520)
- refactor: rename to
attendance
(cb1c8e6) - feat(client): add attendanceOverview (5322c84)
- feat!: add periods for onglets (1121ecc)
- feat(Period): add redirection to main
.getAttendanceOverviewForPeriod()
(8838272) - feat: add attendance onglets and function name (29bb65b)
- feat: add wip types for attendance (87bfc11)
- feat: add messages support in discussions (3c59c84)
- feat: add wip for discussions (609421f)
js v0.12.0
js v0.11.2
- fix: set default week number to 1 if 0 (97d4220)