Breaking change if using the nodeTransform option.
nodeTransform is now a function that accepts the data from Payload as an argument and expects this data to be returned with any adjustments. An example is given in the docs where the locale field is intercepted and copied to another field name before it gets overwritten be reserved properties.
Documentation relevant to this change. has been re-organised and improved.
Breaking change if using the
nodeTransform
option.nodeTransform
is now a function that accepts the data from Payload as an argument and expects this data to be returned with any adjustments. An example is given in the docs where thelocale
field is intercepted and copied to another field name before it gets overwritten be reserved properties.Documentation relevant to this change. has been re-organised and improved.