BigBoard Versions Save

An Elegant Financial Markets Library Written in Swift

1.1.6

7 years ago

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.

1.1.5

7 years ago

Urls now use https instead of http

1.1.4

7 years ago

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

7 years ago

1.1.1

7 years ago

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.

1.1

7 years ago

1.0.1

7 years ago