Skip to content

🌻 Pot Marigold

Choose a tag to compare

@mychidarko mychidarko released this 09 Jul 17:52
· 14 commits to main since this release

v2.0 - 19 Jul 2023

Added

  • Added tests and formatter
  • Added support for multiple data types on flash messages
  • Added support for querying arrays with .
  • Added start() method to Session
  • Added clear() method to Session
  • Added delete() method to Session
  • Added has() method to Session (Fix: 19 Jul 2024)

Fixed

  • Patched up existing session check
  • Update types for session internal functions

Changed

  • Switched Leaf\Flash from native sessions to leaf sessions
  • Sessions are now started on demand instead of on module init
  • Functional mode methods no longer take in parameters
  • Updated Leaf Anchor

Removed

  • Removed unused code
  • Removed session initializer in Session constructor