Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 1.43 KB

0.3.0 (2020-08-19)

  • Extract most of the code to separate task project
  • Support :format sequence for multiple outputs
  • Add file wildcard globbing via :files
  • Add support for resource paths via :files
  • Upgrade jmh-clojure version to 0.4.0
  • BUGFIX: minor ordering issue with secondary results for :table output

0.2.8 (2020-07-19)

  • Upgrade jmh-clojure version to 0.3.1

0.2.7 (2020-07-15)

  • Upgrade jmh-clojure version to 0.3.0

0.2.6 (2018-04-27)

  • Allow specifying multiple :files to be merged into the final environment

0.2.5 (2017-12-29)

  • Upgrade jmh-clojure version to 0.2.1
  • Format :table result numbers like JMH
  • Exclude some result keys by default when using :table format
  • Make :only and :exclude options mutually exclusive for simplicity

0.2.4 (2017-12-17)

  • Upgrade jmh-clojure version to 0.2.0

0.2.3 (2017-11-09)

  • Upgrade jmh-clojure version to 0.1.7

0.2.2 (2017-10-20)

  • Upgrade jmh-clojure version to 0.1.6

0.2.1 (2017-10-07)

  • Upgrade jmh-clojure version to 0.1.5

0.2.0 (2017-10-06)

  • New options: :exclude, :format and :sort

0.1.1 (2017-09-30)

  • BUGFIX: #1 lein jmh fails without task argument