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

Add Eloquent casts #54

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Add Eloquent casts #54

merged 2 commits into from
Aug 2, 2022

Conversation

Propaganistas
Copy link
Contributor

@Propaganistas Propaganistas commented Jul 31, 2022

Here's another PR implementing Eloquent cast classes, supporting the newly introduced config sets as well.

Note that custom cast classes were implemented as of Laravel 7, so I've dropped support below that version.

Note2: the GitHub actions workflow doesn't check Laravel 9?

Copy link
Owner

@stevebauman stevebauman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks @Propaganistas! Appreciate your work ❤️

@stevebauman
Copy link
Owner

Note that custom cast classes were implemented as of Laravel 7, so I've dropped support below that version.

That's fine with me 👍

Note2: the GitHub actions workflow doesn't check Laravel 9?

I've just pushed an update to the actions workflow to add Laravel 9 into the test matrix 👍

@stevebauman stevebauman merged commit 3602bad into stevebauman:master Aug 2, 2022
@stevebauman
Copy link
Owner

@Propaganistas I've just released v5.0 with your PR's included:

https://github.com/stevebauman/purify/releases/tag/v5.0.0

Thank you again for your hard work.

@Propaganistas Propaganistas deleted the casts branch August 3, 2022 20:12
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.

2 participants