1.0.0-beta01
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
IntroduceSudokuType
sealed class (#51) by @teogor
RefactorSeed
type tosealed class
for improved safety and organization (#49) by @teogor
Enhance Tokenizer with sealed class structure and improved token handling (#48) by @teogor
EnhanceSudokuParams.createPuzzle()
by introducingSudokuPuzzle
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 toSudokuPuzzle
(#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