- a001404: typesafeBrowserRouter now infers correct paths for relative paths
- a001404: Fixed an issue where mixed paths with children and without would lead to flaky inference of paths
- 1093a48:
typesafeBrowserRouter
: cache union of all paths in router scope
- 1c5a838: Pathless routes with children now correctly infer their path
- 41af0d5: Improve compiler performance for the
href
function returned bytypesafeBrowserRouter
by lazily calculating route params
- 8917a9d:
typesafeBrowserRouter
: no longer requirespathParams
to be passed as an empty object when route does not have dynamic segments
- ce9bf9d: Added new utility
typesafeBrowserRouter
useActionData
now ignores Response objects as expected
- a85b1a7: Add link to github repo to npm
- Fixed re-export of useRouteLoaderData from mistakenly exporting useLoaderData to the right module
- Export
useRouteLoaderData
- 8355264: Patch component
- Add
useLoaderData
hook types - Migrate from pnpm to bun
- Add
makeLoader
,makeAction
utilities Re-exportedActionFunction,
LoaderFunctionand
redirect` for commodity
- 9706126: Fixed files exposed with package.json
- Initial release