Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.22 KB

news.md

File metadata and controls

55 lines (34 loc) · 2.22 KB

News

(most recent first)

  • 8th of March 2015

1.2.5 release - added support for Spock 1.0, which has been released, finally!! Also, but not less important, now spock-reports has support for templates! This lets you make your report look like whatever you want!

  • 14th of February 2015

1.2.4 released - some nice new features included, such as Table of Contents.

  • 08th of November 2014

1.2.3 released - downgraded minimum Groovy version required to 2.0.8 (benefits some Grails users).

  • 03rd of November 2014

Small feature release (1.2.2): added support for @Unroll-ing variables not only in Spec names, but also in block texts (given, when, then...)

  • 01st of November 2014

Bug fix release, 1.2.1. Fixed problems with bad-behaving Specification setup methods and removed usage of some Groovy features to allow running spock-reports with any recent JDK 7 or 8 version.

  • 3rd of August 2014

Release of version 1.2! This release includes full support for @Unroll, amongst other small improvements.

  • 3rd of July 2014

After a long delay, I have finally published the 1.1 release on a public repo, thanks to @JayStGelais contribution. So now spock-reports is available on Bintray's JCenter!

  • 14th of September 2013

Release of version 1.1 with some minor bug fixes and improvements in the information shown in reports. Please check the release notes in the file releases/Release_Notes.txt.

  • 6th of August 2013

Today, I am proud to release version 1.0 of this project! I have made sure to make it as stable as possible so that you can start reading proper reports for your Spock specifications without worries. You can find the jar in the releases directory! Download it, place it in your classpath and you're done! By default, the reports will be saved in the directory build/spock-reports, but you can change that if you want, just check below. I hope you find this project as useful as I have (I actually developed this out of my own need for it!).

I wrote a blog post about the motivation behind this project. Please check it out!