Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 391 Bytes

UPGRADE.md

File metadata and controls

7 lines (4 loc) · 391 Bytes

Upgrade guide

From v3 to v4

v2 has mainly been made to provide compatibility with fractal 0.16 through fractalistic 2. In that version of Fractal your transformers, includes and excludes should return an array. String, ints, bools and such are not allowed anymore.

If all your transformers follow that rule you should be able to upgrade to v2 without any modifications to your code.