Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@nyxb nyxb released this 19 May 00:07
· 2 commits to main since this release

πŸš€ Enhancements

  • 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)

❀️ Contributors