Releases: denosaurs/plug
Releases Β· denosaurs/plug
1.0.0-rc.0 - π’ Soon to be stable!
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
Full Changelog: 0.5.2...1.0.0-rc.0
0.5.2 - Multi-arch support
What's Changed
- feat: Add architecture option support by @hyp3rflow in #14
New Contributors
- @hyp3rflow made their first contribution in #14
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- feat: UrlOptions for name-less operation which actually works :P
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat: string prepare option, bump deps and new test_ffi by @eliassjogreen in #12
Full Changelog: 0.4.1...0.5.0
v0.4.0 - Deno ffi support
What's Changed
- BREAKING: upgrade to support FFI by @littledivy in #7
New Contributors
- @littledivy made their first contribution in #7
Full Changelog: 0.3.1...0.4.0