Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Releases: atlet-framework/atlet

1.4.1

Choose a tag to compare

@Hladikes Hladikes released this 22 Aug 09:58

Fix

  • argument in createScript is now optional

1.4.0

Choose a tag to compare

@Hladikes Hladikes released this 22 Aug 08:37

Features

  • html utility added for returning html-only responses (might be useful in frameworks such as htmx)
  • createScript utility added for writing client-side scripts directly in the components

1.3.0

Choose a tag to compare

@Hladikes Hladikes released this 17 Aug 14:47

Breaking change

  • API for using UnoCSS plugin has been changed. Now if you want to use uno, you can do so by providing your own generator instance

1.2.0

Choose a tag to compare

@Hladikes Hladikes released this 17 Aug 09:26

Breaking changes

  • relay was renamed to ctx for 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

Choose a tag to compare

@Hladikes Hladikes released this 24 Jul 20:42

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 Routes type in case you want to define your routes object outside the createHandler function

Chore

  • json, text and redirect util methods moved to util.ts (still exported in mod.ts)

First release

Choose a tag to compare

@Hladikes Hladikes released this 19 Jul 12:36

This is the first release of the Atlet web framework for the Deno runtime. Learn more at Atlet website.