All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.0.3 - 2019-12-24
- Minor code improvements.
2.0.2 - 2019-12-23
- Added this changelog.
- Facade dockblocks for ide intellisense.
2.0.1 - 2018-11-21
- Bugfix related to persistent alert confirm button.
2.0.0 - 2018-07-24
- Added method addButton to create new custom buttons.
- Added method setConfig to customize the configuration "by hand".
- Upgraded to the new sweetalert js api according to THIS migration guide from 1.x to 2.0.
- Only supports PHP >= 7.0.
1.4.3 - 2018-07-24
- Minor documentation fixes
1.4.2 - 2017-09-11
- Added package discovery for Laravel 5.5
- Middleware class name type fixed.
1.4.1 - 2017-03-27
- Fix readme typos
1.4.0 - 2016-11-24
- Cancel button config added.
- Documentation improvements.
1.3.1 - 2016-11-24
1.3.0 - 2016-08-15
- Test suite included.
- Configuration file included to customize default autoclose timer.
1.2.0 - 2016-08-12
- Alert middleware added.
1.1.6 - 2016-07-11
1.1.5 - 2016-05-29
1.1.4 - 2016-03-08
- Added Twig template
1.1.3 - 2015-12-22
- Added Html option. This will let sweetalert display html content.
1.1.2 - 2015-11-24
- Some StyleCI fixes.
1.1.1 - 2015-08-04
- Added warning alert message.
1.1.0 - 2015-08-02
- Added a method to display an info alert.
- Changed behavior of message and title.
- Now if title is not specified, the text message will be displayed as the title.
- Default message now shows a simple alert instead of info.
1.0.7 - 2015-07-16
1.0.6 - 2015-07-12
- Fix included view template
1.0.5 - 2015-07-12
-Fixed composer.json
1.0.4 - 2015-07-12
- Fix composer.json
1.0.3 - 2015-07-12
- Fixed psr-4 autoload
1.0.2 - 2015-07-12
- Improved documentation