Skip to content

Releases: StudentVue/SwiftVue

Version 1.3.3

01 Aug 21:38
Compare
Choose a tag to compare

The errorDescription property on SwiftVueError is now non-optional.

Version 1.3.2

07 May 17:01
Compare
Choose a tag to compare

Added conformance to the Sendable protocol for the StudentVue class.

Version 1.3.1

15 Apr 22:40
Compare
Choose a tag to compare

This release adds conformance to the Sendable protocol to all structs. This is done in preparation for Swift 6 and it's strict concurrency rules.

Version 1.3

08 Mar 01:24
Compare
Choose a tag to compare

Removed the DataProvider system, instead opting to use the implementation of the RealDataProvider as the new implementation of the StudentVue class.

Version 1.2

16 Dec 21:37
Compare
Choose a tag to compare

This implements many requests. It also makes initialization of the StudentVue class more efficient.

Version 1.1

11 Dec 03:51
Compare
Choose a tag to compare

Made getDistrictList static because it does not need access to any user specified credentials

Version 1

12 Nov 02:54
a96b335
Compare
Choose a tag to compare
v1.0.0

Version 1