Skip to content

Releases: kylebrowning/waterwheel.swift

4.3.4

25 Oct 20:07
Compare
Choose a tag to compare

Released on Wed, October 25, 2017. All issues associated with this milestone can be found using this filter.

Fixed

  • Set isLoggedIn and headers access modifiers open

4.3.3

18 Sep 18:32
Compare
Choose a tag to compare

Released on Monday, September 18, 2017. All issues associated with this milestone can be found using this filter.

Fixed

  • Private methods became public
    • Implemented by kylebrowning
  • Fixes issue with demo project build.

4.3.2

25 Mar 01:28
Compare
Choose a tag to compare

Released on Friday, March 24, 2017. All issues associated with this milestone can be found using this filter.

Fixed

  • Carthage support is broken.
    • Implemented by kylebrowning in #153.

4.3.1

30 Sep 16:26
Compare
Choose a tag to compare

Released on Friday, September 30, 2016. All issues associated with this milestone can be found using this filter.

Updated

  • Update Carthage to use regular SwiftyJSON
    • Implemented by kylebrowning in #148.

4.3.0

27 Sep 13:51
Compare
Choose a tag to compare

4.3.0 (09/27/2016)

Released on Tuesday, September 27, 2016. All issues associated with this milestone can be found using this filter.

Updated

  • Update waterwheel demo to use waterwheel-swift.com
    • Implemented by kylebrowning in #147.
  • Support Swift 3.0
    • Implemented by kylebrowning in #144.

Fixed

  • Fixes Carthage support
    • Implemented by kylebrowning in #146.

4.2.8

26 Aug 22:37
Compare
Choose a tag to compare

Released on Friday, August 26, 2016. All issues associated with this milestone can be found using this filter.

Added

  • Provide ViewsTableViewController
    • Implemented by kylebrowning in #141.

Fixed

  • waterwheelLoginViewController has no cancel button/action
    • Implemented by kylebrowning in #143.

4.2.7

17 Aug 20:49
Compare
Choose a tag to compare

Released on Wednesday, August 17, 2016. All issues associated with this milestone can be found using this filter.

Changed

  • Rename ViewExtension because it can be confused with a Drupal View
    • Implemented by kylebrowning in #140.

4.2.6

16 Aug 22:03
Compare
Choose a tag to compare

Released on Tuesday, August 16, 2016. All issues associated with this milestone can be found using this filter.

Updated

  • 100% doc coverage for waterwheelAuthButton
    • Implemented by kylebrowning in #138.

Changed

  • Move Title color from Auth button out of setup
    • Implemented by kylebrowning in #139.

4.2.5

16 Aug 20:22
Compare
Choose a tag to compare

Released on Tuesday, August 16, 2016. All issues associated with this milestone can be found using this filter.

Fixed

  • properties on AuthButton are protected
    • Implemented by kylebrowning in #137.

Adds Auth Button, Login View Controller and bug fixes.

15 Aug 22:52
Compare
Choose a tag to compare

New functionality in this release:

  • Auth Button, remembers auth state.
  • Persist waterwheel settings throughout app closure/phone restart
  • Login View Controller, setups a Login View Controller that will allow you to manage login state.
  • Fixes login/logout state to be consistent with 8.2
  • Adds notifications for all requests