1.05 2020-03-31 - Fixed a bug using $c->b() in HTML engine, I wasn't able to test. - Improved test suite. 1.04 2019-05-14 - Updated Mojolicious dependency (Thanks to Slaven Rezić!). - Fixed bug in docs (Thanks Mohammad S Anwar!). 1.03 2019-05-13 - Introduced 'confirmation' types. - Added csrf_token to confirmation routes. - Notify on error in alertify. - Introduced notify_alertify() function. - Update of Test::Mojo::Session to be compatible with recent version of Mojolicious. 1.02 2018-05-30 - Introduced notify_html() function. - Use Mojo::Collection for notifications. - Introduced "before_notifications" hook. - Removed deprecated support of 'Mojolicious::Plugin' based engines. 1.01 2017-04-27 - Fixed version to be compliant with perl/cpan versioning (Thanks to Slaven Rezić!). 0.12 2017-01-11 - Updated to Mojolicious 7.13. 0.11 2016-09-10 - Added test for lower path notifications in sessions. - Kwalitee compliant. 0.10 2015-06-18 - Introduced example for plugins. 0.09 2015-04-19 - Update dependency on Test::Mojo::Session. 0.08 2015-04-18 - Update for use with Mojolicious 6. 0.07 2015-01-25 - Fix Test::Mojo::Session dependency. 0.06 2014-11-04 - Fix minor documentation error. - Remove deprecated use of object-oriented Mojo::JSON. 0.05 2014-09-15 - Changed tx->resume() method to hook for multiple redirect support. - Flash and stash notifications will now be merged. 0.04 2014-09-07 - Added experimental AssetPack support. - Added abstract M::P::N::Engine package. - Engines based on Mojolicious::Plugin are now DEPRECATED. - Added M::P::N::Assets package. 0.03 2014-06-01 - Documentation cleanup. - Added Alertify engine. 0.02 2014-06-01 - Initial submission to CPAN. - Added