Liking cljdoc? Tell your friends :D

Note: full dependency coordinates (Maven/deps/Lein) are provided on the Clojars page

Unreleased

Fixed

  • Handle exception in interop/on-load when in an environment that does not support goog.events/listen (e.g. React Native). See #604.

1.0.0-rc5 (2020-07-04)

Changed

  • Revert changes in 1.0.0-rc4 as 'fixed' bug was a false positive.

1.0.0-rc4 (2020-07-04)

Changed

  • ~Change impl of execution of global interceptor functions in attempt to fix supposed order execution bug that later turned out to be a false positive.~

1.0.0-rc3 (2020-05-27)

Changed

  • Upgrade binaryage/devtools to 1.0.2

Fixed

  • Fix ReferenceError exception in Web Worker. See #614 and #615. Might also fix use in React Native. See #604.

1.0.0-rc2 (2020-05-23)

Fixed

  • Fix cljdoc config (doc/cljdoc.edn) with updated docs/ structure.

1.0.0-rc1 (2020-05-16)

Added

  • Add support for cljs-oss/canary builds. See #478.
  • Add global interceptors. See #570.
  • Add cljdoc config. See #592
  • Add missing docstrings to re-frame.core cs. See #588

Fixed

  • Fix documentation for re-frame.core ns. See #456 and #216
  • Fix excessive overwriting handler warnings. See #204.
  • Consistently use (co)effect helpers. See #548. Thanks to @mbertheau.
  • Fix use of deprecated reagent/render for reagent.dom/render. See #577. Thanks to @pathammer
  • Fix support for layer 3 subscriptions in clj environment. See #541. Thanks to @dawran6.
  • Fix infer externs warnings. See #591.

Changed

  • Change sample apps to use source files from the repo checkout instead of re-frame release artifacts.
  • Upgrade shadow-cljs to 2.8.110
  • Upgrade lein-shadow to 0.2.0
  • Upgrade ClojureScript to 1.10.764

Removed

  • Remove doctoc. See #581
  • Remove GitBook. See #580

0.12.0 (2020-03-08)

Changed

  • Upgrade reagent to 0.10.0. Important: If using re-frame-10x you need to upgrade to 0.6.0. If using re-com you need to upgrade to 2.8.0.

0.11.0 (2020-01-20)

Everything in 0.11.0-rc1 to 0.11.0-rc4 or in other words the same as 0.11.0-rc4.


0.11.0-rc4 (2020-01-16)

Changed

  • Upgrade reagent to 0.9.1
  • Clarify debug interceptor log message. See #546. Thanks to @mbertheau
  • Refactoring of fx-handler->interceptor. See #547. Thanks to @mbertheau
  • Upgrade shadow-cljs to 2.8.83
  • Upgrade ClojureScript to 1.10.597
  • Upgrade lein-git-inject to 0.0.11

Added

Can you improve this documentation? These fine people already did:
Isaac Johnston & Mike Thompson
Edit on GitHub

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

× close