Releases: indydevs/flutter
Releases · indydevs/flutter
v0.3.0
v0.2.6
Added
- Backward compatibilty hack for default values in
dry-configurable < 0.13
v0.2.5
Added
- Explicit dependency on
pry
for reflecting sources of methods - Use source hints from coverage to include dynamically added classes in signature generation
v0.2.4
Changed
- Relax version requirement for dry-configurable
v0.2.3
Fixed
- Disable filtering when Flutter.enabled=false
v0.2.2
Added
- Document configuration options in README
Changed
- Delay requiring source files explicitely and only in the case where the constant cannot be found
- Ensure the previous test->coverage mapping is merged with current one when the test fails.
v0.2.1
Fixed
- Corrected integration examples for guard in README
v0.2.0
Added
- CI Recipe in README
- CI integration for incremental tests in branches/pull requests
- Release workflow tasks & github actions integration
Fixed
- Ensure all methods (including inherited ones) are considered when calculating signatures for a class or module.
- Fix calculation of total / filtered examples for rspec integration