Releases: LiterateInk/Pawnote
Releases · LiterateInk/Pawnote
js v0.19.0
Changelog
- chore(recipients)!: rename classes (c8563d0)
- feat(discussion/messages)!: add support for reply/sending (b8b2ceb)
- feat(api/messages): add support for limit amount (4dc5e47)
- feat(api): add message creation (b536bb8)
- feat(messages): add pronote api button type (01734d3)
- fix(attendance): use resource type (7f50909)
- fix(aes): use newer function of node-forge (2fa81b2)
- fix(session): better error handling when reading payload (a855ca6)
- feat(session): add
g
type and documentation (047e629) - fix(session): better error handling on HTML extraction (ab15fa9)
- feat: add more exports (e92343e)
- chore: remove outdated comment (d268173)
- feat: add base wrapper for creating discussions (d97cba5)
- feat(recipients): add proper parser for creation discussion (0924e6c)
- fix(api): naming (a37b3d3)
- feat(types): more accurate user.data (b5c8d1f)
- fix(types): add
estPrincipal
(b74883d) - feat(client): add authorizations property (1997871)
- feat: add create discussion recipients fn constant (4371d61)
- feat(api): add create discussion recipients (62f90c0)
- fix!: reuse resource type instead of creating another enum (bdc5c38)
- feat(client): add
authorizations
(1a9b43c)
License
js v0.18.0
New
- Support for
fetchRecipients()
in discussions, see 2399947.
js v0.17.1
Nothing new, just cleaning up docs.
js v0.17.0
New
- Add total support for news : Information & Surveys
Breaking
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)