Skip to content

Releases: onsi/ginkgo

1.16.0

03 Apr 20:10
Compare
Choose a tag to compare

Features

  • Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]

    • Update README.md to advertise that Ginkgo 2.0 is coming.
    • Backport the 2.0 DeprecationTracker and start alerting users
      about upcoming deprecations.
  • Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]

Fixes

v1.15.2

16 Mar 12:46
Compare
Choose a tag to compare

Fixes

v1.15.1

07 Mar 11:21
Compare
Choose a tag to compare

Fixes

  • reporters/junit: Use system-out element instead of passed (#769) [9eda305]

v1.15.0

01 Feb 21:54
Compare
Choose a tag to compare

Features

Fixes

  • Add _internal to filename of tests created with internal flag (#751) [43c12da]

v1.14.2

12 Oct 18:00
Compare
Choose a tag to compare

Fixes

  • correct handling windows backslash in import path (#721) [97f3d51]
  • Add additional methods to GinkgoT() to improve compatibility with the testing.TB interface [b5fe44d]

v1.14.1

04 Sep 19:18
Compare
Choose a tag to compare

Fixes

  • Discard exported method declaration when running ginkgo bootstrap (#558) [f4b0240]

v1.14.0

03 Jul 12:55
Compare
Choose a tag to compare

Features

  • Defer running top-level container nodes until RunSpecs is called [d44dedf]
  • Document Ginkgo lifecycle
  • Add extensions/globals package (#692) [3295c8f] - this can be helpful in contexts where you are test-driving your test-generation code (see #692)
  • Print Skip reason in JUnit reporter if one was provided [820dfab]

v1.13.0

12 Jun 18:54
Compare
Choose a tag to compare

Features

  • Add a version of table.Entry that allows dumping the entry parameters. (#689) [21eaef2]

Fixes

  • Ensure integration tests pass in an environment sans GOPATH [606fba2]
  • Add books package (#568) [fc0e44e]
  • doc(readme): installation via "tools package" (#677) [83bb20e]
  • Solve the undefined: unix.Dup2 compile error on mips64le (#680) [0624f75]
  • Import package without dot (#687) [6321024]
  • Fix integration tests to stop require GOPATH (#686) [a912ec5]

v1.12.3

01 Jun 08:31
Compare
Choose a tag to compare

Fixes

  • Print correct code location of failing table test (#666) [c6d7afb]

v1.12.2

20 May 16:47
Compare
Choose a tag to compare

Fixes