Releases: classchartsapi/classcharts-api-js
Releases · classchartsapi/classcharts-api-js
v1.2.0 - getFullActivity
Since the /activity endpoint is solely used for pagination on ClassCharts, it didn't return results respecting the from field without specifying a last_id. With this version, the client.getFullActivity() method has been implemented, making the from and to fields work as expected.
Special thanks to @timthedev07 to getting the base logic working for this!
Changes
v.1.1.0 - Web Build!
v.1.0.0
Breaking changes
YOU CAN NO LONGER USE ClasschartsClient. It has been moved to ClasschartsStudentClient, due to the addition of parent API support (ClasschartsParentClient). Huge thanks to @ChrisPhillips-cminion for #7
All Changes
- chore: use npm 4084829
- chore: update readme with api docs link 173a407
- Update readme.md 80fec86
- docs: update docs 5f86780
- style: rename client files 92ed2f1
- chore: remove yarn.lock bf7b894
- chore: add jsdoc to selectPupil b80f717
- chore: update readme 32d00d6
- feat: add selectPupil to parent client fd75c3f
- fix: add deprecated client 346aacc
- style: prettier and eslint efba708
- fix: pupil types e1ac2b1
- feat: parent support ab73bd9
- chore: bump deps and enable sourcemaps 928a9f7
- fix: use student ID in activity 02a2e00
- chore: add dev container config c848ef5
- fix: spelling error in types d9e80a7
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.3
v0.1.0
v0.0.3
chore: update readme