Skip to content

Releases: satyarohith/sift

0.6.0 / 11 September 2022

11 Sep 17:27
3e0baa4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0 / 24 March 2022

23 Mar 19:38
3b8c461
Compare
Choose a tag to compare

What's Changed

Note:

You will encounter type errors with this release. It's a known upstream issue and will be resolved in a future deno release.

Please use --no-check=remote flag with deno run.

Example:

deno run -A --no-check=remote main.ts

Full Changelog: 0.4.4...0.5.0

0.4.4 / 23 March 2022

23 Mar 16:59
5e74ee4
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @retog made their first contribution in #58

Full Changelog: 0.4.3...0.4.4

0.4.3 / 27 January 2022

27 Jan 08:48
f167eaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2 / 24 October 2021

24 Oct 16:55
3a05c27
Compare
Choose a tag to compare

0.4.1 / 24 October 2021

23 Oct 23:09
c989a8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0 / 18 October 2021

17 Oct 18:53
1eee3df
Compare
Choose a tag to compare

Hey! 👋

This release includes the following changes:

  1. serveStatic now uses Deno.readFile, enabling it to work on Deno.
  2. Sift now uses URLPattern instead of path-to-regex to process path patterns. It's a breaking change for users who use wildcard path patterns.

You can now run Sift apps using Deno 🚀

Full Changelog: 0.3.6...0.4.0

0.3.6 / 17 October 2021

17 Oct 15:54
54cfe8c
Compare
Choose a tag to compare

This release enables you to run all Sift apps using deno CLI instead of deployctl.
But I didn't update the docs as I want to do some breaking changes and make Sift better, for real.

0.3.5 / 26 July 2021

26 Jul 17:03
Compare
Choose a tag to compare

Well, I'm breaking something with every release. I hope nothing breaks this time. 😄

GitHub sets CSP header with its raw.githubusercontent.com assets which causes a lot of pain
when we embed them. The fix in 0.3.4 for serveStatic didn't use the function responsible
for header removable, and this release uses the function thanks to @sylc.

Cheers!

0.3.4 / 17 July 2021

17 Jul 16:36
6bb8a2c
Compare
Choose a tag to compare

This patch release includes, of course, a patch for serveStatic. 😄

0.3.3 introduced changes that were mutating immutable headers and broke serveStatic.

Now it's working as expected. Enjoy!

Thanks!