- Make library compatible with nbb
- Make library compatible with babashka
- Implement
IFn
onLazyVar
.
Same as v0.2.0 but fixes support for Clojure 1.9.0.
Enhancements:
- Better support for GraalVM
native-image
through Java propertyborkdude.dynaload.aot
.
Breaking changes:
- There is now only one single namespace
borkdude.dynaload
, no separate ones for the JVM and CLJS.
Initial release.