v1.2.3
Maintenance release with a BaseRadix correctness fix for very large power-of-two radixes, new alphabet abstractions, and build stability improvements.
- fix: correct BaseRadix for massive power-of-two bases.
- feat: add UnicodeRangeAlphabet and CharAlphabet interfaces for richer character encoding options.
- refactor: streamline encodeBlock logic in BaseRadix and add byte-handling helpers.
- perf: optimize buffer usage and simplify encodeBlock input handling.
- build: raise the Gradle JVM heap to avoid out-of-memory errors during builds.
Full Changelog: v1.2.2...v1.2.3