Malert v4.0 Release Notes
Release Date: 2019-10-23 // almost 7 years ago-
Implemented enhancements
- ⚡️ Updated all code to Swift 5.0
- 🔄 Change indentation from files
- ⚡️ Update README.md
- Removing CHANGELOG.md from project
Previous changes from v3.0
-
Implemented enhancements:
- Refactoring the way how to create an _ Malert _ to be more similar with
UIAlertController - Changing
MalertViewController->Malertto be presented asUIViewController - Changing
MalertButtonStruct->MalertAction - Removing
MalertViewConfiguration,MalertButtonConfiguration - Removing shared instance and all queue manager from Malert
- ➕ Add new attributes to be more customizable and flexible
- Removing
Cartography - ➕ Add
dismissOnActionTappedto dismiss when a call to action was clicked
- Refactoring the way how to create an _ Malert _ to be more similar with