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