
# *diacritic-remover* changelog
## 1.0.8
* Fixed Script src in README
## 1.0.7
* Implemented Unicode Marker Regexp compatibility (List of markers for JSCRE engine)
* Tests are spread into multiple files
* Implemented Tests and simulator for environments unsupporting Unicode Marker RegExp
* Updated dependencies
## 1.0.6
* Improved dictionaries
* Optimized packages (js, mjs, iife-bundle)
* Demo
  * Angular (ts)
  * Express (cjs)
  * jQuery (bundle)
  * React (mjs)
  * Svelte (mjs)
  * Vue (mjs)
## 1.0.5
* Fixed package.json and rollup config
* dist contains es module, cjs, iife bundle and iife bundle minified
* Improved test coverage
* Fixed case utils
* Improved Validator and InsensitiveValidator complexity
## 1.0.4
* tsLint code review
* Fixed rollup config for iife
## 1.0.3
* added input char in matcher, insensitiveMatcher and matcherBy outputs
* Changelog moved into CHANGELOG.md
## 1.0.2
* matcherBy Refactoring
## 1.0.1
* matcherBy fix
* type d.ts
* source maps
## 1.0.0
* First version