- #63: Xcode 15 & Swift 5.9 - @Blackjacx.
- #54: Swift 5.3 & swift package manager - @Blackjacx.
- #50: Update readme badges - @blackjacx.
- #49: Swift 5 Compatibility - @blackjacx.
- #47: Carthage Support - @blackjacx.
- #46: Extending Example App - @blackjacx.
- Add AUTHORS file - @blackjacx.
- #41: Swift 4.2 - @blackjacx.
- #39: Make localized extension internal - @blackjacx.
- #38: Make String Extension
localized
Internal To Avoid Naming Conflicts - @blackjacx.
- #33: Fix Pod Try To Quick Try Pod Example - @blackjacx.
- Add example for search bar in UINavigationBar - @blackjacx.
- #31: Refactor Text Did Change Delegation - @blackjacx.
- #28: Make it possible to avoid internal cancel button - @blackjacx.
- Update podspec by removing non-source from sources - @blackjacx.
- #15: Translations for DE EN ES FR IT JA ZHHANS and RU - @blackjacx.
- First responder handling by forwarding related calls directly to the textfield - @blackjacx.
- #26: Conversion to Swift 4 - @blackjacx.
- #2: Improves code documentation - @blackjacx.
- #14: Adopts swift 3 naming conventions - @blackjacx.
- Replaces non-swifty implementation of optional SHSearchBarDelegate methods by a default implementation of each method on a protocol extension - @blackjacx.
- Resigns and resets the textField per default when pressing cancel button - @blackjacx.
- Left and right view is now property of the config object - @blackjacx.
- Replaces textColor and textBackgroundColor with textAttributes in config - @blackjacx.
- Cancellation in the example project - @blackjacx.
- #6: Resolves but did not fix SPM support - @blackjacx.
- Boxed type from specs since Swift3 uses Any for dictionary values that includes structs - @blackjacx.