Skip to content

sudoku-parent-5.0.0

Compare
Choose a tag to compare

Release 5.0.0

Breaking Changes

  • Split the de.sfuhrm.sudoku.output package towards a new Maven artifact with artifact id sudoku-output.
  • Removed the deprecated fields in the GameMatrix interface.
  • BitFreeMatrixInterface interface was removed because it was not intended to be visible by clients.
  • Consolidated the variable lineSeparator names in the output classes to rowSeparator

Changes

  • There's an approach to specify the difficulty in a new overloaded Creator.createRiddle() method (thanks to @Lemkinator ).
  • Some output classes now can have a custom column separator (thanks to @Lemkinator ).