Skip to content

Releases: denosaurs/plug

1.0.6

09 Apr 10:20
Compare
Choose a tag to compare

What's Changed

  • chore: add helpful message when --unstable-ffi is not passed by @sigmaSd in #37
  • chore: add JSR imports to deno.json and fmt/lint by @eliassjogreen in #38

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

09 Apr 10:19
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

03 Mar 13:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 - Bump all the dependencies!

03 Oct 10:37
be8a02c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @MierenManz made their first contribution in #30
  • @KatsutoshiOtogawa made their first contribution in #33

Full Changelog: 1.0.2...1.0.3

1.0.2 - support all `Deno.build.os`'s! 💽

24 Apr 17:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

04 Feb 00:40
62a0504
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0 - 🎉 First stable major release! 🎉

18 Jan 23:01
dcda7cd
Compare
Choose a tag to compare

What's Changed

Not much, we have renamed prepare to dlopen and reworked the caching to be less of a dependency while still using the same behaviour as Deno. The download function has been added to simply download and cache a dependency without instantiating it as a Deno dynamic library instance. The only thing that has changed significantly, and that is barely is the FetchOptions which have had a minor overhaul and it's logic reworked. See the examples and docs for more info on that

Full Changelog: 0.5.2...1.0.0

1.0.0-rc.3 - fix remote url options and bad resource id caused by streaming by

30 Sep 17:34
7e85fa9
Compare
Choose a tag to compare

What's Changed

  • fix: remote url options and bad resource id caused by streaming by @eliassjogreen in #19

Full Changelog: 1.0.0-rc.2...1.0.0-rc.3

1.0.0-rc.2 - ensure dirname of basepath instead of basepath

30 Sep 16:42
376dee8
Compare
Choose a tag to compare

What's Changed

Fixes the previous release to not ensure a directory for each new cached file, instead only ensuring the parent directory of where the file will be located.

Full Changelog: 1.0.0-rc.1...1.0.0-rc.2

1.0.0-rc.1 - ensure full cache path exists

30 Sep 16:06
5a27e0e
Compare
Choose a tag to compare

What's Changed

This release patches an issue which arose when there was no initial cache path directory.

Full Changelog: 1.0.0-rc.0...1.0.0-rc.1