Skip to content

Releases: LiterateInk/Pawnote

js v1.4.1

25 Jan 21:10
a61c655
Compare
Choose a tag to compare

fix(grade): noteMax and noteMin can be optional, see #73

js v1.4.0

17 Jan 21:10
c6a0962
Compare
Choose a tag to compare

feat: add support for gradebook, see #72 for more information

js v1.3.6

11 Jan 00:30
eb00eb0
Compare
Choose a tag to compare

docs(examples): show manual presence request (3651934)
fix(presence): use Navigation to replicate old Presence behavior on latest update (d041135)
refactor: move version detection into its own file (6d509ac)

js v1.3.5

10 Jan 22:20
c3154da
Compare
Choose a tag to compare

Fixes an issue with grades on the API update, see #71.

js v1.3.4

08 Jan 20:39
d341119
Compare
Choose a tag to compare

chore: remove extra debug line (smh) (0217b6a)

js v1.3.3

08 Jan 20:35
91befa1
Compare
Choose a tag to compare

Also support new Signature property on version>=2024.3.9 (8794380)

js v1.3.2

08 Jan 19:58
46a9a9e
Compare
Choose a tag to compare

Support new data property instead of donnees on version>=2024.3.9 because of a breaking API change (0c3f70b)

js v1.3.1

20 Dec 23:07
03a6dbb
Compare
Choose a tag to compare

Quick fix for the typo on the new property introduced in 1.3.0, see #69.

js v1.3.0

20 Dec 18:28
e91d85b
Compare
Choose a tag to compare

Fixes

  • ID parsing on notebook absences : see #68
  • Add categoryText attribute on resources : see #67
  • Better server side error handling : see #62 (fixes #60)

Breaking Changes

There's a new method use() that allows to switch the current account context.
This is done to start implementing the family accounts API, see #61

Please look the examples to see how it affects the code, you may look at the changes done in this commit to see the differences : f05fa81

kotlin v1.0.0

12 Oct 11:07
f07b7d1
Compare
Choose a tag to compare

First release of the Kotlin implementation !

Should match the upstream JS/TS API.

A documentation is on the way...