v0.5.0
-
Adjusted build directory handling for consistency across both modules.
-
Introduced caching for request handlers in both reactRouter and remix functions to optimize performance.
-
Refactored react-router.ts and remix.ts to improve readability and maintainability.
chore: update package dependencies and improve code structure- Updated devDependencies and peerDependencies in package.json for better compatibility.
-
Refactored src/react-router.ts to streamline the Elysia instance creation and improve middleware handling.
-
Enhanced vite.config.ts to conditionally resolve aliases based on the build command.
-
Modified server/index.ts to switch import paths for reactRouter.
chore: update dependencies and improve server configuration- Updated dependencies in package.json for better compatibility and performance.
feat: Add Remix integration plugin and an example project demonstrating its usage.
Merge branch 'main' into main
update previous package.json
feat: optimize
Merge branch 'main' of https://github.com/mjjabarullah/elysia-react-router
chore: type
chore: format
chore:remove prettierrc
Merge pull request #29 from mjjabarullah/mainchore & refactor: bump deps and improve efficiency
chore: bump deps and reformat with tabs
What's Changed
- chore & refactor: bump deps and improve efficiency by @mjjabarullah in #29
Full Changelog: v0.4.4...v0.5.0