Skip to content

v2.0.0

Compare
Choose a tag to compare
@exogen exogen released this 13 Apr 23:19
· 6 commits to master since this release

Breaking Change

  • The minimum supported Node.js version is now v12.20.0.
  • The minimum supported AVA version is now v1.0.0.
  • The default fixture directory is now the same as AVA’s snapshot directory, via AVA’s meta.snapshotDirectory value. If you’d like to use the same directory as before, there is a new fixtureDir config option.

New Feature

  • The fixture directory is now configurable via the fixtureDir option.
  • Support for decoding compressed Brotli responses.

Bug Fix

  • Fix detection of the current test file by switching to AVA’s meta.file value. Previously, this could sometimes be incorrect in situations where Node.js was actually running a different file than the actual source file of the test (due to transpilation, source maps, etc.).

Internal

  • Updated all dependencies.