Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Releases: HsoiEnterprises/HEAlert

v1.0.0

24 Sep 00:54
Compare
Choose a tag to compare

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

24 Sep 00:21
Compare
Choose a tag to compare

Just making a cut and giving it a version.

The last, before going 1.0 and Swift 3.

v0.5.2

26 Mar 11:46
Compare
Choose a tag to compare
  • 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

12 Sep 13:44
Compare
Choose a tag to compare

Minor adjustments due to Xcode 7 and Cocoapods.

v0.5

12 Sep 13:30
Compare
Choose a tag to compare

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

24 Jul 14:45
Compare
Choose a tag to compare

Bug fixes

  • added public declarations
  • cleaned up copyright notice
  • improved ReadMe
  • improved inline docs.

v0.4.1

23 Jul 21:03
Compare
Choose a tag to compare

Fixing some stray readme notes.

v0.4

23 Jul 20:19
Compare
Choose a tag to compare

adding cocoapods support

v0.3

28 Jun 16:22
Compare
Choose a tag to compare

Expanding HEAlert to add cancel mechanisms and further flesh out the API.

v0.2

12 May 18:22
Compare
Choose a tag to compare
  • Added ok(title, message)