Hi,
I was using the 1.0.1 release of fuel earlier and noticed quite a bit of changes in the method names and some class names in 1.1.
Can anyone shed some light on when the names of core classes and methods will be a bit more stable.
Its a bit tedious going through the whole webapp replacing methods when upgrade to a new release.
Thanks,
As you'll notice we take a lot of care to deprecate before removal. Our guidelines for updates are:
Version: x.y.z
- .z release contains only bugfixes, no functional changes
- .y release will include functional changes & additions, though the changes will be little to nothing that goes beyond a simple "find & replace in directory"
- x.0 release may change everything
No, fully automated code rewriting is just asking for boatloads of problems we don't want. Updating/grading will be your own responsibility and our deprecation-before-removal policy should give you more than enough time.