Skip to content

Releases: classchartsapi/classcharts-api-js

v1.2.0 - getFullActivity

02 Apr 11:17

Choose a tag to compare

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

v1.1.0...v1.2.0

v.1.1.0 - Web Build!

24 Mar 19:05

Choose a tag to compare

Support for the web is here! (Although ClassCharts doesn't support CORS so you'll have to figure out how to get round that :)

v1.0.0...v1.1.0

v.1.0.0

12 Mar 16:20

Choose a tag to compare

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

v0.4.1...v1.0.0

v0.4.1

06 Feb 15:55

Choose a tag to compare

v0.4.0...v0.4.1

v0.4.0

06 Feb 15:24

Choose a tag to compare

v0.3.1...v0.4.0

v0.3.1

06 Feb 12:11

Choose a tag to compare

v0.3.0...v0.3.1

v0.3.0

06 Feb 11:15

Choose a tag to compare

What's Changed

  • Improve types, get detentions by @ZelrDev in #1

Full Changelog: v0.2.3...v0.3.0

v0.2.3

06 Feb 10:20

Choose a tag to compare

v0.2.2...v0.2.3

v0.1.0

12 Dec 14:38

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

v0.0.3...v0.1.0

v0.0.3

29 Oct 17:55

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
chore: update readme