Skip to content

Commit

Permalink
📦 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Apr 12, 2019
1 parent 81307a9 commit 654e214
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.16.0
- Added: support more misc non Persian chars, props @ebraminio/persiantools
- Added: new option: `fix_punctuations`
- Fixed: better prototype structure
- Fixed: cleanup zwnj as standalone method

### 0.15.1
- Added: should not replace sprintf directives
- Added: extra method for swaping incorrect quotes
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,14 @@ _all options are **enabled** by default._


* `fix_misc_non_persian_chars`
- replace Arabic kaf and Yeh with its Persian equivalent
- replace Arabic kaf with its Persian equivalent
- replace Arabic/Urdu/Pushtu/Uyghur Yeh with its Persian equivalent
- replace Kurdish He with its Persian equivalent


* `fix_punctuations`
- replace `%`, `,`, `;` with its Persian equivalent

* `fix_question_mark`
- replace question marks with its Persian equivalent

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.15.1 - 2019-03-01
* Virastar - v0.16.0 - 2019-04-12
* https://github.com/brothersincode/virastar
* Licensed: MIT
*/
Expand Down
5 changes: 2 additions & 3 deletions lib/virastar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virastar",
"version": "0.15.1",
"version": "0.16.0",
"description": "Cleaning-up Persian Texts!",
"author": {
"name": "juvee"
Expand Down

0 comments on commit 654e214

Please sign in to comment.