Releases: denosaurs/plug
1.0.6
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
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- fix: changes for publishing to
jsr.io
by @littledivy in #35
Full Changelog: 1.0.3...1.0.4
1.0.3 - Bump all the dependencies!
What's Changed
- fix: Typo's by @MierenManz in #30
- chore: bump deps by @load1n9 in #32
- docs(README, mod.ts): update code example by @KatsutoshiOtogawa in #33
- chore: bump dependencies by @eliassjogreen in #34
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! 💽
What's Changed
- feat: support for more operating systems by @load1n9 in #28
- fix: unix like os
getCrossOption
by @eliassjogreen in #29
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0 - 🎉 First stable major release! 🎉
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
- feat!: new cache and totally overhauled interface by @eliassjogreen in #15
- fix: ensure full cache path by @eliassjogreen in #16
- fix: ensure dirname of basepath instead of basepath by @eliassjogreen in #18
- fix: remote url options and bad resource id caused by streaming by @eliassjogreen in #19
- fix: make file writable after copy to cache by @eliassjogreen in #22
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
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
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.
- fix: ensure dirname of basepath instead of basepath by @eliassjogreen in #18
Full Changelog: 1.0.0-rc.1...1.0.0-rc.2
1.0.0-rc.1 - ensure full cache path exists
What's Changed
This release patches an issue which arose when there was no initial cache path directory.
- fix: ensure full cache path by @eliassjogreen in #16
Full Changelog: 1.0.0-rc.0...1.0.0-rc.1