- replaces use of deprecated method with new version
- Updates Licence file
- Updates Licence file
- Fixes a few issues with tests. Now 58 tests passing, 0 failing but may are disabled because they need to connect to a local host which is not set up on this machine
- Adds a bunch of documenting comments
- Adds +(NSDictionary*)parseQueryString:(NSString*)query to RDSHelper
- Refactors RDSHelper to be more class method focused. Adds class method versions of all methods, marks instance methods as deprecated
- Adds +(NSString*)wwwFormURLEncodedStringFromParameters:(NSDictionary*)params withOrderedKeys:(NSArray*)orderedKeys
- Adds additional methods to RDSNetworkConnectorInterface and implements then in RDSNetworkConnector. Methods are duplicates of the 3 existing methods with an additional parameter for specifying additionalHeaderFields
- Refactors RDSNetworkConnector so new methods are called by old methods with nil passed for additionalHeaderFields
- Fixes some bugs
- Add concrete RDSSubmission class
- Add UI for trying out the library
0.5.0 2016/...
0.4.0 2016/10/30
- Add class RDSSubmissionStation
- Add class RDSScheduler
- Add class RDSResubmissionOperation