Skip to content

Releases: alterfw/ampersand

v0.2.17

20 Nov 21:39
e5f91a9
Compare
Choose a tag to compare
  • Introduces Routes::ignore method to skip some urls from the router

v0.2.16

02 Jun 22:11
Compare
Choose a tag to compare

v0.2.15

06 Oct 02:28
Compare
Choose a tag to compare

v0.2.14

22 May 23:15
Compare
Choose a tag to compare
  • Fixes compatibilty with CLI in Hero projects
  • ALTER_CLI_RUNNER overrites default environment

v0.2.13

15 Jan 10:20
Compare
Choose a tag to compare
  • Changing fast-route dependency to stable version
  • Moved Route engine to FastRoute
  • Moved autoload to PSR-4
  • Allow pass parameter to Render::template method
  • Improved variable passing to Render::template method
  • Fixed required parameter on Response->template() method
  • Fixed namespaces case sensitive problem

v0.2.11

14 Sep 01:36
Compare
Choose a tag to compare
Updated aura/session version

v0.2.10

12 Sep 03:39
Compare
Choose a tag to compare
Fixed flush in rules for map routes

v0.2.9

08 Sep 02:35
Compare
Choose a tag to compare
  • Improved environment detection
  • Added support to Session and Flash messages
  • Added support to multiple HTTP methods using the map() method
  • Added support for URL generation

v0.2.8

31 Aug 18:43
Compare
Choose a tag to compare
  • Replaced get_query_template() by get_template_part()
  • Fixed configuration loading
  • Fixed regex to match slugs
  • Fixed route triggering with same path and different http methods

v0.2.7

18 Aug 15:57
Compare
Choose a tag to compare
  • Fixed WordPress context in root routes