You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eslintrc): update eslint config to use @nyxb/eslint-config π feat(package.json): update dependencies and add new ones π feat(index.ts): add exports for router, matcher, and types π feat(matcher.ts): add new module for route matching π feat(router.ts: Add new module for radix tree router implementation The eslint config has been updated to use the @nyxb/eslint-config package. The package.json file has been updated to include new dependencies and update existing ones. The index.ts file has been updated to export the router, matcher, and types modules. The matcher.ts module has been added to provide route matching functionality. The router.ts module has been added to provide a radix tree router implementation. (f98a66b)
π‘ Chore
eslintrc): disable @next/next/no-html-link-for-pages rule and set React version to 18 π chore(package.json): update dev dependencies π fix(router.ts): fix eslint-disable-next-line comment and add missing assignment β test(matcher.test.ts: Add tests for route matcher and createRoutes function The changes in the .eslintrc file disable a rule that is not relevant to the project and set the React version to 18. The package.json file has updated dev dependencies. The fix in router.ts adds a missing assignment and fixes the eslint-disable-next-line comment. The test file matcher.test.ts has added tests for the route matcher and createRoutes function. (a71b499)
.eslintignore): ignore README.md file in eslint checks π docs(README.md): add documentation for radix-rapid package and its usage π chore(benchmark: Add benchmarking scripts and results for radix-rapid package The first commit adds an ignore rule for README.md file in eslint checks. The second commit adds documentation for the radix-rapid package and its usage. The third commit adds benchmarking scripts and results for the radix-rapid package. (96f7d94)
π¨ Styles
github-assets: Add cover image for Radix Rapid GitHub repository The commit adds a new cover image for the Radix Rapid GitHub repository. The image is located in the .github/assets directory and is named cover-github-radix-rapid.png. (251c8ef)