Skip to content

Releases: tera-ny/couscous

newrelease

17 Apr 10:29
914adb1
Compare
Choose a tag to compare

What's Changed

  • optinal rest parameterの追加とテスト拡充 by @tera-ny in #2
  • Create LICENSE by @tera-ny in #4

Full Changelog: 0.0.5...0.0.6

new release

13 Apr 14:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.4...0.0.5

new release

03 Apr 14:14
Compare
Choose a tag to compare

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

29 Mar 13:55
Compare
Choose a tag to compare

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

27 Mar 16:15
1b4c52a
Compare
Choose a tag to compare

diff

  • remove import map
  • add README.md

Full Changelog: 0.0.1...0.0.2

first release

27 Mar 15:56
Compare
Choose a tag to compare

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