Skip to content

Releases: Blackjacx/SHSearchBar

Hello Xcode 15 👋

08 Aug 12:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

Hello Swift PM

18 Sep 13:02
89e86e6
Compare
Choose a tag to compare

TL;DR

This version is all about making SHSearchBar compatible with SPM and Swift 5.3.

Details

I had to say goodbye to Cocoapods and Carthage. Since Apple recommends to not make assumptions about resource locations I have to use Bundle.module (read more about it here and here) which is not auto-generated by Carthage or Cocoapods at the moment. Apart from that I cannot detect the dependency manager at runtime and therefore would have to fallback to my own resource location algorithm. I don't know if this was intended by Apple 🤷...

Closed PRs

1.7.0

05 May 21:53
876ad57
Compare
Choose a tag to compare

1.6.0

18 Dec 00:24
fbd7264
Compare
Choose a tag to compare

1.5.0

25 Sep 10:55
52b381e
Compare
Choose a tag to compare

1.4.3

12 Jul 08:16
2dd4c04
Compare
Choose a tag to compare

1.4.2

12 Jul 07:38
825fb9e
Compare
Choose a tag to compare
  • #38: Make String Extension localized Internal To Avoid Naming Conflicts - @blackjacx.

1.4.1

16 Feb 10:00
a95c0f2
Compare
Choose a tag to compare
  • #33: Fix Pod Try To Quick Try Pod Example - @blackjacx.
  • Add example for search bar in UINavigationBar - @blackjacx.

1.4.0

22 Nov 16:18
Compare
Choose a tag to compare

Changed

Fixed

1.3.0

26 Oct 17:50
Compare
Choose a tag to compare

Changed

  • #28: Make it possible to avoid internal cancel button - @blackjacx.