reassure

Performance testing companion for React and React Native

MIT License

Downloads
1.2M
Stars
1.3K

Bot releases are visible (Hide)

reassure - v1.2.0 (2024-08-28) Latest Release

Published by mdjastrzebski about 2 months ago

What's Changed

Features

Other

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@1.2.0

reassure - Reassure v1.1.0

Published by mdjastrzebski 3 months ago

What's Changed

Features

Bugfixes

Other (chores, docs, etc)

New Contributors

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@1.1.0

reassure - Reassure v1.0.0

Published by mdjastrzebski 4 months ago

What's Changed

Major Changes

  • 4352279: - Rename measurePerformance to measureRenders, resetToDefault to resetToDefaults.

Minor Changes

  • ea761f8: enable WASM support by default and runs using v8 baseline compilers: sparkplug and liftoff (WASM)
  • 04be1d4: Detect render issues (initial render updates, redundant renders)
  • ebcf9d6: chore: migrate to Yarn Berry (4.x)
  • ebcf9d6: chore: fix version deps

New Contributors

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@1.0.0

reassure - v1.0.0-rc.5

Published by mdjastrzebski 4 months ago

1.0.0-rc.5 (2024-06-14)

Features

New Contributors

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@1.0.0-rc.5

reassure - [email protected]

Published by mdjastrzebski 8 months ago

What's Changed

Features

Other

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.11.0

reassure - v0.10.2

Published by mdjastrzebski 11 months ago

What's Changed

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.10.2

reassure - Reassure v0.10.1

Published by mdjastrzebski about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.10.1

reassure - Reassure 0.10.0

Published by mdjastrzebski about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.10.0

reassure - Reassure 0.9.1

Published by mdjastrzebski over 1 year ago

What's Changed

Fixes

  • fix: removed "node:" prefix from logger readline by @gedu in #402

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.9.1

New Contributors

  • @gedu made their first contribution in #402
reassure - Reassure 0.9.0

Published by mdjastrzebski over 1 year ago

What's Changed

Features

Fixes

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.9.0

New Contributors

reassure - Reassure 0.8.0

Published by mdjastrzebski over 1 year ago

What's Changed

Features

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.8.0

reassure - Reassure 0.7.2

Published by thymikee over 1 year ago

What's Changed

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.7.2

reassure - Reassure 0.7.1

Published by mdjastrzebski over 1 year ago

Bugfixes

  • ff5e2ff: fix: handling of TEST_RUNNER_PATH env variable
reassure - Reassure 0.7.0

Published by mdjastrzebski over 1 year ago

Features

  • 7691e28: Windows support
  • 3a180f2: Validate format of performance results files when loading for comparison

Bugfixes

  • 7cbd1d3: Fix random race condition for reassure check-stability command
reassure - Reassure 0.6.0

Published by mdjastrzebski about 2 years ago

What's Changed

Features

Other

Full Changelog: https://github.com/callstack/reassure/compare/[email protected]@0.6.0

reassure - Reassure 0.5.0

Published by thymikee about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/callstack/reassure/commits/[email protected]

reassure - Reassure 0.4.0

Published by mdjastrzebski about 2 years ago

0.4.0

Minor Changes

  • 7ad802b9: testingLibrary configuration option that replaces render and cleanup options

Patch Changes

reassure - Reassure 0.3.0

Published by mdjastrzebski about 2 years ago

Minor Changes

  • Support React Testing Library (web) auto-discovery.

Patch Changes

reassure - Reassure 0.2.1

Published by mdjastrzebski about 2 years ago

Patch Changes

  • 417dcf6a: Ability to provide custom render and cleanup function for measure step.
  • Updated dependencies [417dcf6a]