Skip to content

Releases: indydevs/flutter

v0.3.0

16 Oct 16:02
v0.3.0
Compare
Choose a tag to compare

Changed

  • Switch from pry to method_source as the actual dependency for inspecting method sources for generating signatures

Fixed

  • Ensure partial test runs don't clobber source mappings for previously run test cases

v0.2.6

14 Oct 22:16
v0.2.6
Compare
Choose a tag to compare

Added

  • Backward compatibilty hack for default values in dry-configurable < 0.13

v0.2.5

13 Oct 22:40
v0.2.5
Compare
Choose a tag to compare

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

04 Oct 18:31
v0.2.4
Compare
Choose a tag to compare

Changed

  • Relax version requirement for dry-configurable

v0.2.3

04 Oct 13:02
v0.2.3
Compare
Choose a tag to compare

Fixed

  • Disable filtering when Flutter.enabled=false

v0.2.2

04 Oct 01:30
v0.2.2
Compare
Choose a tag to compare

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

02 Oct 01:00
v0.2.1
Compare
Choose a tag to compare

Fixed

  • Corrected integration examples for guard in README

v0.2.0

01 Oct 19:16
v0.2.0
Compare
Choose a tag to compare

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