Skip to content

Releases: melusc/sudoku

v2.4.0

20 Mar 09:41
7ac027b
Compare
Choose a tag to compare
  • Add rounds it took to solve 65ded3f
  • Take advantage of Structure.contents 096dab8

v2.3.1...v2.4.0

v2.3.1

02 Mar 20:53
90d2eba
Compare
Choose a tag to compare
  • Export ReadonlyCells and Cell 0590bfb

v2.3.0...v2.3.1

v2.3.0

02 Mar 20:49
3987b68
Compare
Choose a tag to compare
  • Simplify by not having logic split between cell.ts and sudoku.ts 626090e

v2.2.0...v2.3.0

v2.2.0

01 Mar 13:40
bca5113
Compare
Choose a tag to compare

v2.1.0...v2.2.0

v2.1.0

08 Feb 15:54
d867efa
Compare
Choose a tag to compare
  • Require candidates, cols, rows to be in range and otherwise throw error 569c648
  • Allow passing cell instance or index to cell specific functions 8ca2d0e

v2.0.0...v2.1.0

v2.0.0

07 Feb 22:21
9f3acce
Compare
Choose a tag to compare
  • Breaking: Make content 0-indexed and return a string from #getContent 83ee836

v1.6.0...v2.0.0

v1.6.0

06 Feb 18:54
6a98fec
Compare
Choose a tag to compare
  • Add thorough and fast mode 4f27664
  • Throw early if it is obviously an error a773847

v1.5.1...v1.6.0

v1.5.1

23 Jan 20:53
d602000
Compare
Choose a tag to compare
  • Improve performance of hidden-pairs ca5252f
  • Memoize bitCount 4990b48

v1.5.0...v1.5.1

v1.5.0

23 Jan 16:07
4b50636
Compare
Choose a tag to compare
  • Mark as sideEffect-free 46c2457
  • Make sudoku size required 5687850
  • Fix cloning non-standard size sudokus b6b460b

v1.4.0...v1.5.0

v1.4.0

23 Jan 10:45
415516c
Compare
Choose a tag to compare
  • Rename cell#possible to candidates ec24f9f
  • Rename plugins.ts to index.ts 51ea4dd

v1.3.2...v1.4.0