Skip to content

Releases: VitorLuizC/normalize-text

Version 2.1.3

17 Aug 14:42

Choose a tag to compare

Version 2.1.3

Changes

  • ⚡ Add pure annotations (/*#__PURE__*/) on pipe calls.

Version 2.1.2

17 Aug 14:29

Choose a tag to compare

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

17 Aug 14:25

Choose a tag to compare

Version 2.1.1

Changes

  • ✨ Improve normalizeName readability.
  • ⬆️ Upgrade devDependencies.
  • 🎨 Apply Prettier to configuration files.

Version 2.1.0

17 Aug 14:10

Choose a tag to compare

Version 2.1.0

Changes

  • feat: Add pipe from @bitty/pipe and improve composability.
  • chore: Add keywords to package.json.

Version 2.0.1

17 Aug 06:01

Choose a tag to compare

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

17 Aug 05:53

Choose a tag to compare

Version 2.0.0

Changes

  • feat: Export capitalizeFirstLetter function.
  • feat: Named export normalizeText function (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.md docs was rewritten.
  • docs: Add Install from CDN section to README.md.

Version 1.0.0

17 Aug 05:39

Choose a tag to compare

Version 1.0.0

Changes

  • feat: uncouple is 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

06 Jul 18:48

Choose a tag to compare

Version 0.5.0

Changes

  • chore: Upgrade devDependencies.
  • chore: Use Prettier as code-style formatter.

Version 0.4.4

10 Sep 19:28

Choose a tag to compare

Version 0.4.4

Changes

  • feat: Graceful degradates on unsupported environments, replacing normalize by an identity function.
  • feat: Polyfills reduceRight function when not available.

Version 0.4.3

17 Aug 19:42

Choose a tag to compare

Version 0.4.3

Changes

  • feat: Upgrade dependencies and reduce 10x size.
  • feat: Add package entries (umd:main and jsdelivr).
  • chore: Remove test/ and src/ folders.