Releases: HsoiEnterprises/HEAlert
Releases · HsoiEnterprises/HEAlert
v1.0.0
This brings Swift 3 support.
If you need support for earlier Swift versions (e.g. 2.2) use one of the older tagged releases.
As long as it's a breaking change, might as well follow semver and go v1.0 🎉
v0.5.3
Just making a cut and giving it a version.
The last, before going 1.0 and Swift 3.
v0.5.2
- Verified against Xcode 7.3 and Swift 2.2 (no changes made, just verified)
- HEAlert inherits from
NSObject
so it can be bridged into Objective-C code
- Fixed codesigning (thanx to @jlandon)
v0.5.1
Minor adjustments due to Xcode 7 and Cocoapods.
v0.5
Brings in support for Xcode 7 and Swift 2.
If you need Swift 1.2 and/or Xcode 6.4 support, you'll need to use v0.4.2 or prior.
- Xcode 7 and Swift 2 support
- travis-ci support, including the ability to build HEAlert as a standalone framework
- expanded documentation
- Added CHANGELOG
v0.4.2
Bug fixes
- added
public
declarations
- cleaned up copyright notice
- improved ReadMe
- improved inline docs.
v0.4.1
Fixing some stray readme notes.
v0.3
Expanding HEAlert to add cancel mechanisms and further flesh out the API.