Skip to content

Releases: HyDevelop/VeracrossAnalyzer.SDK

v3.1.2.297

10 Mar 03:14
27607de
Compare
Choose a tag to compare

Update login api to work with the new SJP website.

3.2.0.327

30 Sep 17:11
efc9f6f
Compare
Choose a tag to compare
  • Optimize some miscellaneous things

v3.2.0.322

18 Sep 22:05
b53a38e
Compare
Choose a tag to compare
  • Rename CourseV3 fields for legacy compatibility

v3.2.0.318 - !!REMOVE V2 SUPPORT!!

18 Sep 01:56
05476b9
Compare
Choose a tag to compare

This version removed V2 compatibility to support more data fields that V3 courses have.

v3.1.1.294

25 Apr 20:16
Compare
Choose a tag to compare
  • Add VeraLoginInfo class for more advanced verifications.
  • Add VercrossHttpClient$getLoginInfo()

v3.0.1.279

07 Dec 20:45
Compare
Choose a tag to compare
  • Fix a null pointer for getGradings()

v3.0.0.276

06 Dec 03:11
Compare
Choose a tag to compare
  • Fix test compilation problem.

v3.0.0.274

06 Dec 02:45
Compare
Choose a tag to compare

This is a destructive update

  • Shortened the class names. You have to change your usage as well.
    (Eg. VeracrossCourseGrading to VeraCourseGrading)
    (No but seriously! They were too long and my OCD is killing me!)
    (You can do this easier by using cmd+shift+R)
  • Fix course grading issues with multiple grading periods.

v2.2.0.257

04 Dec 00:33
Compare
Choose a tag to compare
  • Fix legacy API personPk returned null issue.
  • Unify username field format

v2.1.3.244

29 Nov 21:32
Compare
Choose a tag to compare
  • Removed StJohnsCourse class
  • Added (VeracrossHttpClient).validateLogin()
  • Changed List<VeracrossCourse> to VeracrossCourses
  • Added (VeracrossCourses).getPersonPk() and (VeracrossCourses).getUsernameEmail()