worldturtle v0.2.0 Release Notes

Release Date: 2020-05-31 // almost 4 years ago
    • Split TurtleCommand into TurtleCommand and WorldCommand to help reduce
      boilerplate of having to apply a turtle to a command for every stage of a
      command block.
    • โž• Added runWorld, runTurtle, run, and (>/>) functions.
    • circle command split into arc and circle commands.
    • ๐Ÿ›  Fixed shiftHue as function did not match documentation.

Previous changes from v0.1.1

    • โž• Added sleep function.
    • โž• Added rotationSpeed function.
    • โž• Added the shiftHue color function.
    • ๐Ÿ›  Fixed bugs in circle rendering when going in a clockwise direction.
    • ๐Ÿ›  Fixed the bounds and potential recursion pitfall in internal normalization functions.
    • If rotation left 270 degrees will not turn right 90 degrees and vice versa.