Features
- The parameter names have been simplified for clarity. Legacy parameter names are still fully supported, so this is not a breaking change.
xPhaseDuration
→xDuration
yPhaseDuration
→yDuration
phaseDuration
→duration
xPhaseOffset
→xOffset
yPhaseOffset
→yOffset
phaseOffset
→offset
xPhaseFunction
→xEase
yPhaseFunction
→yEase
phaseFunction
→ease
xPhaseArgs
→xEaseArgs
yPhaseArgs
→yEaseArgs
phaseArgs
→easeArgs
- A new waves example is provided
BitPattern
is now included inEasyPattern.lua
to enable single-file installation for those not using toybox.py.
Fixes
- BitPattern now includes unit tests
- Docs now clearly indicate that the
ditherType
argument tosetDitherPattern
is optional. - The checkerboard pattern included in docs is now slimmed down to its proper minimal form.
Full Changelog: v1.2.3...v1.3.0