PPEventRegistryAPI v0.0.3 Release Notes

Release Date: 2016-10-23 // over 7 years ago
    • โž• Add documentation
    • Reconcile naming
    • ๐Ÿ‘‰ Make PPTransport a struct
    • Introduce generic Return type, that incapsulates returned object and error (Public API change)
    • Introduce PPError enum and return it instead of NSError (Public API change)
    • โš  Turn on 'treat warnings as errors' flag for every target
    • โž• Add Swift Package Manager Support
    • Introduce Concept data model
    • Break API class in domain specific extensions
    • Introduce method to select http vs https
    • โœ… Create test event registry account for Example projects
    • Introduce travis cache
    • โž• Add framework deploy step to travis file

Previous changes from v0.0.2

    • ๐Ÿ”ง Configurable maxArticleCount in Get articles operation
    • ๐Ÿ‘ Carthage support
    • ๐Ÿ‘Œ Support for older platforms
    • Login operation does not return error in case of missingData error
    • โž• Add pod lint as a step of the build script
    • โœ… Cover PPTransport with tests
    • Replace HTTP methods strings with enums
    • ๐Ÿ’… Minor code style corrections in operations
    • Enforce completion closures for operations (Public API change)
    • flatMap instead of forEach
    • ๐Ÿ’… Minor stubs naming and style corrections
    • โœ‚ Delete OWNERS file
    • โšก๏ธ Update example's podfile to the latest version