|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [v0.12.0](https://github.com/marklogic-community/marklogic-unit-test/tree/v0.12.0) (2018-09-20) |
| 4 | +[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11.2...v0.12.0) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Change to marklogic [\#40](https://github.com/marklogic-community/marklogic-unit-test/pull/40) ([dmcassel](https://github.com/dmcassel)) |
| 9 | + |
| 10 | +## [0.11.2](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11.2) (2018-09-20) |
| 11 | +[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11.1...0.11.2) |
| 12 | + |
| 13 | +**Closed issues:** |
| 14 | + |
| 15 | +- Unit testing with ml-data-hub:2.0.4 [\#34](https://github.com/marklogic-community/marklogic-unit-test/issues/34) |
| 16 | +- Set up github pages for docs [\#24](https://github.com/marklogic-community/marklogic-unit-test/issues/24) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Expand support for http helpers for REST tests [\#39](https://github.com/marklogic-community/marklogic-unit-test/pull/39) ([ryanjdew](https://github.com/ryanjdew)) |
| 21 | +- better error reporting; added helpers [\#35](https://github.com/marklogic-community/marklogic-unit-test/pull/35) ([dmcassel](https://github.com/dmcassel)) |
| 22 | +- Issue 13: Report suite-setup.xqy failures [\#33](https://github.com/marklogic-community/marklogic-unit-test/pull/33) ([jonesyface](https://github.com/jonesyface)) |
| 23 | +- Issue 28 [\#31](https://github.com/marklogic-community/marklogic-unit-test/pull/31) ([dmcassel](https://github.com/dmcassel)) |
| 24 | +- adding new files [\#30](https://github.com/marklogic-community/marklogic-unit-test/pull/30) ([dmcassel](https://github.com/dmcassel)) |
| 25 | +- Adding travis support [\#27](https://github.com/marklogic-community/marklogic-unit-test/pull/27) ([paxtonhare](https://github.com/paxtonhare)) |
| 26 | + |
| 27 | +## [0.11.1](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11.1) (2018-06-05) |
| 28 | +[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.11...0.11.1) |
| 29 | + |
| 30 | +**Fixed bugs:** |
| 31 | + |
| 32 | +- assert-equal-json should ignore key order [\#19](https://github.com/marklogic-community/marklogic-unit-test/issues/19) |
| 33 | + |
| 34 | +**Closed issues:** |
| 35 | + |
| 36 | +- Configure code coverage via REST endpoint [\#15](https://github.com/marklogic-community/marklogic-unit-test/issues/15) |
| 37 | + |
| 38 | +**Merged pull requests:** |
| 39 | + |
| 40 | +- fixing \#19 [\#22](https://github.com/marklogic-community/marklogic-unit-test/pull/22) ([paxtonhare](https://github.com/paxtonhare)) |
| 41 | +- adding param to enable codeCoverage via ml-unit-test.xqy endpoint and… [\#20](https://github.com/marklogic-community/marklogic-unit-test/pull/20) ([hansenmc](https://github.com/hansenmc)) |
| 42 | +- run setup/teardown with coverage and ensure all executed lines included in wanted lines [\#18](https://github.com/marklogic-community/marklogic-unit-test/pull/18) ([hansenmc](https://github.com/hansenmc)) |
| 43 | + |
| 44 | +## [0.11](https://github.com/marklogic-community/marklogic-unit-test/tree/0.11) (2018-05-22) |
| 45 | +[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.10.0...0.11) |
| 46 | + |
| 47 | +**Closed issues:** |
| 48 | + |
| 49 | +- Use ml-unit-test without depending on rjrudin bintray repository [\#9](https://github.com/marklogic-community/marklogic-unit-test/issues/9) |
| 50 | + |
| 51 | +**Merged pull requests:** |
| 52 | + |
| 53 | +- updating notice per legal [\#8](https://github.com/marklogic-community/marklogic-unit-test/pull/8) ([dmcassel](https://github.com/dmcassel)) |
| 54 | +- code coverage [\#4](https://github.com/marklogic-community/marklogic-unit-test/pull/4) ([hansenmc](https://github.com/hansenmc)) |
| 55 | +- Added functionality to output alternative report formats via user-defined XSLT [\#1](https://github.com/marklogic-community/marklogic-unit-test/pull/1) ([jonesyface](https://github.com/jonesyface)) |
| 56 | + |
| 57 | +## [0.10.0](https://github.com/marklogic-community/marklogic-unit-test/tree/0.10.0) (2018-05-02) |
| 58 | +[Full Changelog](https://github.com/marklogic-community/marklogic-unit-test/compare/0.9.1...0.10.0) |
| 59 | + |
| 60 | +**Closed issues:** |
| 61 | + |
| 62 | +- TestManager does not run teardown or suiteTeardown [\#2](https://github.com/marklogic-community/marklogic-unit-test/issues/2) |
| 63 | + |
| 64 | +**Merged pull requests:** |
| 65 | + |
| 66 | +- run teardown by default [\#3](https://github.com/marklogic-community/marklogic-unit-test/pull/3) ([dmcassel](https://github.com/dmcassel)) |
| 67 | +- Teardown scripts are now invoked by default as part of a single test [\#7](https://github.com/marklogic-community/marklogic-unit-test/pull/7) ([rjrudin](https://github.com/rjrudin)) |
| 68 | +- Develop [\#6](https://github.com/marklogic-community/marklogic-unit-test/pull/6) ([dmcassel](https://github.com/dmcassel)) |
| 69 | + |
| 70 | +## [0.9.1](https://github.com/marklogic-community/marklogic-unit-test/tree/0.9.1) (2018-02-22) |
| 71 | + |
| 72 | + |
| 73 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments