kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 60 forks source link

`->wasChanged` doesn't work with camelCased properties. #108

Closed mikebronner closed 2 months ago

mikebronner commented 8 months ago

Was using the wasChanged method the other day, and noticed it is not compatible with camelCased properties. Thought I'd mention it in case you were open to adding that functionality. :) Thanks!

kirkbushell commented 8 months ago

Thanks, @mikebronner . Would be really helpful if you could check out the 11.0 branch and see if it's even an issue.

kirkbushell commented 5 months ago

@mikebronner v11 released - please test on that release and let me know if it works.