Skip to content

Releases: WilliamSampaio/Slim-Flash-Messages

v0.3.2

14 Aug 01:12
Compare
Choose a tag to compare
  • FlashProvider class replaced by the FlashProviderInterface interface in FlashMiddleware and FlashTwigExtension.

v0.3.1

13 Aug 21:55
Compare
Choose a tag to compare
  • Remove twig function: flash_clear_all
  • Update README

v0.3.0

13 Aug 20:52
Compare
Choose a tag to compare
  • Add flash provider interface
  • Update classes to implement the interface
  • Update tests

v0.2.2

13 Aug 16:38
Compare
Choose a tag to compare
  • Starts the session if it does not exist when the getInstance function is called.

v0.2.1

12 Aug 21:29
e184dfe
Compare
Choose a tag to compare
  • Update composer.json

v0.2.0

12 Aug 21:17
Compare
Choose a tag to compare
  • Inclusion of the singleton class
  • Full unit test coverage
  • Some other refactorings