Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Dec 18, 2018
1 parent c695435 commit c262a2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# History
----

## 1.10.1 / 2018-12-18

- support override warning

## 1.10.0 / 2018-10-17

- revert promise
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@ const fields = {
};
```

## FAQ

### avoid warning

```js
var Schema = require('async-validator');
Schema.warning = function(){};
```

## Test Case

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-validator",
"version": "1.10.0",
"version": "1.10.1",
"description": "validate form asynchronous",
"keywords": [
"validator",
Expand Down

0 comments on commit c262a2b

Please sign in to comment.