Skip to content

Releases: dtrenz/LaunchGate

Release 2.0.0: Swift 5.1 support + other improvements

08 Apr 19:51
Compare
Choose a tag to compare

Added

  • Swift 5.1 support #48
  • Added example for when using scene based windowing. #49

Fixed

  • Use topViewController not rootViewController #47

Credits: @jshier, @naoyanickf, @kurabi

Release 1.1: Swift 4 and Xcode 9.4 support

17 Jul 21:00
Compare
Choose a tag to compare

Added support for Swift 4 and Xcode 9.4.

Credit: @SlaunchaMan & @RLRG

Release 1.0.2

19 Feb 21:26
Compare
Choose a tag to compare

Added

  • More test coverage
  • Cobertura coverage report generation via Slather
  • Codecov.io coverage report CI

Fixed

  • Previously, all configuration items (alert, optionalUpdate,
    requiredUpdate) were required in the remote JSON configuration file. Now, they
    are all optional, which now matches the documentation in the README.

Release 1.0.1

12 Feb 20:59
Compare
Choose a tag to compare

Added

  • Inline documentation to public API.

Release 1.0.0

12 Feb 18:21
Compare
Choose a tag to compare

Added

  • Core feature set for initial release:
    • Required update behavior
    • Optional update behavior
    • Alert (blocking + non-blocking) behavior
    • Ability to provide custom configuration parser
  • Documentation & Screenshots
  • Example iOS project