Skip to content

Commit

Permalink
Merge pull request #15 from Marketto/release/1.0.7
Browse files Browse the repository at this point in the history
v 1.0.7
  • Loading branch information
Marketto authored Apr 27, 2020
2 parents 302acfd + 394732d commit cd55655
Show file tree
Hide file tree
Showing 30 changed files with 4,566 additions and 2,404 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"mochaExplorer.exit": true,
"mochaExplorer.files": ["test/**/*.js","test/**/*.ts"],
"mochaExplorer.require": "ts-node/register",
"jshint.enable": false
"jshint.enable": false,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.enable": true,
"editor.detectIndentation": false
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

# *diacritic-remover* changelog
## 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)
Expand Down
Loading

0 comments on commit cd55655

Please sign in to comment.