Releases: scottrippey/next-router-mock
Releases · scottrippey/next-router-mock
v1.0.4
29 Oct 21:53
Compare
Sorry, something went wrong.
No results found
Patch Changes
3441ec6 : Fix: ensure routeParams are extracted correctly when using object navigation
v1.0.3
29 Oct 21:42
Compare
Sorry, something went wrong.
No results found
Patch Changes
0d305b8 : fix: added missing parameter types to the "replace" method signature
v1.0.2
12 May 18:56
Compare
Sorry, something went wrong.
No results found
Patch Changes
4a75df0 : Removed debugger statement.
v1.0.1
09 May 16:16
Compare
Sorry, something went wrong.
No results found
Patch Changes
c1c9da4 : chore: update package.json exports to include TypeScript types
v1.0.0
09 May 07:39
Compare
Sorry, something went wrong.
No results found
Major Changes
58b058c : # Next 13 App Router Support
Adds support for mocking next/navigation
Adds mockRouter.reset() for easy resetting before tests
v0.9.13
28 Mar 04:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
5afd47b : Add support for parsing search parameter for URLs
v0.9.12
06 Feb 00:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
d2e8fff : Enable MemoryRouterProvider to use the async singleton
v0.9.11
23 Dec 05:10
Compare
Sorry, something went wrong.
No results found
Patch Changes
4603169 : fix: update UrlObject type to match native url module
v0.9.10
25 Sep 14:40
Compare
Sorry, something went wrong.
No results found
Patch Changes
c8270b3 : Updated MemoryRouterProvider to support Next 13.5 (fixes #104 )
v0.9.9
13 Aug 14:52
Compare
Sorry, something went wrong.
No results found
Patch Changes
41e335c : - Better support for the "as" parameter
Implemented correct behavior when "as" path is different than the real path
Fixes #89