Skip to content

v0.2.0 (2019-11-09)

Choose a tag to compare

@mtkennerly mtkennerly released this 09 Nov 23:09
· 75 commits to master since this release
  • Made JestReporter.initializeKelonio() enable data serialization so that you do not have to do that explicitly in your jest.setup.js.
  • Narrowed the type of the Benchmark.record() argument options from Partial<MeasureOptions> to Partial<Omit<MeasureOptions, "verify">> because the function always overrides verify to true.