This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Releases: atlet-framework/atlet
Releases · atlet-framework/atlet
Release list
1.4.1
1.4.0
1.3.0
1.2.0
Breaking changes
relaywas renamed toctxfor sake of being consistent with other frameworks
Notice
I made an error in versioning an open-source library (I will also document this in a readme file). Although the change mentioned above is indeed a breaking change, I have decided to update only the minor version.
P.S. Hopefully, I won't make the same versioning mistake in my next open-source library.
1.1.0
Features
- Now you can write http-method-specific routes within a route path string (
GET /post/:id,POST /post(documentation section comming soon)) - You can import
Routestype in case you want to define your routes object outside thecreateHandlerfunction
Chore
json,textandredirectutil methods moved to util.ts (still exported in mod.ts)
First release
This is the first release of the Atlet web framework for the Deno runtime. Learn more at Atlet website.