Skip to content

1.3.0

Compare
Choose a tag to compare
@orchetect orchetect released this 17 Nov 03:10
· 35 commits to main since this release

String Value Getters are Now More Flexible

  • Added defaulted separator: String = " " parameter to Collection stringValue() methods (#15)
  • Added defaulted uppercase: Bool = true property to Radix and Collection stringValue()/stringValues() methods

Misc

  • CustomStringConvertible now returns radix string value with prefix
  • Minor documentation updates