humanize-string

Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz

MIT License

Downloads
1.1M
Stars
104
Committers
4

Bot releases are hidden (Show)

humanize-string - Latest Release

Published by sindresorhus about 3 years ago

Breaking

  • Require Node.js 12.20 8017e0d
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/humanize-string/compare/v2.1.0...v3.0.0

humanize-string -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#3) 6a8de4f

https://github.com/sindresorhus/humanize-string/compare/v2.0.0...v2.1.0

humanize-string -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 6 76c994a

Enhancements:

  • Add TypeScript definition (#2) 5fadce6

https://github.com/sindresorhus/humanize-string/compare/v1.0.2...v2.0.0