Skip to content

Latest commit

 

History

History
124 lines (72 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

124 lines (72 loc) · 5.03 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2020-11-17)

Features

  • Upgrade all dependencies (41caa5e)

2.1.0 (2020-11-17)

Features

  • add the ability to output stats to analyze webpack chunks (44a2421)

2.0.0 (2020-11-17)

Features

  • allow changing jest options via your package.json (ff797c0)

BREAKING CHANGES

  • no longer auto detect globalSetup, globalTeardown or setupFilesAfterEnv

1.4.0 (2020-10-19)

Features

  • Upgrade all dependencies (47a1e0f)

1.3.1 (2020-10-12)

Bug Fixes

  • Remove src prefix to cater for functions not under /src (2c6ebed)

1.3.0 (2020-10-12)

Features

1.2.1 (2020-09-30)

Bug Fixes

  • testing/setup-jest.js -> src/testing/setup-jest.js (f01f149)

1.2.0 (2020-09-28)

Features

1.1.0 (2020-09-21)

Features

  • allow toggling webpack minification (defaults to true) (4ea8c38)
  • change jest setup path to testing/setup-jest.js (8108042)

1.0.5 (2020-09-14)

Bug Fixes

  • eslint: Turn no-restricted-syntax rule off (bb3f2a5)

1.0.4 (2020-09-09)

Bug Fixes

1.0.3 (2020-09-09)

Bug Fixes

  • Update prettier to use CRLF instead of LF (6c07f70)

1.0.2 (2020-09-09)

Bug Fixes

  • Update prettier to use LF instead of CRLF (96435f9)

1.0.1 (2020-09-08)

Performance Improvements

  • Trun webpack symlinks off and hide all output stats (73b0177)

1.0.0 (2020-09-08)

Features