Skip to content

Releases: tatethurston/nextjs-routes

v0.0.12

04 Jul 19:22
e354731
Compare
Choose a tag to compare

What's Changed

  • Removed reexports of next/link and next/router.

This means replacing imports of next/link with nextjs-routes/link and next/router with nextjs-routes/router is no longer necessary:

-import Link from "nextjs-routes/link";
+import Link from "next/link";
-import { useRouter } from 'nextjs-routes/router'
+import { useRouter } from 'next/router'
  • Added windows support

Full Changelog: v0.0.11...v0.0.12

v0.0.11

23 Jun 22:03
Compare
Choose a tag to compare
  • This library now ships ESM exclusively, the CommonJS exports have been removed. This works out of the box with NextJS' build process and jest config.

v0.0.10

17 Jun 04:07
c37677f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

16 Jun 23:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

11 Apr 20:56
72db533
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.8

v0.0.7f

08 Apr 22:52
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7f

v0.0.6

25 Mar 23:42
Compare
Choose a tag to compare
update readme

v0.0.5

25 Mar 21:33
Compare
Choose a tag to compare
v0.0.5

v0.0.4

25 Mar 20:45
Compare
Choose a tag to compare
inline all type requirements

v0.0.3

25 Mar 18:51
Compare
Choose a tag to compare
override nextjs types