This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
v1.40.0
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
andI
/ı
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
tolodash-es
. index.js
has been rewritten to use ES6 Module import and export logic, instead of Node'srequire
logic.