You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved from spine cased to camel cased
The nodes, variables and children now use camel cased ids instead of
spinal cased because it's what modern file formats use in general. Even
for XML it's recommended.
A big flaw in the way object and node variables were handled has been fixed. They couldn't really be separated well anymore while creating EncoderNode instances and that forced us to re-think the way variables are being used. The API has changed a lot.
In the same process the EncoderNodeChild functionalities and its API also refactored as well.