Skip to content

Releases: Rowno/react-benchmark

5.1.0

02 Aug 11:44
v5.1.0

Choose a tag to compare

Features

Added support for CPU throttling via a new --cpuThrottle flag (defaults to no throttling) #30

5.0.0

23 Jan 04:44
v5.0.0

Choose a tag to compare

Breaking changes

Drop support for Node 10 and Node 12.

Features

The dependencies have been updated (with the main one being Puppeteer), which allows react-benchmark to be installed on computers with Apple M1 CPUs.

4.0.0

03 Mar 10:32
v4.0.0

Choose a tag to compare

Breaking Changes

Webpack was upgraded from version 4 to version 5, which contains some potentially breaking changes for component code (like the using named exports from JSON modules change).

3.0.0

26 Sep 09:11
v3.0.0

Choose a tag to compare

Breaking Changes

  • Drop Node.js 8 support.

Features

  • Added TypeScript support, just point react-benchmark at a TypeScript file and it'll automatically use your TypeScript config.
  • Added TypeScript types for the programmatic API.
  • Upgrade dependencies.

2.1.1

06 Jun 07:18
v2.1.1

Choose a tag to compare

Upgrade dependencies.

2.1.0

16 Nov 21:57
v2.1.0

Choose a tag to compare

New features

  • Added support for .jsx files.

2.0.1

09 Sep 00:30
v2.0.1

Choose a tag to compare

Bug fixes

  • Add @babel/core back to the dependencies.

2.0.0

09 Sep 00:29
v2.0.0

Choose a tag to compare

Breaking changes

  • Upgrade to Babel 7.

1.1.0

05 May 08:35
v1.1.0

Choose a tag to compare

New features

  • Add programmatic API.
  • Upgrade to Webpack 4.
  • Prevent duplicate React's from being bundled.
  • Improve debuggability by rendering the component once before running the benchmark.
  • Improve source map support.

1.0.4

17 Jan 17:21
v1.0.4

Choose a tag to compare

Don't include react-benchmark's node_modules in transpilation.