All Versions
10
Latest Version
Avg Release Cycle
172 days
Latest Release
2649 days ago

Changelog History

  • v3.1.0 Changes

    March 02, 2017

    ๐Ÿš€ 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.

  • v3.0.1 Changes

    October 03, 2016

    ๐Ÿš€ Hygiene release: update docs, remove .gitattributes file.

  • v3.0.0 Changes

    December 01, 2015

    ๐Ÿš€ First stable release.

    • 0๏ธโƒฃ Default factories now use serializable method calls.
    • Honor the route host and the secure flag in Generator.
  • v3.0.0-beta2 Changes

    July 16, 2015

    ๐Ÿš€ Second 3.x beta release.

    • ๐Ÿ”ฆ Expose matching rules through an iterator, not a separate array
    • โž• Add basepath support
  • v3.0.0-beta1 Changes

    June 15, 2015

    ๐Ÿš€ First 3.x beta release.

  • v3.0.0-alpha2

    May 24, 2015
  • v3.0.0-alpha1 Changes

    May 18, 2015

    ๐Ÿš€ First 3.x alpha release.

  • v2.3.1 Changes

    October 03, 2016

    ๐Ÿš€ Hygiene release to update docblocks.

  • v2.3.0 Changes

    July 17, 2015

    ๐Ÿš€ 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!

  • v2.2.2 Changes

    March 27, 2015

    ๐Ÿš€ This release modifies the testing structure and updates other support files.