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