Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@ebeneliason ebeneliason released this 16 Apr 22:01

Features

  • The parameter names have been simplified for clarity. Legacy parameter names are still fully supported, so this is not a breaking change.
    • xPhaseDurationxDuration
    • yPhaseDurationyDuration
    • phaseDurationduration
    • xPhaseOffsetxOffset
    • yPhaseOffsetyOffset
    • phaseOffsetoffset
    • xPhaseFunctionxEase
    • yPhaseFunctionyEase
    • phaseFunctionease
    • xPhaseArgsxEaseArgs
    • yPhaseArgsyEaseArgs
    • phaseArgseaseArgs
  • A new waves example is provided
  • BitPattern is now included in EasyPattern.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 to setDitherPattern 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