CodeIgniter Forums
ALERT: Entity refactor just merged to develop branch - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Development (https://forum.codeigniter.com/forumdisplay.php?fid=27)
+--- Thread: ALERT: Entity refactor just merged to develop branch (/showthread.php?tid=73588)



ALERT: Entity refactor just merged to develop branch - kilishan - 05-12-2019

Hey everyone - just a quick heads up that a significant refactor of the Entity class has just been merged into develop.

If you have projects on CI4 code that uses Entities you'll need to update them for it to work. These changes should simplify how you work with Entities, as well as make them more flexible and more accurate, especially when dealing with null values and changed data.

The specifics can be found in the pull request.


RE: ALERT: Entity refactor just merged to develop branch - scalla - 05-13-2019

Thank you, I'll update mine immediately


RE: ALERT: Entity refactor just merged to develop branch - MGatner - 05-14-2019

Just out of curiosity, are people who are running CI4 instances using dev-develop? or latest release?


RE: ALERT: Entity refactor just merged to develop branch - InsiteFX - 05-15-2019

I always use the development version so that I am up to date everyday.


RE: ALERT: Entity refactor just merged to develop branch - includebeer - 05-17-2019

(05-12-2019, 10:23 PM)kilishan Wrote: Hey everyone - just a quick heads up that a significant refactor of the Entity class has just been merged into develop.

Does it mean there will be a beta 4 before the release candidate?


RE: ALERT: Entity refactor just merged to develop branch - kilishan - 05-17-2019

(05-17-2019, 03:52 PM)includebeer Wrote:
(05-12-2019, 10:23 PM)kilishan Wrote: Hey everyone - just a quick heads up that a significant refactor of the Entity class has just been merged into develop.

Does it mean there will be a beta 4 before the release candidate?

Currently no plans for a beta 4.