Skip to content

v0.1.1

Compare
Choose a tag to compare
@mjrlowe mjrlowe released this 25 Jul 18:38
· 115 commits to main since this release

Changes

  • Added missing documentation for new features added in 0.1.0
  • Added lineCap property to .display() settings. The default lineCap is now "square" (rather than "butt").
  • algorithm property in maze settings object no longer ignores digits. You can now use algorithm: "10 print" to create a 10Print maze.
  • algorithm: "prims" will now create a true Prim's maze (before it would default to recursive backtracker).
  • Fixed incorrect example code in REAME.md (.error -> .catch)