Skip to content

Releases: TheMoonThatRises/StudentVue.swift

1.0.0 Full Release

16 Dec 17:34
a912c6f
Compare
Choose a tag to compare

Full Changelog: 0.3.0...1.0.0

Whats changed

Features

  • Move checkCredentials from StudentVueApi to StudentVue 03ea48e
  • Add ability to get current account hash 13a1483

Chores

0.3.0 Release

20 Aug 04:17
a6dc6f9
Compare
Choose a tag to compare

Add ability to quickly check validity of credentials (~ <0.7s).

let client = StudentVue(domain: ..., username: ..., password: ...)
let validity = client.checkCredentials()

0.2.0 Relesae

18 Aug 07:22
e53ef89
Compare
Choose a tag to compare

Implemented Course History into scraper. Use with

let client = StudentVue(domain: ..., username: ..., password: ...)
_ = try await client.scraper.login()
let courseHistory = try await client.scraper.getCourseHistory()

Add Scraper Functionality

10 Aug 04:06
9346479
Compare
Choose a tag to compare
Pre-release

Allow user to scrape from StudentVue website. In-package HTML parsing will come soon.

Initial Release

19 Apr 18:55
06dbdf7
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.0.1

add source code