Releases: HyDevelop/VeracrossAnalyzer.SDK
Releases · HyDevelop/VeracrossAnalyzer.SDK
v3.1.2.297
Update login api to work with the new SJP website.
3.2.0.327
- Optimize some miscellaneous things
v3.2.0.322
- Rename
CourseV3
fields for legacy compatibility
v3.2.0.318 - !!REMOVE V2 SUPPORT!!
This version removed V2 compatibility to support more data fields that V3 courses have.
v3.1.1.294
- Add
VeraLoginInfo
class for more advanced verifications. - Add
VercrossHttpClient$getLoginInfo()
v3.0.1.279
- Fix a null pointer for
getGradings()
v3.0.0.276
- Fix test compilation problem.
v3.0.0.274
This is a destructive update
- Shortened the class names. You have to change your usage as well.
(Eg.VeracrossCourseGrading
toVeraCourseGrading
)
(No but seriously! They were too long and my OCD is killing me!)
(You can do this easier by usingcmd+shift+R
) - Fix course grading issues with multiple grading periods.
v2.2.0.257
- Fix legacy API
personPk
returned null issue. - Unify
username
field format
v2.1.3.244
- Removed
StJohnsCourse
class - Added
(VeracrossHttpClient).validateLogin()
- Changed
List<VeracrossCourse>
toVeracrossCourses
- Added
(VeracrossCourses).getPersonPk()
and(VeracrossCourses).getUsernameEmail()