- Added checking for Latin characters using remove-accents
Breaking changes
Exporting the main file with module.exports instead of exporting the function (on index, react and preact)
...
- exports.takeParts = function (str, search) {
+ module.exports = function (str, search) {
...