CHANGELOG.md
April 19, 2016 ยท View on GitHub
1.8.2
- Close Humanize in UMD wrapper to prevent global variables
1.8.1
- Compress minified file with mangling
1.8.0
- Add precision parameter to fileSize [#70]
- Update tests to use source file and not distribution
1.7.1
- deprecate node v0.8
- fix undefined recursive function for older node versions
1.7.0
- replace coffeescript with ES2016
- UMD wrap library
1.6.0
- update build process
1.5.0
- fix #52
- remove support for node 0.6.x
1.4.2
- fix #41
1.4.1
- documentation update for npm
1.4.0
-
add optional
downCaseTailargument to Humanize.capitalize -
add camelCase aliases
intComma->intcommafileSize->filesizetruncateWords->truncatewordsboundedNumber->truncatenumbertitleCase->titlecase
-
optimize internal
doTitleCasemethod -
remove unused helper methods
-
add default arguments for
truncate
1.3.5
- Release Notes added to README
1.3.4
- fix #33
1.3.3
- fix #27