Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Perrin committed Dec 22, 2020
1 parent a003b71 commit e49d978
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1

The validation failed action will now be sent throught the entire middleware chain instead of just the middleware that come after `createValidateActionsMiddleware`

# v1.x

This is the start to the project as a useable and supported package. This package has two main exports `makeValidatable`, and `createValidateActionsMiddleware`. For usages you can reference the README.md for 1.x
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "@wwt-as/validated-actions",
"version": "1.0.0",
"version": "1.1.0",
"description": "A middleware and higher order function to enable validation of actions before they ever reach a reducer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e49d978

Please sign in to comment.