-
BREAKING: Fix test-based fixture path generation, so that the names of parent groups are excluded from child groups.
This necessitated a major version bump because existing fixtures will have to be regenerated.
- Populate Response.request during playback
- Fix a mistake in the CHANGELOG (need to keep that score high)
- Fix a mistake in the example code and README
- Support environment-defined HTTP proxy configurations while in recording mode
- Reference new repo URL in pubspec
- Drain request streams during playback, to provide any side-effects
- Upgrade packages (incl. migration from
pedantic
tolints
) - Bump SDK minimum version to 2.14.0
- Slight README adjustment
- Tests!
- Improved README
- Reduce API surface (we just published, so I'm winging it and calling this a patch change)
- Improve README somewhat
- Fix bug in test directory machinery
- Simplify API
- Automate cassette naming
- Find test directory internally
- Fill out the README
- Add an example
- Migrate to null-safety
- Migrate to another slugify package
- Initial release