- 2018-01-03 Switch to new package structure of org.r10r.
- 2015-08-01 Update of all libraries to new versions (metacity).
- 2015-05-22 Print pretty-printed payload (JSON/XML) in report when sayAndMakeRequest(Request)
- 2014-12-31 Print form parameters in report when sayAndMakeRequest(Request)
- 2014-12-30 Disabled Javadoc lint checks. (ra)
- 2014-12-28 Fix for #4. Testcases not teared down properly.
- 2014-06-28 Added support for DELETE queries + bugfix (dlorych) (#3)
- 2014-03-05 Bump to Ninja 3.1.1 (ra)
- 2014-02-14 Reordered dependencies in integration test so that we do not need exclusions any more (just cosmetics) (ra).
- 2014-02-14 Updated dependencies (ra). [INFO] com.fasterxml.jackson.core:jackson-core ............... 2.3.0 -> 2.3.1 [INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-xml ... [INFO] 2.3.0 -> 2.3.1 [INFO] commons-fileupload:commons-fileupload ................... 1.3 -> 1.3.1 [INFO] org.apache.httpcomponents:httpclient .................. 4.2.5 -> 4.3.2 [INFO] org.apache.httpcomponents:httpmime .................... 4.2.5 -> 4.3.2 [INFO] org.slf4j:jcl-over-slf4j .............................. 1.7.5 -> 1.7.6 [INFO] org.slf4j:slf4j-api ................................... 1.7.5 -> 1.7.6 [INFO] org.slf4j:slf4j-simple ................................ 1.7.5 -> 1.7.6 [INFO]
- 2014-03-03 Add convenience method to set output file name. Adapt tests to work in Windows environment (Stefan Weller).
- 2014-02-14 Added support for HTTP HEAD requests (Jan Rudert).
- 2014-02-05 Fixed issue #1. Doctester now independent of webjars version on classpath. (ra)
- 2014-02-05 Bump to guava 16.0.1 in doctester-core and Ninja 2.5.1 in integration tests. (ra)
- 2014-01-19 Bump to guava 16.0 in doctester-core and Ninja 2.5.1 in integration tests. (ra)
- 2013-12-14 Bump to 2.3.0 of all jackson libraries (xml, json binding) (ra).
- 2013-12-04 Better documentation how to setup DocTester in your own projects (ra).
- 2013-11-04 Added support so that JUnit falures are marked as red in the generated html file. Before they were green what can be misleading (ra).
- 2013-11-04 Integration test bump to Ninja 2.3.0 (ra).
- 2013-11-07 Better documentation (ra).
- 2013-11-06 Changed codebase to tabs (ra).
- 2013-11-06 Json is now rendered with intendation in html reports (pretty printed)(ra).
- 2013-11-05 Fixed bug with forced logback binding. Binding slf4j should be done by projects using DocTester (ra).
- 2013-11-03 Added supoort for URI to testbrowser. That way we can plug in other url/uri generating libraries (ra).