Skip to content

Commit 10a9b88

Browse files
committedJul 14, 2015
add CHANGELOG
1 parent 8bb2c00 commit 10a9b88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.0.0 (2015-07-15)
2+
3+
Bugfixes:
4+
5+
- Stop swallowing errors if the prerender service fails.
6+
7+
Before: If the prerender service errors out (e.g., not available and the request times out), the error is swallowed and `next` called with no args.
8+
9+
After: error is passed through to `next`, and `prerender.afterRenderFn` is handed `err` as the first arg. Makes it much easier to know if you're misconfiguring something or forgot to start the prerender server locally when testing.

0 commit comments

Comments
 (0)
Please sign in to comment.