v0.0.17
What's Changed
- re-export types from
next/link
andnext/router
by @sachinraja. - remove prettier as a peer dependency by @sachinraja.
- enable src/pages for windows users.
- routes are now generated for routes that start with
_
._app
,_document
,_error
andmiddleware
are excluded. - gracefully handles missing pages directory and no pages.
Full Changelog: v0.0.16...v0.0.17