Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
91 lines (46 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

91 lines (46 loc) · 1.72 KB

Changelog

All notable changes to laravel-route-discovery will be documented in this file

1.0.1 - 2022-03-08

What's Changed

  • Change to allow forward-slashes in Windows by @vanyamil in spatie#15

New Contributors

  • @vanyamil made their first contribution in spatie#15

Full Changelog: https://github.com/spatie/laravel-route-discovery/compare/1.0.0...1.0.1

1.0.0 - 2022-02-07

  • initial release

0.12.0 - 2022-01-20

  • experimental release

0.0.1 - 2022-01-03

  • experimental release

1.9.0 - 2021-10-04

  • add support for the names parameter to the Resource attribute (#56)

1.8.1 - 2021-09-20

  • fix: use \ReflectionAttribute::IS_INSTANCEOF (#55)

1.8.0 - 2021-09-17

  • add group attribute (#54)

1.7.0 - 2021-08-31

  • add additional functionality to get domain from a config file (#50)

1.6.0 - 2021-08-15

  • add apiResource parameter to Resource attribute (#49)

1.5.0 - 2021-08-15

  • add support for resource controllers

1.4.2 - 2021-07-05

  • do not register routes when they are cached (#38)

1.4.1 - 2021-06-09

  • remove facade

1.4.0 - 2021-04-08

  • adds optional Wheres attribute on class and method level (#31)

1.3.0 - 2021-03-03

  • add support for multi-verb routes

1.2.3 - 2021-02-15

  • global middleware from config file will be registered first (#24)

1.2.2 - 2021-02-12

  • change approach to handle routes with prefix (#23)

1.2.1 - 2021-02-07

  • add new check to make sure TestClasses directory exists when running tests (#20)

1.2.0 - 2020-12-19

  • add middleware config option

1.1.0 - 2020-11-30

  • add Domain attribute

1.0.0 - 2020-10-29

  • initial release