Aura.Router Versions Save

A web router implementation for PHP.

3.3.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/auraphp/Aura.Router/compare/3.2.0...3.3.0

3.2.0

2 years ago
  1. Various documentation and doc block improvements by @muglug, @johnnypeck, Andreas Sundqvist, @afilina, @vitorbari, @bkdotcom, @daniel-mueller, @cxj, @koriym
  2. CI improvements @jakejohns, @koriym,
  3. 8.1 support @koriym, @fisharebest
  4. Fixes #178 psr/log version 3 support @koriym
  5. Fixed #162 by @NaokiTsuchiya and @harikt
  6. Fixed #169 by @harikt

3.1.0

7 years ago

This release adds three new features:

  • Route URL view helpers
  • Support for custom token matching logic
  • Support for route-specific matching logic

Documentation, examples, and tests have also been updated.

3.0.1

7 years ago

Hygiene release: update docs, remove .gitattributes file.

2.3.1

7 years ago

Hygiene release to update docblocks.

3.0.0

8 years ago

First stable release.

  • Default factories now use serializable method calls.
  • Honor the route host and the secure flag in Generator.

2.3.0

8 years ago

This release adds support for a "base path" to routes. See #84, #86, and #96 for background and information. Thanks to @pine3ree and @harikt for their foundational work on this feature!

3.0.0-beta2

8 years ago

Second 3.x beta release.

  • Expose matching rules through an iterator, not a separate array
  • Add basepath support

3.0.0-beta1

8 years ago

First 3.x beta release.

3.0.0-alpha2

8 years ago