Skip to content

Releases: onsi/ginkgo

v1.12.1

16 May 11:07
Compare
Choose a tag to compare

Fixes

  • Make unfocus ("blur") much faster (#674) [8b18061]
  • Fix typo (#673) [7fdcbe8]
  • Test against 1.14 and remove 1.12 [d5c2ad6]
  • Test if a coverprofile content is empty before checking its latest character (#670) [14d9fa2]
  • replace tail package with maintained one. this fixes go get errors (#667) [4ba33d4]
  • improve ginkgo performance - makes progress on #644 [a14f98e]
  • fix convert integration tests [1f8ba69]
  • fix typo succesful -> successful (#663) [1ea49cf]
  • Fix invalid link (#658) [b886136]
  • convert utility : Include comments from source (#657) [1077c6d]
  • Explain what BDD means [d79e7fb]
  • skip race detector test on unsupported platform (#642) [f8ab89d]
  • Use Dup2 from golang.org/x/sys/unix instead of syscallDup (#638) [5d53c55]
  • Fix missing newline in combined coverage file (#641) [6a07ea2]
  • check if a spec is run before returning SpecSummary (#645) [8850000]

v1.12.0

01 Feb 10:37
Compare
Choose a tag to compare

Features

v1.11.0

18 Dec 17:42
Compare
Choose a tag to compare

Features

  • Add syscall for riscv64 architecture [f66e896]
  • teamcity reporter: output location of test failure as well as test definition (#626) [9869142]
  • teamcity reporter: output newline after every service message (#625) [3cfa02d]
  • Add support for go module when running generate command (#578) [9c89e3f]

v1.10.3

30 Oct 17:17
Compare
Choose a tag to compare

Fixes

  • Set go_import_path in travis.yml to allow internal packages in forks (#607) [3b721db]
  • Add integration test [d90e0dc]
  • Fix coverage files combining [e5dde8c]
  • A new CLI option: -ginkgo.reportFile (#601) [034fd25]

v1.10.2

02 Oct 08:41
Compare
Choose a tag to compare

Fixes

  • speed up table entry generateIt() (#609) [5049dc5]
  • Fix. Write errors to stderr instead of stdout (#610) [7bb3091]

v1.10.1

30 Aug 15:23
Compare
Choose a tag to compare

Fixes

v1.10.0

29 Aug 16:10
Compare
Choose a tag to compare

Fixes

  • stack backtrace: fix alignment and skipping [66915d6]
  • fix typo in documentation [8f97b93]

v1.9.0

19 Aug 20:08
Compare
Choose a tag to compare

Features

  • Option to print output into report, when tests have passed [0545415]

Fixes

  • Fixed typos in comments [0ecbc58]
  • gofmt code [a7f8bfb]
  • Simplify code [7454d00]
  • Simplify concatenation, incrementation and function assignment [4825557]
  • Avoid unnecessary conversions [9d9403c]
  • JUnit: include more detailed information about panic [19cca4b]
  • Print help to stdout when the user asks for help [4cb7441]

v1.8.0

08 Mar 13:30
Compare
Choose a tag to compare

New Features

  • allow config of the vet flag for go test (#562) [3cd45fa]
  • Support projects using go modules [d56ee76]

Fixes and Minor Improvements

  • chore(godoc): fixes typos in Measurement funcs [dbaca8e]
  • Optimize focus to avoid allocations [f493786]
  • Ensure generated test file names are underscored [505cc35]

v1.7.0

21 Nov 17:20
Compare
Choose a tag to compare

New Features

Fixes

  • Correctly round suite time in junit reporter [2445fc1]
  • Avoid using -i argument to go test for Golang 1.10+ [46bbc26]