6.0.3

  • Separate testing.

6.0.2

  • Fixes to support g3.

6.0.1

  • Fix for MemoryUsageEvent constructor.

6.0.0

  • Fix typo in public API.
  • Add assersion for negative delay between snapshots.

5.0.0

  • Migrate from auto-snapshotting to usage-tracking.
  • Improve leak debugging UX.
  • Fix failures in case of duplicates.

4.0.3

  • Fix broken documentation link.

4.0.2

  • Improve documentation.

4.0.1

  • Autosnapshotting.

4.0.0

  • Improve documentation and naming.

3.0.2

  • Add members to LeakTrackingTestConfig.

3.0.1

  • Increase sdk version
  • Remove obsolet lint

3.0.0

  • Breaking changes: update names of types to be align with Flutter naming convention.
  • Add model for Flutter unit testing configuration.
  • Adopt Flutter standard lints.

2.0.3

  • Improve more documentation.

2.0.2

  • Improve documentation.

2.0.1

  • Minor changes.
  • Updated vm_service version to >=9.0.0 <12.0.0.

2.0.0

  • Breaking changes in withLeakTracking.

1.0.2

  • Refactor test_infra libraries.

1.0.1

  • Documentation updates.

1.0.0

  • First release.

1.0.0-dev.1.6

  • Enable reset for leak tracker.

1.0.0-dev.1.5

  • Define matcher for leaks.

1.0.0-dev.1.4

  • Tests and minor fixes.

1.0.0-dev.1.3

  • Test for pumpWidget.
  • Make disposalTimeBuffer configurable.
  • Testing API withLeakTracking.

1.0.0-dev.1.2

  • Minor fixes.

1.0.0-dev.1.1

  • Reorganize example to fit pub.dev standards.

1.0.0-dev.1.0

  • Create initial structure.