Releases: VitorLuizC/normalize-text
Releases · VitorLuizC/normalize-text
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
types
entry on package's exports in order to fix anodenext
module resolution error.Thanks to @rayzr522 for PR #19.
-
⬆️ Upgrade devDependencies;
-
📝 Fix
README.md
bundlephobia badges;
Version 2.4.0
- ⬆️ Update dependencies and devDependencies;
- 📦 Add support to NodeJS ESM (
.mjs
or using"type": "module"
);
Version 2.3.3
Version 2.3.3
Changes
- 🏷 Fix
exceptions
type 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/pipe
in 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-typescript2
andts-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
normalize
method exists inString
constructor.
Version 2.1.3
Version 2.1.3
Changes
- ⚡ Add pure annotations (
/*#__PURE__*/
) on pipe calls.