Skip to content

Releases: babel-utils/babel-plugin-tester

v9.1.0

20 May 05:15
b5569f4
Compare
Choose a tag to compare

9.1.0 (2020-05-20)

Features

v9.0.1

10 Apr 13:55
f1c17ef
Compare
Choose a tag to compare

9.0.1 (2020-04-10)

Bug Fixes

  • apply fix line endings to code and output in two spots (#68) (f1c17ef)

v9.0.0

23 Mar 03:07
b666929
Compare
Choose a tag to compare

9.0.0 (2020-03-23)

Bug Fixes

  • node: update to prettier@2 and drop Node < 10.13 (#66) (1e7ad06)

BREAKING CHANGES

  • node: Requires Node >= 10.13.0

v8.0.1

01 Dec 15:04
Compare
Choose a tag to compare

8.0.1 (2019-12-01)

Bug Fixes

  • avoid crash when importing without global expect (#56) (a134785)

v8.0.0

15 Nov 23:01
60e5c07
Compare
Choose a tag to compare

8.0.0 (2019-11-15)

Features

  • format result with prettier and unstring snapshots (#55) (60e5c07)

BREAKING CHANGES

  • Your snapshots will probably need to be updated with these changes. If you don't like the changes, then take a look at the README about overriding the formatResult and disabling the un-string snapshot serializer
  • If you're using commonjs (require) you'll need to require the default:
- const pluginTester = require('babel-plugin-tester')
+ const pluginTester = require('babel-plugin-tester').default

v7.0.4

14 Nov 22:30
Compare
Choose a tag to compare

7.0.4 (2019-11-14)

Bug Fixes

  • set configFile to false by default (7b97a6f)

v7.0.3

11 Nov 19:23
Compare
Choose a tag to compare

7.0.3 (2019-11-11)

Bug Fixes

v7.0.2

09 Nov 23:09
Compare
Choose a tag to compare

7.0.2 (2019-11-09)

Bug Fixes

v7.0.1

19 Aug 19:15
Compare
Choose a tag to compare

7.0.1 (2019-08-19)

Bug Fixes

v7.0.0

19 Aug 17:59
Compare
Choose a tag to compare

7.0.0 (2019-08-19)

Features

BREAKING CHANGES

  • Require Node 8