Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Apr 16, 2015
1 parent a2543f6 commit ab48457
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Changelog

## 2.0.1
### Bug fixes
- Load config after args is parsed #27

## 2.0.0
+ Support for checking the letter Ё (`--check-yo` or `checkYo: true`).
+ Dictionary of `.yaspellerrc` and specified on the command line are used together.
+ Setting `fileExtensions` is not used for checking one file (`yaspeller -l ru my_file.txt`).
+ Added report `error_dictionary` for the collection of typos in files.
- Support for checking the letter Ё (`--check-yo` or `checkYo: true`).
- Dictionary of `.yaspellerrc` and specified on the command line are used together.
- Setting `fileExtensions` is not used for checking one file (`yaspeller -l ru my_file.txt`).
- Added report `error_dictionary` for the collection of typos in files.

## 1.1.0
+ Use settings `excludeFiles` and `fileExtensions` for checking one file.
+ Support for regular expressions #18.
+ Fixed detection format #19.
- Use settings `excludeFiles` and `fileExtensions` for checking one file.
- Support for regular expressions #18.
- Fixed detection format #19.

## 1.0.6
- Update deps in package.json.
Expand All @@ -23,7 +27,6 @@
### Bug fixes
- npm: Fix LF.


## 1.0.3
### Bug fixes
- Crash of Yaspeller when try Habrahabr url #22.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"yaspeller": "./bin/yaspeller"
},
"description": "Search tool typos in the text, files and websites",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/hcodes/yaspeller",
"repository": {
Expand Down

0 comments on commit ab48457

Please sign in to comment.