Skip to content

Latest commit

 

History

History
83 lines (36 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

83 lines (36 loc) · 2.89 KB

1.2.4 (2021-09-08)

Bug Fixes

  • maori character spacing on encoding (c732f3d)

1.2.3 (2021-07-12)

Bug Fixes

  • early return on reverse method (b3c36d9)

1.2.2 (2021-07-12)

Bug Fixes

  • moari: Encoding issues with non-english chars (e20386f)

1.2.1 (2021-07-12)

Bug Fixes

  • randomisation calculation and finish of words (30e23cd)

1.2.0 (2021-06-30)

Features

  • added method to get final grid size (ffc5742)

1.1.3 (2021-06-30)

Bug Fixes

  • maori chars encode correctly (436c4ae)

1.1.2 (2021-06-25)

Bug Fixes

  • 🐛 used Str helper for case and length (145daa3)

1.1.1 (2021-06-23)

Bug Fixes

  • Class name spelling mismatch, (80f59e8)

1.1.0 (2021-06-23)

Features

  • mapping: 🎨 allow selection of character mapping for the puzzle (ccc78f8)

1.0.2 (2021-06-23)

Bug Fixes

  • grid: make sure to set grid and length before filtering word collection (c56a1e7)

1.0.1 (2021-06-23)

Bug Fixes

  • grid: Null check instead of empty string not setting flag correctly (d471130)

1.0.0 (2021-06-22)

Features