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

Changelog History
Page 2

  • v2.1.2 Changes

    ๐Ÿ›  Fixes

    • Track location of focused specs correctly in ginkgo unfocus [a612ff1]
    • Profiling suites with focused specs no longer generates an erroneous failure message [8fbfa02]
    • ๐Ÿ“š Several documentation typos fixed. Big thanks to everyone who helped catch them and report/fix them!
  • v2.1.1 Changes

    See https://onsi.github.io/ginkgo/MIGRATING_TO_V2 for details on V2.

    ๐Ÿ›  Fixes

    • ๐Ÿ“ฆ Suites that only import the new dsl packages are now correctly identified as Ginkgo suites [ec17e17]
  • v2.1.0 Changes

    See https://onsi.github.io/ginkgo/MIGRATING_TO_V2 for details on V2.

    ๐Ÿš€ 2.1.0 is a minor release with a few tweaks:

    • ๐Ÿ“ฆ Introduce new DSL packages to enable users to pick-and-choose which portions of the DSL to dot-import. [90868e2] More details here.
    • โž• Add error check for invalid/nil parameters to DescribeTable [6f8577e]
    • โœ๏ธ Myriad docs typos fixed (thanks everyone!) [718542a, ecb7098, 146654c, a8f9913, 6bdffde, 03dcd7e]
  • v1.16.5 Changes

    ๐Ÿš€ Ginkgo 2.0 now has a Release Candidate. 1.16.5 advertises the existence of the RC. ๐Ÿ—„ 1.16.5 deprecates GinkgoParallelNode in favor of GinkgoParallelProcess

    You can silence the RC advertisement by setting an ACK_GINKGO_RC=true environment variable or creating a file in your home directory called .ack-ginkgo-rc

  • v1.16.4 Changes

    ๐Ÿ›  Fixes

    ๐Ÿš€ 1.16.4 retracts 1.16.3. There are no code changes. The 1.16.3 tag was associated with the wrong commit and an attempt to change it after-the-fact has proven problematic. 1.16.4 retracts 1.16.3 in Ginkgo's go.mod and creates a new, correctly tagged, release.

  • v1.16.3 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ—„ Measure is now deprecated and emits a deprecation warning.
  • v1.16.2 Changes

    ๐Ÿ›  Fixes

    • Deprecations can be suppressed by setting an ACK_GINKGO_DEPRECATIONS=<semver> environment variable.
  • v1.16.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ Suppress --stream deprecation warning on windows (#793)
  • v1.16.0 Changes

    ๐Ÿ”‹ 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

    • ๐Ÿ›  Fix accidental reference to 1488 (#784) [9fb7fe4]