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

Eloquence 11.0 #112

Merged
merged 27 commits into from
Jan 31, 2024
Merged

Eloquence 11.0 #112

merged 27 commits into from
Jan 31, 2024

Conversation

kirkbushell
Copy link
Owner

Eloquence has had a major overhaul, implementing incompatible API changes with previous versions.

11.0 sees the package move heavily toward PHP attributes as a form of meta-programming to describe how relationships interact with one another for custom behaviours, namely for aggregate value caching (such as counts, sums.etc.).

Due to this, all implementors should take time to review the changes and update their code to the new APIs, which empower developers to implement these behaviours directly as part of their relationship logic.

@kirkbushell kirkbushell added this to the 11.0 milestone Jan 31, 2024
Copy link

@kontoulis kontoulis left a comment

Choose a reason for hiding this comment

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

Nice! 🏅
There are several php files in this PR not ending in a new line, it would be nice if you could update these too 🙂

@kirkbushell
Copy link
Owner Author

Nice! 🏅 There are several php files in this PR not ending in a new line, it would be nice if you could update these too 🙂

I'll add a linter - ty :)

@kirkbushell
Copy link
Owner Author

@kontoulis Done.

@kirkbushell kirkbushell merged commit 42ae6c8 into master Jan 31, 2024
8 checks passed
@kirkbushell kirkbushell deleted the release/11.0 branch January 31, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants