Release 0.9.1
What's changed/was fixed?
- variables are now stored as
string
instead of[]byte
appending astring
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 )