Skip to content

Releases: kentcdodds/babel-plugin-preval

v5.1.0

02 Feb 22:07
08fe01b
Compare
Choose a tag to compare

5.1.0 (2022-02-02)

Features

v5.0.0

23 Mar 03:03
0736c6b
Compare
Choose a tag to compare

5.0.0 (2020-03-23)

Bug Fixes

  • node: Drop Node 8 (and update all dependencies) (#78) (933004f)

BREAKING CHANGES

  • node: Requires Node >= 10

v4.0.0

14 Nov 22:16
Compare
Choose a tag to compare

4.0.0 (2019-11-14)

Features

BREAKING CHANGES

  • Node support bumped to Node >= 8

v3.0.1

12 Sep 08:56
Compare
Choose a tag to compare

3.0.1 (2018-09-12)

Bug Fixes

  • babel7: do not load root .babelrc (#61) (a3cd086)

v3.0.0

27 Jun 22:10
b0f94b9
Compare
Choose a tag to compare

3.0.0 (2018-06-27)

Features

  • drop support for transpiling the code that is being prevaled (#59) (b0f94b9)

BREAKING CHANGES

  • Code that's being prevaled will no longer be transpiled. You should either transpile it ahead of time or only write the code in a version of JavaScript that runs natively in the version of node you're running.

v2.0.1

26 Jun 13:20
Compare
Choose a tag to compare

2.0.1 (2018-06-26)

Bug Fixes

  • README: Fix broken links on table of contents (#57) (d8be253)

v2.0.0

22 Jun 16:24
92ed428
Compare
Choose a tag to compare

2.0.0 (2018-06-22)

Bug Fixes

BREAKING CHANGES

  • We no longer run require('babel-register') so not all code will be transpiled with babel by preval. Some will, but it's advised to not write code that you want prevaled in a way that doesn't run in the version of node you're using

v1.6.4

04 Mar 20:10
Compare
Choose a tag to compare

1.6.4 (2018-03-04)

Bug Fixes

v1.6.3

02 Jan 23:20
Compare
Choose a tag to compare

1.6.3 (2018-01-02)

Bug Fixes

  • upgrade to babel-plugin-macros (36de84a)

v1.6.2

30 Oct 19:38
Compare
Choose a tag to compare

1.6.2 (2017-10-30)

Bug Fixes