Releases: VitorLuizC/normalize-text
Releases · VitorLuizC/normalize-text
Version 2.6.0
-
🐛 Fix
normalizeNamenot 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
yarnwithnpmas package manager.
Version 2.5.0
-
✨ Provide tagged string template function for
normalizeWhiteSpaces.normalizeWhiteSpaces` Now you can write long texts and can even line break them in the code without having to rely on the uncanny ' + \n ` //=> "Now you can write long texts and can even line break them in the code without having to rely on the uncanny ' + \n"
Thanks to @phuvinhbmt for PR #21.
Version 2.4.1
-
🐛 Add
typesentry on package's exports in order to fix anodenextmodule resolution error.Thanks to @rayzr522 for PR #19.
-
⬆️ Upgrade devDependencies;
-
📝 Fix
README.mdbundlephobia badges;
Version 2.4.0
- ⬆️ Update dependencies and devDependencies;
- 📦 Add support to NodeJS ESM (
.mjsor using"type": "module");
Version 2.3.3
Version 2.3.3
Changes
- 🏷 Fix
exceptionstype innormalizeName's JSDoc. - ⬆️ Upgrade devDependencies.
Version 2.3.2
Version 2.3.2
Changes
- 🐛 Change substitution pattern that was too wide, to preserve letters like ß in
normalizeDiacritics.
Thanks to @chocolateboy for issue #9. - ⬆️ Upgrade
@bitty/pipe.- It just reduces our bundle size a bit.
- ⬆️ Upgrade devDependencies.
Version 2.3.0
Version 2.3.0
Changes
- ⚡ Bundle
@bitty/pipein UMD bundles and use as external in ESM and CommonJS. - 🏗 Use Rollup.js instead of bili (a Rollup.js abstraction) to bundle sources.
- 🏗 Transpile sources and unit tests with TypeScript.
- 🔥 Remove
rollup-plugin-typescript2andts-jest. - ⬆️ Upgrade devDependencies.
Version 2.2.1
Version 2.2.0
Version 2.2.0
Changes
- ✨ Add source-maps for transpiled JavaScript modules and type declarations.
Version 2.1.4
Version 2.1.4
Changes
- ⬆️ Upgrade devDependencies.
- 🐛 Fix a small type error checking if
normalizemethod exists inStringconstructor.