Skip to content

v0.14.0

Compare
Choose a tag to compare
@oscbyspro oscbyspro released this 13 Oct 14:36
· 287 commits to main since this release

Fixed a bug and reduced the number of unchecked values.

GitHub (v0.13.0...v0.14.0)

  • #101 Crash in DoubleWidth
  • #99 Experimental predicate wrappers
  • #98 Experimental predicate wrappers
  • #96 No vanilla protocol extensions (there's one)

New in NBKCoreKit

- func Swift.BinaryInteger/description(radix: Int, uppercase: Bool) -> String
+ func Numberick.NBKCoreInteger/description(radix: Int, uppercase: Bool) -> String

New in NBKDoubleWidthKit

⚠️ Fixed a division bug that was reported by LiarPrincess.