Skip to content

v12.1.0

Compare
Choose a tag to compare
@EvenTorset EvenTorset released this 11 Jul 02:41
· 139 commits to main since this release
fbce654

Highlights

  • The following Node methods now have a new recurse parameter that controls whether or not the method should be applied to descendant nodes:
    • scale
    • recolor
    • remapResources
  • The following Node generator methods now have a new recurse parameter that controls whether or not the method should yield objects of descendant nodes:
    • walkEffects
    • walkActions
    • walkProperties
  • This new recurse parameter for the Node methods defaults to true, so calling them without it works just like before this change.