All Versions
49
Latest Version
Avg Release Cycle
51 days
Latest Release
-

Changelog History
Page 3

  • v1.15.2 Changes

    🛠 Fixes

    • ignore blank -focus and -skip flags (#780) [e90a4a0]
  • v1.15.1 Changes

    🛠 Fixes

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

    🔋 Features

    • ➕ Adds 'outline' command to print the outline of specs/containers in a file (#754) [071c369] [6803cc3] [935b538] [06744e8] [0c40583]
    • ➕ Add support for using template to generate tests (#752) [efb9e69]
    • ➕ Add a Chinese Doc #755 (#756) [5207632]
    • cli: allow multiple -focus and -skip flags (#736) [9a782fb]

    🛠 Fixes

    • ➕ Add _internal to filename of tests created with internal flag (#751) [43c12da]
  • v1.14.2 Changes

    October 12, 2020

    🛠 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 Changes

    September 04, 2020

    🛠 Fixes

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

    July 03, 2020

    🔋 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 Changes

    June 12, 2020

    🔋 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 Changes

    June 01, 2020

    🛠 Fixes

    • ✅ Print correct code location of failing table test (#666) [c6d7afb]
  • v1.12.2 Changes

    May 20, 2020

    🛠 Fixes

    • ⚡️ Update dependencies [ea4a036]
  • v1.12.1 Changes

    May 16, 2020

    🛠 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]