Skip to content

Version 2.6.0

Latest
Compare
Choose a tag to compare
@VitorLuizC VitorLuizC released this 24 Mar 17:42
7d78486
  • 🐛 Fix normalizeName not formatting correctly names with hyphens.

    normalizeName("Jean-Roger Johnson")
    //=> 'Jean-Roger Johnson'

    Thanks to @johannrichard for issue #23.

  • 🏷️ Support readonly arrays in the normalizeText.

  • ⬆️ Upgrade devDependencies and replace yarn with npm as package manager.