Skip to content

Releases: hoangtaiki/Refreshable

Release 2.0.0

24 Feb 02:58
3e3d3f5

Choose a tag to compare

What's Changed

  • Refactor and enhance Refreshable project (#7) (3e3d3f5)
  • Merge pull request #6 from hoangtaiki/spm (540e082)
  • Update README and podspec (570f82c)
  • Update the core logic function within the LoadMoreView to resolve issues related to content offset. (eea5846)
  • Modify the project structure to accommodate Swift Package Manager (SPM). (c6620a3)
  • Update .travis.yml (02a6562)
  • Update .travis.yml (6e1be82)
  • Update code base to Swift 5 (ff91d9a)
  • Update .travis.yml (6d75311)
  • Release version 1.2.0 (8decef8)
  • Update Swift 4.2 (46427e1)
  • Set minimum platform ios version is 9.0 (42c6aa6)
  • Fix bug layout for animator's spinner. Bump version to 1.1.1 (4bafd09)
  • Update README.md (917460f)
  • Bump version to 1.1.0 (0fd9387)
  • Add Package.swift and update README.md (82bd7df)
  • Add travis (29facc3)
  • Merge pull request #1 from hoangtaiki/develop (f8e27d9)

Full Changelog: 1.3.0...2.0.0

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/hoangtaiki/Refreshable.git", from: "2.0.0")
]

CocoaPods

pod 'Refreshable', '~> 2.0.0'

Carthage

github "hoangtaiki/Refreshable" ~> 2.0.0

Support SPM and Update LoadMore functionality

22 Dec 09:19
505ced5

Choose a tag to compare

  • Adjust the project structure to be compatible with Swift Package Manager (SPM)
  • Address the issue related to LoadMore functionality.

Update Swift 4.2

25 Nov 02:06

Choose a tag to compare

Set minimum version require to iOS 9.0

28 Aug 03:41

Choose a tag to compare

Release version 1.1.1

09 Aug 07:05

Choose a tag to compare

Fix bug layout for animator. The spinner can't be layout center of view.

Release version 1.1.0

30 Jul 04:11

Choose a tag to compare

  • Support Swift Package Manager
  • Add travis

Release version 1.0.0

30 Jul 02:55
78ce3be

Choose a tag to compare

  • Pull to refresh and load more feature
  • Support customize UI