Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.8] Add previous method to UrlGenerator interface #25616

Merged
merged 1 commit into from Sep 14, 2018
Merged

[5.8] Add previous method to UrlGenerator interface #25616

merged 1 commit into from Sep 14, 2018

Conversation

thijsvdanker
Copy link
Contributor

The UrlGenerator interface does not contain the previous() method that is implemented by the UrlGenerator class

Adding it allows me to use previous() while referencing the interface (and keep my IDE happy).

It would add an extra burden on other implementations of that interface that are out in the wild, making it a breaking change.

(Reapplied #25609 to master instead of 5.7)

@GrahamCampbell GrahamCampbell changed the title Add previous method to UrlGenerator interface [5.8] Add previous method to UrlGenerator interface Sep 14, 2018
@taylorotwell taylorotwell merged commit 1bcb7b5 into laravel:master Sep 14, 2018
@browner12
Copy link
Contributor

is there a place we can start tracking these breaking changes right away so it's easier for us to write a good upgrade guide for 5.8?

do we just start the upgrade guide for 5.8 right now?

@browner12
Copy link
Contributor

laravel/docs#4515

@TBlindaruk
Copy link
Contributor

@browner12 , maybe it will be better to have changelog within this repository?
It will help to add the changes to changelog with actual changes in one PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants