Skip to content

Commit

Permalink
When setting a field to null or undefined, clear it.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Mar 7, 2019
1 parent 93eb784 commit 4f3a0d0
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 267 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
},
"rules": {
"class-methods-use-this": "off",
"function-paren-newline": "off",
"jsx-a11y/img-has-alt": "off",
"object-curly-newline": "off",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v0.2.5
* When setting a field to null or undefined, clear it.


## v0.2.4
* Apply same guard rules for all string types so format and pattern are enforced. This is needed because it is very common to need a text field type for a URL due to sizes often being greater than 255 bytes.

Expand Down
Loading

0 comments on commit 4f3a0d0

Please sign in to comment.