Skip to content

v2.0.0

Compare
Choose a tag to compare
@randycoulman randycoulman released this 23 Jan 04:15
· 44 commits to main since this release

💥 BREAKING CHANGES 💥

  • This release drops support for older Elixir versions. We officially support the same versions as Elixir itself, so support for Elixir 1.11 and prior has been dropped. (#67, #75)
  • Upgrade file_system dependency to version 1.0. This appears to be a simple bump to 1.0 with no breaking changes, so should be safe to upgrade to. It might break dependency resolution if you're locked to a pre-1.0 version, so it's noted here. (#72 - Thanks @andyl!)

There are no actual breaking changes, so as long as you're on Elixir 1.12 or later and aren't depending on a pre-1.0 version of file_system, you should have no problems upgrading to this version.

Added

  • Add full task documentation. mix help test.interactive will now show a summary of usage and configuration information (#70)
  • Add support for newer mix test options (#71)