Liking cljdoc? Tell your friends :D

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.0]

Added

  • New assertions called-once-with-args? and called-at-least-once-with-args?.

[0.5.0]

Removed

  • Support for ClojureScript. Please pin to 0.4.0 if you need it.

Changed

  • bond.james/calls throws an exception if the function hasn't been spied or stubbed.
  • Tests against Clojure 1.10 (bumped from 1.7).

[0.4.0]

Added

  • New assertions called?, called-times?, and called-with-args?.

[0.3.2]

Changed

  • bond.james/stub! and bond.james/with-stub! throw with an explanation when :argslist is missing.

[0.3.1]

Added

  • Improved support for stubbing private functions.

Changed

  • Removed runtime dependencies on Clojure and ClojureScript.

[0.3.0]

Added

  • bond.james/with-stub! which throws an exception when there's an arity mismatch.

Can you improve this documentation? These fine people already did:
Dan Carley & Andrew Welton
Edit on GitHub

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

× close