Skip to content

1.1.0

Compare
Choose a tag to compare
@orchetect orchetect released this 22 Feb 22:35
· 58 commits to main since this release
467ea90

API Changes

  • Radix(T, base:) init is now a failable init? instead of defaulting to base 10
  • Removed <<<< and >>>> nibble shift operators (redundant and reduces potential for global operator collision)

Misc

  • Improved resiliency to potential category method namespace collisions
  • Various internal improvements
  • README updated