v0.2.0 (2019-11-09)
- Made
JestReporter.initializeKelonio()enable data serialization so that you do not have to do that explicitly in yourjest.setup.js. - Narrowed the type of the
Benchmark.record()argumentoptionsfromPartial<MeasureOptions>toPartial<Omit<MeasureOptions, "verify">>because the function always overridesverifytotrue.