Skip to content

Release 0.9.1

Compare
Choose a tag to compare
@deankarn deankarn released this 11 Sep 20:32
· 67 commits to master since this release

What's changed/was fixed?

  • variables are now stored as string instead of []byte appending a string to a byte array is faster that appending another []byte...who knew
  • l10n functions such as FmtNumber, FmtCurrency... now return string instead of []byte for easier use and potential optimization for the backend in the future ( if needed )