Skip to content

Commit

Permalink
Release 2.5.1. Fix security alerts in dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff committed Oct 21, 2019
1 parent 3161c44 commit d293a9a
Show file tree
Hide file tree
Showing 3 changed files with 780 additions and 314 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const handler = router.getLambdaHandler();

## Custom Routes

A custom route is one that implements the [Route](https://giftbit.github.io/cassava/interfaces/_routes_route_.route.html) interface: it must have a `matches` function that accepts a `RouterEvent` and returns a boolean and at least one of a `handle` function and `postProcess` function.
A custom route is one that implements the [Route](https://giftbit.github.io/cassava/interfaces/_routes_route_.route.html) interface: it must have a `matches` function that accepts a `RouterEvent` and returns a boolean and at least one of: a `handle` function or `postProcess` function.

The details of RouterEvents, handling and post-processing are covered later in this document.

Expand Down
Loading

0 comments on commit d293a9a

Please sign in to comment.