Releases: xinyao27/next-devtools
Releases · xinyao27/next-devtools
Release 0.2.0
0.2.0 (2024-01-11)
Bug Fixes
- core: fix the issue of incompatibility with the src directory when querying routes (10f3021), closes #12
- plugin.ts: check if NODE_ENV is in production before returning rewrites to (371624a)
- provider.tsx: wrap return statement children with fragment to ensure code conformity to JSX standards (df3007c)
Features
Release 0.1.3
Bug Fixes
- fix the exception caused by suffix name when importing after packaging (0c9b222), closes #9
- package.json: add module field pointing to the ES modules output file to allow importing directly from source files in modern environments (f46e32e)
- adjust export to resolve ts import error (2368fb0)
- package.json: correct release script executed during pre-release stage to
prepatch
so that it respects conventional versioning specification (fd4c852) - devtools: exclude package name from getPackages function (1287416)
- remove examples/* from pnpm workspaces (af79090), closes #5
- use env import in place of loadEnvConfig import (2c486f6), closes #6
- use rewrites to proxy the local server. (64693d0)