All notable changes to this project will be documented in this file. GCHelper adheres to Semantic Versioning.
0.5.1 (10-08-2017)
- Updated project for Swift 4
0.4.5 (07-31-2017)
- Updated build settings
0.4.2 (07-09-2017)
- Resolved a few warnings in Xcode 8.3
0.4.1 (09-25-2016)
- Updated the library to use Swift 3
0.3.1 (03-05-2016)
- Added methods to enhance the handling of achievements
0.3 (02-05-2016)
- Resolved memory leaks by using weak delegates
- Implemented a method to reset all reported achievements
0.2.8 (01-31-2016)
- Updated repository to use the CocoaPods template
0.2.6 (09-21-2015)
- Fixed an issue with initializing GCHelper
0.2.5 (09-19-2015)
- Updated the library to use Swift 2
0.2.3 (08-18-2015)
- Removed class functions because they don't make sense
- Implemented access control to fix some integrations with CocoaPods
0.2 (02-27-2015)
- Lots of code was rewritten to make the library more Swift-esque
- Added score submission to leaderboards
- Implemented class functions to remove the need for
sharedInstance
0.1 (09-27-2014)
- Initial release