Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

v1.40.0

Compare
Choose a tag to compare
@manuelaugustin manuelaugustin released this 24 Sep 13:36
· 1521 commits to develop since this release

Bugs:

  • Fixes a bug that caused keywords beginning with the Turkish characters İ / i and I / ı not to be recognized when changing that character from lowercase to uppercase and vice versa.

Enhancements:

  • Exposes word boundaries for use in other libraries or applications.

Changed:

  • Drops TypeScript support.
  • Changes all usage of lodash to lodash-es.
  • index.js has been rewritten to use ES6 Module import and export logic, instead of Node's require logic.