Skip to content

Releases: auraphp/Aura.Router

3.3.0

12 Jun 04:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

01 Feb 13:30
Compare
Choose a tag to compare
  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

02 Mar 16:35
Compare
Choose a tag to compare

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

03 Oct 21:49
Compare
Choose a tag to compare

Hygiene release: update docs, remove .gitattributes file.

2.3.1

03 Oct 20:09
Compare
Choose a tag to compare

Hygiene release to update docblocks.

3.0.0

01 Dec 15:32
Compare
Choose a tag to compare

First stable release.

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

2.3.0

17 Jul 15:57
Compare
Choose a tag to compare

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

16 Jul 22:01
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release

Second 3.x beta release.

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

3.0.0-beta1

15 Jun 15:56
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release

First 3.x beta release.

Update to PSR-7 1.0

24 May 15:00
Compare
Choose a tag to compare
Update to PSR-7 1.0 Pre-release
Pre-release
3.0.0-alpha2

update dependencies