Skip to content

Release of p5.quadrille.js-2.2.0

Compare
Choose a tag to compare
@nakednous nakednous released this 25 Nov 15:43
· 3 commits to main since this release

Changelog

Added swap method:

  • Swaps two rows with swap(row1, row2).
  • Swaps two cells with swap(row1, col1, row2, col2).
  • Gracefully ignores invalid inputs without throwing errors.
  • Supports method chaining for clean, fluent API usage.