Skip to content

Latest commit

 

History

History
294 lines (157 loc) · 9.75 KB

CHANGELOG.md

File metadata and controls

294 lines (157 loc) · 9.75 KB

Changelog

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

1.22.1 - 2024-04-24

What's Changed

  • Added WithTrashed attribute by @michaelhrivnak in #141

New Contributors

  • @michaelhrivnak made their first contribution in #141

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.22.0...1.22.1

1.22.0 - 2024-03-24

What's Changed

  • Add support for withoutScopedBindings to ScopeBindings attribute. by @mikerockett in #139

New Contributors

  • @mikerockett made their first contribution in #139

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.21.0...1.22.0

1.21.0 - 2024-02-29

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #136

New Contributors

  • @laravel-shift made their first contribution in #136

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.20.1...1.21.0

1.20.1 - 2023-12-18

What's Changed

  • Fix missing quote in route-attributes.php by @nokimaro in #133
  • Bump actions/checkout from 3 to 4 by @dependabot in #128
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #131

New Contributors

  • @nokimaro made their first contribution in #133

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.20.0...1.20.1

1.20.0 - 2023-11-24

What's Changed

  • Allow to register multiple Get route declarations on one method by @rico in #132

New Contributors

  • @rico made their first contribution in #132

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.19.0...1.20.0

1.19.0 - 2023-08-09

What's Changed

  • refactor registerRoutes() & registerResource() in RouteRegistrar.php by @asharifineyestani in #115
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #118
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #121
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #123
  • Add patterns and not_patterns options to directories by @ejunker in #125

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.18.2...1.19.0

1.18.2 - 2023-03-09

What's Changed

  • minor modify by @asharifineyestani in #113
  • Add WhereIn attribute by @themrcatsu in #112

New Contributors

  • @asharifineyestani made their first contribution in #113
  • @themrcatsu made their first contribution in #112

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.18.1...1.18.2

1.18.1 - 2023-03-06

What's Changed

  • 🐛 Should filter null values when resolving group by @juliomotol in #111

New Contributors

  • @juliomotol made their first contribution in #111

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.18.0...1.18.1

1.18.0 - 2023-02-09

What's Changed

  • Add support for Laravel 10 by @Nielsvanpach
  • Add Dependabot Automation by @patinthehat in #99
  • Bump actions/checkout from 2 to 3 by @dependabot in #100
  • Add PHP 8.2 to tests workflow by @patinthehat in #98
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #105

New Contributors

  • @patinthehat made their first contribution in #99
  • @dependabot made their first contribution in #100

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.17.0...1.18.0

1.17.0 - 2022-11-22

What's Changed

  • Update README.md by @michaelnabil230 in #97
  • Add WhereUlid shorthand where by @rodrigopedra in #96

New Contributors

  • @michaelnabil230 made their first contribution in #97
  • @rodrigopedra made their first contribution in #96

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.16.0...1.17.0

1.16.0 - 2022-11-11

What's Changed

  • Add defaults as attribute by @stfndamjanovic in #95

New Contributors

  • @stfndamjanovic made their first contribution in #95

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.15.0...1.16.0

1.15.0 - 2022-10-01

What's Changed

  • Change Constructor syntax by @idanieldrew in #92
  • Resource Attribute extended by @sirmathays in #93

New Contributors

  • @idanieldrew made their first contribution in #92
  • @sirmathays made their first contribution in #93

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.13.0...1.15.0

1.14.0 - 2022-08-24

What's Changed

  • Implemented scoped bindings by @Radiergummi in #90

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.12.1...1.14.0

1.12.1 - 2022-08-09

  • fix config file

1.12.0 - 2022-08-09

What's Changed

  • Fix automated tests by @Tofandel in #84
  • Add fileinfo extension by @Tofandel in #85
  • feat: add grouped configurations and improve tests by @Tofandel in #83

New Contributors

  • @Tofandel made their first contribution in #84

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.11.0...1.12.0

1.11.0 - 2022-05-18

What's Changed

  • feat: add Fallback attribute by @jaulz in #78

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.10.2...1.11.0

1.10.2 - 2022-05-18

What's Changed

  • fix: make order of routes predictable by @jaulz in #79

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.10.1...1.10.2

1.10.1 - 2022-04-28

What's Changed

  • Fixes implicit route model binding bug when using Resource attribute. by @samueljtaylor in #77

New Contributors

  • @samueljtaylor made their first contribution in #77

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.10.0...1.10.1

1.10.0 - 2022-02-25

What's Changed

  • Namespaced controller directories by @danielsetreus in #69

New Contributors

  • @danielsetreus made their first contribution in #69

Full Changelog: https://github.com/spatie/laravel-route-attributes/compare/1.9.1...1.10.0

1.9.1 - 2022-01-19

  • add support for Laravel 9

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