- Fixed typo by renaming
experimantalAllNotGCed
toexperimentalAllNotGCed
.
- Rename
IgnoredLeaks.notGCed
toIgnoredLeaks.experimentalNotGCed
and make notGCed leaks ignored by leak tracking tests by default.
- Require Dart SDK 3.2.0 or later.
- Allow to ignore objects created by test helpers.
- Set
ignore = false
by default.
- Add LeakTesting.enabled.
- Remove fields
failOnLeaksCollected
andonLeaks
fromLeakTesting
.
- Updated to use
package:lints/recommended.yaml
for analysis. - Move LeakTesting from leak_tracker to this library.
- Stop depending on test.
- Bump version of SDK to 3.1.2.
- Update version of leak_tracker to
^9.0.0
.
- Update version of leak_tracker to
^8.0.0
. - Set version of leak_tracker to
any
.
- Create version.