Changelog for worldturtle-0.2.0.0
Changelog for turtle-haskell
v0.2.0
- Split
TurtleCommandintoTurtleCommandandWorldCommandto 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. circlecommand split intoarcandcirclecommands.- Fixed
shiftHueas function did not match documentation.
v0.1.2
- Added the
branchfunction.
v0.1.1
- Added
sleepfunction. - Added
rotationSpeedfunction. - Added the
shiftHuecolor 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.
v0.1.0
Initial release.