What's new in Midje 1.7 - marick/Midje GitHub Wiki
Support for Clojure 1.3 dropped
No warnings under Clojure 1.7
Use of Flare for failure reporting
Flare prints differences between complex expected and actual results. In 1.7, this is an add-on to normal printing and only applies to printing of direct comparisons (actual => expected
). Collection checkers will need a more ambitious solution.
See Customizing reporting & Configuration files for more info.
Fewer dependencies
Midje depends on fewer libraries, making dependency management easier.
Bug fixes