Liking cljdoc? Tell your friends :D

Changelog

1.0.0

Features

  • Add documentation and improvements for full public release. (the below are all part of this PR)
  • Separate Reagent and vanilla React rendering so users that don't use Reagent don't need to add it as a dependency.
  • Support primitive values in is.
  • Support custom formatters-ns.
  • Infer default test-src-dirs based on classpath.
  • Support wrapping matchers in is and enforce that matchers must be inside of is. Support negated matchers based on (is (not ...)) usage.
  • Add fake timers support, and expose functions via cljest.timers namespace. Automatically handle fake timer support for user-event helpers.
  • Expose consistent promise API for user-event helpers.

Improvements

Bugfixes

Internal

  • Consistently use ^:private internally.
  • Separate dependencies that are core to the public package and secondary/internal, such as formatting and release packages.
  • Use minimal cljest.edn file internally.
  • Add example test based on component test docs.

1.0.0-alpha2

Features

Vulnerabilities

Internal

0.9.0-alpha1

  • Initial released alpha version based on prior work. Publicly available but not announced.

Can you improve this documentation?Edit on GitHub

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

× close