Releases: vadymmarkov/Fashion
Releases · vadymmarkov/Fashion
4.2.0
4.1.0
4.0.0 - Swift 4
Swift 4 migration 🎉
3.0.0 - Improve style creation and registration
Style
andStylist
: renameapplyTo
toapply(to
.- Make swizzler internal because there is no reason to keep as a part of public API.
- Expose generic
Style
struct to create reusable, composable styles without registering them.
#14 - Allow you to register multiple styles for the same strings #12 by @yonaskolb
2.0.1 - Fix Swift 3.1 warnings
Use custom method instead of initialize: #11
2.0.0 - Swift 3
Swift 3 migration #4
1.1.0 - String convertible
Fashion
uses new protocol StringConvertible
, so you can register/unregister your styles with something else than just magic strings. #3