Spectrum v1.2.0 Release Notes
Release Date: 2017-09-01 // over 5 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 thatVariable
andlet()
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.