We are planning zely v1.0. This 0.2 update was developed to stabilize zely and to make it more convenient for users.
Routes
Currently, we are abandoning the current routes and are developing a routes using brackets like the nextjs routes.
For example:
v0.1 | v0.2 | result |
---|---|---|
/pages/$id/index.ts | /pages/[id]/index.ts | /:id/ |
/pages/users/$user.ts | /pages/users/[user].ts | /users/:user |
Building Feature
The build function now supports auto middleware.