Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 759ad7e

Browse files
committed
Publish v2.4.0
- Add support for base64 encoding in responses returned from SSR pages and API endpoints - Reduce the number of rewrites generated by skipping SSG & HTML pages with static routing. These pages are routed automatically by Netlify ([#26](#26)) - Limit the default number of lines of build output to 50. More or fewer lines can be shown by running `next-on-netlify` with the option `--max-log-lines XX`. See `next-on-netlify --help` and [this comment](#26 (comment)). - Remove workaround for making `404.html` work with `netlify dev`. The workaround is no longer required because [`netlify dev` has been patched](netlify/cli#1159).
1 parent 565180e commit 759ad7e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.4.0 (2020-09-05)
4+
5+
- Add support for base64 encoding in responses returned from SSR pages and API
6+
endpoints
7+
- Reduce the number of rewrites generated by skipping SSG & HTML pages with
8+
static routing. These pages are routed automatically by Netlify ([#26](https://github.com/netlify/next-on-netlify/issues/26))
9+
- Limit the default number of lines of build output to 50. More or fewer lines can be shown by running `next-on-netlify` with the option `--max-log-lines XX`. See `next-on-netlify --help` and [this comment](https://github.com/netlify/next-on-netlify/issues/26#issuecomment-660684261).
10+
- Remove workaround for making `404.html` work with `netlify dev`. The
11+
workaround is no longer required because [`netlify dev` has been patched](https://github.com/netlify/cli/pull/1159).
12+
313
## 2.3.2 (2020-08-04)
414

515
- Fix: Bump elliptic to v6.5.3 to fix [CVE-2020-13822](https://github.com/advisories/GHSA-vh7m-p724-62c2)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)