Spectrum v1.2.0 Release Notes
Release Date: 2017-09-01 // almost 9 years ago-
🚀 This release resolves #115, where the
Variableobject had unexpected behavior in cases where there were multiple threads in the same test. PR #118 simplifies the implementation such thatVariableandlet()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.