Jest Preview Versions Save

Debug your Jest tests. Effortlessly.🛠🖼

v0.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nvh95/jest-preview/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/nvh95/jest-preview/compare/v0.1.7...v0.2.0

v0.1.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nvh95/jest-preview/compare/v0.1.6...v0.1.7

v0.1.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nvh95/jest-preview/compare/v0.1.5...v0.1.6

v0.1.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nvh95/jest-preview/compare/v0.1.4...v0.1.5

v0.1.4

2 years ago

Fixes

  • Fix: jest --clearCache might break user's installation flow since jest might be installed after jest-preview.

v0.1.3

2 years ago

Features

  • Support serving files from Public folder.
  • Clear Jest cache after installation.

Fixes

  • Update rollup to:
    • Terser
    • Transpile to ES2019 (e.g: optional chaining)

Chores

  • Export debug as named also.

v0.1.2

2 years ago

Features

  • Add pre-configured transformers, so users can integrate jest-preview to their projects easier.
    • jest-preview/transforms/css
    • jest-preview/transforms/file
    • jest-preview/transforms/fileCRA

v0.1.1

2 years ago

Features

  • Support CSS Modules #40
    • Caveat: Support CSS Modules for CRA in the next version.

v0.1.0

2 years ago

Features

  • [BREAKING CHANGES] Simplify usage of the core function of jest-preview: preview(htmlElement) to preview.debug().
  • Users do not need to pass any argument to preview.debug(), the default is document.body which is the whole page (how authors expect users to use jest-preview).
  • Add title and favicon.ico for Dashboard

Fixes

  • Fix externalCss get cached