1.3.0
String Value Getters are Now More Flexible
- Added defaulted
separator: String = " "
parameter to CollectionstringValue()
methods (#15) - Added defaulted
uppercase: Bool = true
property toRadix
and CollectionstringValue()
/stringValues()
methods
Misc
CustomStringConvertible
now returns radix string value with prefix- Minor documentation updates