Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

58 lines (39 loc) · 1.31 KB

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

1.4.1

  • documentation update for npm

1.4.0

  • add optional downCaseTail argument to Humanize.capitalize

  • add camelCase aliases

    • intComma -> intcomma
    • fileSize -> filesize
    • truncateWords -> truncatewords
    • boundedNumber -> truncatenumber
    • titleCase -> titlecase
  • optimize internal doTitleCase method

  • remove unused helper methods

  • add default arguments for truncate

1.3.5

1.3.4

1.3.3