Malert v4.0 Release Notes
Release Date: 2019-10-23 // over 5 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
->Malert
to 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
dismissOnActionTapped
to dismiss when a call to action was clicked
- Refactoring the way how to create an _ Malert _ to be more similar with