Releases: LiterateInk/Pawnote
Releases · LiterateInk/Pawnote
js v1.3.6
js v1.3.5
js v1.3.4
js v1.3.3
js v1.3.2
js v1.3.1
js v1.3.0
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
First release of the Kotlin implementation !
Should match the upstream JS/TS API.
A documentation is on the way...
js v1.2.2
Fixes
Access denied error was not handled properly previously in plain text response.
Also, the usage of in
to check errors in the response could be problematic in some cases and has been fixed.