Skip to content

v0.1.0

Compare
Choose a tag to compare
@Almouro Almouro released this 06 Feb 11:34
· 293 commits to main since this release

0.1.0 (2023-02-06)

android-performance-profiler becomes Flashlight 🔦

A standalone executable command called flashlight 🔦

More details on our revamped docs at docs.flashlight.dev

BREAKING CHANGES

  • commands have additional prefix, prefer using the standalone executable flashlight instead of npx @perf-profiler/...

For instance:

-> npx @perf-profiler/web-report -> flashlight report
-> npx @perf-profiler/e2e measure -> flashlight test

Features

  • add simpler and nicer CLI command flashlight measure (#70) (61c87d1)
  • e2e: add afterEach option (#68) (a95fb74)