Skip to content

v0.3.0

Compare
Choose a tag to compare
@Danilqa Danilqa released this 03 Oct 12:32
· 50 commits to main since this release
9f2cc58

What's new

1. Methods in Filenames (#6)
You can now specify a method in filenames, which works with all route types. For example, login.[post].ts, [id].[patch].ts, and even [...tags].[get].ts! For more information, refer to the new section in the documentation. Thanks, @angelhdzmultimedia, for this awesome idea.

2. Ability to use catch-all in the middle of the URL (#7)
Now, the image-proxy/[...operations]/url/[image].ts is valid.