Releases: contexthub/boundaries-ios
Releases · contexthub/boundaries-ios
Boundaries v1.3.5
- Upgrade to ContextHub v1.6 framework
Boundaries v1.3.4
- Update to ContextHub v1.3.1 framework
- Update compatibility for iOS 8
- Add NSLocationAlwaysUsageDescription key and description to Boundaries-Info.plist
Boundaries v1.3.3
- Remove BDYListTableViewController dependency on BDYMapViewController
Boundaries v1.3.2
- Update to ContextHub v1.2.0 framework
- Add Table of Contents to README
Boundaries v1.3.1
- Fix bug where app would alert an error when updating or deleting geofences
- Sort geofences in list by name
- Update README
Boundaries v1.3.0
- Rewrite sample app to more directly show how to use the SDK (previous version still available in separate branch)
- Add verbose logging from ContextHub responses
- Update README
Boundaries v1.2.0
- Add List tab which shows geofences currently on ContextHub with tag "geofence-tag"
- Add ability to update geofence name from List tab
- Add ability to delete geofence from List tab
- Add About tab
- Update GFGeofence to make it easier to update a geofence (added name property as CLCircularRegion identifier is read-only)
- Update GFGeofenceStore to use asynchronous blocks if ContextHub calls fail due to network issues
- Update README to discuss geofences CRUD methods more and remove references to vault (vault is now covered in a separate sample app)
- Further documented all methods
Boundaries v1.1.0
- Update to ContextHub v1.1.3 framework
- Update README
- Add in complete version of CLCircularRegion+ContextHub
- Add ChaiOne.gpx file
- Add synchroniziation when geofence is created/deleted to avoid needing to restart the app
- Added MIT License
Boundaries v1.0.0
- Initial release