Skip to content

Commit

Permalink
📦 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Feb 23, 2020
1 parent 688929b commit 2d3c559
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.19.1
- Added: cleaning more than one of diacritic chars on `fix_diacritics`, props @languagetool-org
- Added: extra method for converting persian numbers back
- Added: fix another arabic kaf char on `fix_misc_non_persian_chars`
- Added: removes space before common domain tlds on `fix_spacing_for_punctuations`
- Added: replace comma between numbers to thousands separators on `fix_numeral_symbols`
- Added: support for man tan shan suffixes
- Changed: begin/end space cleanup after preservers
- Changed: extract diacritics fixes as new option: `fix_diacritics`
- Changed: yet another pattern for preserving URIs, ([ref](https://stackoverflow.com/a/6927878/))
- Fixed: fix ha haye before other suffixes
- Fixed: support for more punctuation types after suffixes

### 0.19.0
- Added: (undocumented) fix heh + ye, alternative to `fix_hamzeh`
- Added: cleaning whitespace/zwnj between new-lines on `cleanup_spacing`
Expand Down
2 changes: 1 addition & 1 deletion lib/virastar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Virastar - v0.19.0 - 2020-02-03
* Virastar - v0.19.1 - 2020-02-23
* https://github.com/brothersincode/virastar
* Licensed: MIT
*/
Expand Down
Loading

0 comments on commit 2d3c559

Please sign in to comment.