Skip to content

Releases: HyDevelop/VeracrossAnalyzer.SDK

2.1.2.209

06 Oct 17:28
Compare
Choose a tag to compare
  • Add getCrsfToken()
  • Add markAssignmentAsRead(csrf, scoreId)

v2.1.1.194

05 Oct 19:03
Compare
Choose a tag to compare
  • Add more alias for course levels.
    (Eg. It was unable to detect "modern world history acc" as level A before)

2.1.0.186

01 Oct 21:29
Compare
Choose a tag to compare
  • Fix the space at the end of the letter grades. ("A" instead of "A ")

v2.1.0.181

30 Sep 22:20
Compare
Choose a tag to compare
  • Add grade weighting method to courses. (getCoursesWithGrading())

image

v2.0.0.169

23 Sep 23:20
Compare
Choose a tag to compare
  • Add Legacy Support!
  • Now both the new web api portals-app.veracross.com and the old api portals.veracross.com are supported!

v1.3.3.134

17 Sep 02:21
Compare
Choose a tag to compare
  • Add course status (Future / Present ("active") / Past)

v1.3.2.130

14 Sep 22:34
Compare
Choose a tag to compare
  • Add student and faculty directory features.

v1.2.2.113

07 Sep 19:35
Compare
Choose a tag to compare
  • Add letterGrade and numericGrade fields to VeracrossCourse class.
  • Optimizations

v1.2.1.106

06 Sep 22:16
Compare
Choose a tag to compare
  • Add getCookies() to HTTP client objects.
  • Make data fields private, and accessible through getters.

v1.2.0.97

03 Sep 20:21
Compare
Choose a tag to compare
  • Throws a VeracrossException when the login fails (Eg. password is wrong).
  • Add VERSION in constants
  • Add method restoreCookies(List<Cookie>) in the http client class.