Skip to content

1.0.0-beta01

Compare
Choose a tag to compare
@teogor teogor released this 21 Feb 05:15
· 42 commits to main since this release
9e0debb

Changes

- Enhancement

Enhance Sudoku generation with improved combinedSeeds and seed-based tests (#55) by @teogor
Enable easier string conversion with default mappers in Sudoku board functions (#53) by @teogor
Enable encoding and decoding Sudoku boards to/from strings (#52) by @teogor
Introduce SudokuType sealed class (#51) by @teogor
Refactor Seed type to sealed class for improved safety and organization (#49) by @teogor
Enhance Tokenizer with sealed class structure and improved token handling (#48) by @teogor
Enhance SudokuParams.createPuzzle() by introducing SudokuPuzzle data class (#46) by @teogor

- Bug Fixes

Improved accuracy and reliability of BoardCell conversions with comprehensive testing (#54) by @teogor

- Documentation

Prepare release 1.0.0-beta01 (#58) by @teogor
Future-Proofing Sudoku: Deprecate Legacy Flow Types, Migrate to SudokuPuzzle (#57) by @teogor
Updated Docs (#50) by @teogor
Modularize Project Structure: Core, Common, Ktx, Seeds Modules (#47) by @teogor

- Others

Upgrade JVM Target Compatibility to Java 17 (Kotlin) (#56) by @teogor
Missing project URL in pom causing Sonatype service stop failure (#43) by @teogor
Ensure successful publishAllPublicationsToMavenCentral execution (#42) by @teogor

Full Changelog: 1.0.0-alpha04...1.0.0-beta01