Releases: tera-ny/couscous
Releases · tera-ny/couscous
newrelease
new release
new release
feature
Support for path with the multiple same dynamic ID (e.g. /users/[id]/hoge/[id]
)
other
add converter tests, and refactoring
Full Changelog: 0.0.3...0.0.4
new release
feature
- Adding variable scope to the switch case statement used within the generated route function, allows the same dynamic variable name to be used in different paths.
It can now be used in the following cases
/users/[id]
/items/[id]
Full Changelog: 0.0.1...0.0.3
second release
first release
Couscous is a utility tool for next.js that automatically generates route functions by scanning .ts and .tsx files under the pages directory.
Full Changelog: https://github.com/tera-ny/couscous/commits/0.0.1