Spectrum v1.2.0 Release Notes

Release Date: 2017-09-01 // over 6 years ago
  • ๐Ÿš€ This release resolves #115, where the Variable object had unexpected behavior in cases where there were multiple threads in the same test. PR #118 simplifies the implementation such that Variable and let() values can be shared across threads just like any other pointer.

    With 1.2.0, using Spectrum with libraries such as Awaitility and Unirest is much more straightforward.

    Thanks to @mxk1235, @bjornblomqvist, and @ashleyfrieze for help on this!

    ๐Ÿš€ To get started using this latest release, see the quickstart walkthrough.


Previous changes from v1.1.1

  • ๐Ÿš€ This release includes fixes for #110 to improve the reporting in IDEs when a spec fails. See also #111, #112.

    ๐Ÿ›  Thanks to @ashleyfrieze for jumping in and submitting these fixes!

    ๐Ÿš€ To get started using this latest release, see the quickstart walkthrough.