Skip to content

Releases: melusc/sudoku

v5.1.1

28 Sep 10:09
v5.1.1
5f0ccb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

28 Apr 15:11
5d62705
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

12 Sep 06:46
017661a
Compare
Choose a tag to compare

What's Changed

  • [Breaking] Deprecate Node 16 by @melusc in #142
    • Only Node 18 and 20 are now supported
  • Update all dependencies

New Contributors

Full Changelog: v4.1.0...v5.0.0

v4.1.0

03 Jun 11:21
55d48b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

04 May 13:24
78642c8
Compare
Choose a tag to compare

Breaking changes

  • Remove main field from package.json 37009ed
    If you're using Typescript, you need to set "moduleResolution": "nodenext" or "moduleResolution": "bundler"
  • Node 16, 18, and 20 are now the only supported versions 37e7bc9

Other notable changes

  • Update all dependencies

Full Changelog: v3.1.0...v4.0.0

v3.1.0

10 Sep 15:59
aae4bd9
Compare
Choose a tag to compare

Notable changes

  • Better error messages 3f22c77
  • Add Sudoku.fromJson & Sudoku#toJson b5c1fcd

All changes

v3.0.0...v3.1.0

v3.0.0

30 Jun 15:46
ddaa11e
Compare
Choose a tag to compare

BREAKING CHANGES

All changes

v2.7.0...v3.0.0

v2.7.0

27 May 14:51
739e71c
Compare
Choose a tag to compare

Notable changes

v2.6.0...v2.7.0

All changes

  • Simplify logic d74cc8e
  • Use transpiled code for tests 0f92b54
  • No useless mask 338e8ed
  • Run on pr 5f8dac9
  • Fix unicorn/prefer-native-coercion-functions 678a179
  • Bump xo from 0.48.0 to 0.49.0 (#30) d7dc76d
  • Bump @types/node from 17.0.33 to 17.0.35 (#31) bd9ef8a
  • Add exports field 6a113a2
  • Bump @types/node from 17.0.31 to 17.0.33 (#29) 36200c2
  • Use actions/setup-node@v3 and actions/checkout@v3 fc2ddb8
  • Use node 18 dae1525
  • Throw more descriptive error b71105e
  • Rename content to element 643e955
  • Don't call bitCount for bitIndex 054b44a
  • Bump @types/node from 17.0.30 to 17.0.31 (#28) 5315b27
  • Bump @lusc/tsconfig from 1.0.0 to 1.1.0 (#27) db9096b
  • Use build for typechecking e0bea7e
  • Replace del-cli with rimraf 387b1d5
  • Bump typescript from 4.6.3 to 4.6.4 (#25) ff1ca79
  • Bump @types/node from 17.0.25 to 17.0.30 (#26) 401b1d2
  • Bump @types/node from 17.0.24 to 17.0.25 (#24) 49aa737
  • Rename swordfish to the more general n-fish c982f62

v2.6.0...v2.7.0

v2.6.0

21 Apr 13:31
bb8e9f9
Compare
Choose a tag to compare
  • Ignore candidates that are already content elsewhere 633aff0
  • Add some comments ad3d5b9

v2.5.0...v2.6.0

v2.5.0

07 Apr 08:16
091e8e3
Compare
Choose a tag to compare
  • Improve pointing-arrows and swordfish cdc5a4f
  • Emit also on candidates change 734afe2

v2.4.0...v2.5.0