Releases: VitorLuizC/normalize-text
Releases · VitorLuizC/normalize-text
Version 2.1.3
Version 2.1.3
Changes
- ⚡ Add pure annotations (
/*#__PURE__*/) on pipe calls.
Version 2.1.2
Version 2.1.2
Changes
- ⚡ Mark package as side-effects free, which allow tree-shaking.
- 📝 Change library benefits in
README.md. - 📝 Fix size in library benefits and a small typo.
Version 2.1.1
Version 2.1.1
Changes
- ✨ Improve
normalizeNamereadability. - ⬆️ Upgrade devDependencies.
- 🎨 Apply Prettier to configuration files.
Version 2.1.0
Version 2.1.0
Changes
- feat: Add pipe from
@bitty/pipeand improve composability. - chore: Add keywords to
package.json.
Version 2.0.1
Version 2.0.1
Changes
- fix: type declarations not published to NPM.
- fix: don't generate type declarations for unit tests.
- docs: add package's benefits to
README.md. - chore: mark as side-effects free.
Version 2.0.0
Version 2.0.0
Changes
- feat: Export
capitalizeFirstLetterfunction. - feat: Named export
normalizeTextfunction (still exported as default for ESM too). - chore: Splitted every function into a file and every function test into a file too.
- chore: Unit tests was rewritten.
- docs:
README.mddocs was rewritten. - docs: Add Install from CDN section to
README.md.
Version 1.0.0
Version 1.0.0
Changes
- feat:
uncoupleis no longer a dependency. - chore: Code was rewritten in TypeScript (as strict as possible).
- chore: Unit tests was rewritten with Jest instead of AVA.
- chore: We're now using Yarn instead of NPM as package manager.
Version 0.5.0
Version 0.5.0
Changes
- chore: Upgrade devDependencies.
- chore: Use Prettier as code-style formatter.
Version 0.4.4
Version 0.4.4
Changes
- feat: Graceful degradates on unsupported environments, replacing normalize by an identity function.
- feat: Polyfills
reduceRightfunction when not available.
Version 0.4.3
Version 0.4.3
Changes
- feat: Upgrade dependencies and reduce 10x size.
- feat: Add package entries (
umd:mainandjsdelivr). - chore: Remove
test/andsrc/folders.