Skip to content

Releases: Daltron/BigBoard

RSS Feed Bug Fixed

02 Apr 15:02
Compare
Choose a tag to compare

Looks like when I added https support, there was an accident that caused another s to be placed after the https in the url causing it to be https, thus causing the feed to not properly be serialized.

HTTPS Support

24 Feb 01:02
Compare
Choose a tag to compare

Urls now use https instead of http

BigBoardError Update

31 Dec 01:30
Compare
Choose a tag to compare

BigBoardError objects now have a type and error message to help determine what kind of error occurred.

open class BigBoardError: NSObject {
    private(set) open var type:BigBoardErrorType!
    private(set) open var errorMessage:String!
}

1.1.3

31 Dec 01:08
Compare
Choose a tag to compare
updated podspec

Added 30 Second Request Timeout

31 Dec 00:22
Compare
Choose a tag to compare

Before, a request would indefinitely try to complete even if an active internet connection was not present. Now, each request now has 30 seconds to complete before failing.

Swift 3 Support

01 Oct 02:46
Compare
Choose a tag to compare
1.1

#Release 1.1

BigBoardChartDataModulePoint variables now public

01 Oct 02:34
Compare
Choose a tag to compare