Skip to content

Commit

Permalink
📦 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Mar 1, 2019
1 parent f8b3273 commit 4e0a142
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.15.1
- Added: should not replace sprintf directives
- Added: extra method for swaping incorrect quotes
- Fixed: word tokenizer accounts for wraping chars
- Fixed: no space after dots in numbers
- Fixed: no space in time parts in English
- Fixed: mismatch options for Arabic/English numbers

### 0.15.0
- Added: support prefix: `bi*`, props @zoghal
- Added: support suffix: `*am`, `*at`, `*ash`, `*ei`, `*eid`, `*eem`, `*and`, props @zoghal
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.0 - 2019-01-27
* Virastar - v0.15.1 - 2019-03-01
* https://github.com/juvee/virastar
* Licensed: MIT
*/
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.15.1",
"description": "Cleaning-up Persian Texts!",
"author": {
"name": "juvee"
Expand Down

0 comments on commit 4e0a142

Please sign in to comment.