Skip to content

v0.1.12-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@OktarinTentakel OktarinTentakel released this 28 Sep 13:38
· 7 commits to master since this release

Units Module
// added Units module
// implemented Units:asCurrency to render currency values
// implemented Units:asFileSize to render human-readable file sizes
// implemented Units:asDecimal to render decimal numbers
// reworked event name normalization in Events, now allowing ':' and '_' as event name parts, additionally, normalization will now warn if name normalization changes the name
// added tolLowerCase parameter to Strings:slugify
// fixed locale string casting bug in Dates:format
// fixed Strings:trim documentation
// upped version to 0.1.12-beta