Skip to content

Release of p5.quadrille.js-1.4.5

Compare
Choose a tag to compare
@nakednous nakednous released this 18 Sep 22:16
· 90 commits to main since this release

Changelog

  1. Mutable methods can take null pattern parameters to clear cells.
  2. Code refactored:
    1. rand as rand(times, pattern = null).
    2. Prefer fill, read and visitQuadrille to low level calls.
    3. Code modernized to the rest parameter syntax.