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

Tags: netlify/next-on-netlify

Tags

v3.0.1

Toggle v3.0.1's commit message
Publish v3.0.1

- move execa to prod dep

v3.0.0

Toggle v3.0.0's commit message
Publish v3.0.0

- fix @sls-next by inlining isDynamicRoute

v2.9.0

Toggle v2.9.0's commit message
Publish v2.9.0

- add support for background functions in api pages only ([#171](#171))
- remove next as peer dependency ([#167](#167))
- add watch mode ([#162](#162))

v2.8.7

Toggle v2.8.7's commit message
Publish v2.8.7

- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](#163))
- Chore: support node 15

v2.8.6

Toggle v2.8.6's commit message
Publish v2.8.6

- Fix: image url in imageFunction ([#159](#159))

v2.8.5

Toggle v2.8.5's commit message
Publish v2.8.5

- Put back next/image support ([#158](#158))
- Fix: strip file extension when checking if route is dynamic ([#155](#155))
- Fix: prevent copy of .public to .public ([#146](#146))
- Fix: add check if pages-manifest exists before reading ([#147](#147))
- Fix: throw error if .next/static cannot be found ([#148](#148))
- Fix: remove unnecessary * from headers rule ([#152](#152))

v2.8.4

Toggle v2.8.4's commit message
Publish v2.8.4

- Fix: check existence of dirs before reading them in file tracking logic ([#150](#150))

v2.8.3

Toggle v2.8.3's commit message
Publish v2.8.3

- Revert next/image support until jimp module issue is resolved ([#149](#149))
- Revert route/redirect sorting logic to static then dynamic ([#145](#145))
- Fix: incorrect headers syntax & broken local cypress ([#144](#144))

v2.8.2

Toggle v2.8.2's commit message
Publish v2.8.2

- Fix: failing windows test for file tracking ([#142](#142))

v2.8.1

Toggle v2.8.1's commit message
Publish v2.8.1

- Fix: file tracking bug where publishDir was being used for functons cleaning too ([#ba41f](ba4f141))