Liking cljdoc? Tell your friends :D

Changelog

Unreleased

v1.0.5

  • ⚠️ You'll need to update your native-image command line ⚠️ - Adapt to GraalVM deprecation
    • The Graal team has deprecated automatic discovery of GraalVM native-image Feature classes. They feel it is safer for you to explicitly opt in when enabling features.
    • Since graal-build-time was implemented as an auto-discovered Feature class, we have adapted to this change.
    • After upgrading, you need to add --features=clj_easy.graal_build_time.InitClojureClasses to your native-image command line.

v0.1.4

  • Our output lines during a native-image build are now identified with prefix [clj-easy/graal-build-time] #18
  • Child package hello.world from classpath element x is now properly excluded when parent package hello occurs in classpath element y #17
  • Add source control management (scm) info within our jar so that clojars and others can point back to our github repo #19

v0.1.3

  • Package hello_world is no longer excluded due to erroneously being considered a child of package hello #12

v0.1.2

  • Stop asking native-image to register blank packages, it ascribes this to mean a request to register all packages #11
  • Properly analyze clojure.* packages on Windows when working from jar file #11

v0.1.0

  • First 0.1.x release!

v0.0.x

  • Initial test releases

Can you improve this documentation? These fine people already did:
Lee Read & lread
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close