Liking cljdoc? Tell your friends :D

0.6.3 (2017-12-24)

  • Fixed load-namespaces to load ancestor namespaces (#35)
  • Fixed halt!, run! and reverse-run! to ignore keys not in system (#36)

0.6.2 (2017-12-09)

  • Fixed dispatch of pre-init-spec not working with composite keys
  • Updated Clojure dependency to 1.9.0 final release

0.6.1 (2017-08-19)

  • Added keys argument to load-namespaces

0.6.0 (2017-08-08)

  • Added pre-init-spec multimethod for adding specs to keys
  • Updated minimum Clojure version to 1.9

0.5.0 (2017-07-28)

  • Added composite references

0.4.1 (2017-07-17)

  • Fixed halting of missing keys when resuming a suspended system

0.4.0 (2017-04-21)

  • BREAKING CHANGE: Changed #ref data reader to #ig/ref (#12)

0.3.3 (2017-03-29)

  • Fixed error caused by sorting keys in exceptions (#17)

0.3.2 (2017-03-28)

  • Fixed ordering problem in build introduced in 0.3.1 (#16)

0.3.1 (2017-03-28)

  • Fixed load-namespaces for composite keys (#14)
  • Wrapped exceptions for build, run! and reverse-run in ExceptionInfo (#11)

0.3.0 (2017-03-17)

  • Added composite keys

0.2.3 (2017-03-09)

  • Changed build to ignore errors for irrelevant keys
  • Changed build to exclude irrelevant keys from the system

0.2.2 (2017-02-18)

  • Fixed dependency-graph to resolve derived refs (#10)

0.2.1 (2017-02-06)

  • Added find-derived-1 function

0.2.0 (2017-01-19)

  • BREAKING CHANGE: Removed default behavior for init-key (#6)
  • Fixed functions that restrict by key to include referenced dependencies
  • Added support for using derived keys
  • Added find-derived function

0.1.5 (2016-12-23)

  • Ensured resume halts missing keys

0.1.4 (2016-12-13)

  • Added load-namespaces function

0.1.3 (2016-12-12)

  • Addedsuspend! and resume functions
  • Added run! and reverse-run! functions (#4)

0.1.2 (2016-12-10)

  • Added ClojureScript support (#5)
  • Added build function for custom initialization (#3)

0.1.1 (2016-12-07)

  • Fixed bug to avoid walking previously expanded keys (#2)
  • Removed expand-1 function

0.1.0 (2016-12-06)

  • Initial release

Can you improve this documentation?Edit on GitHub

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

× close