Skip to content

Releases: kentcdodds/babel-plugin-codegen

v4.1.5

01 Sep 18:48
5e8d0ac
Compare
Choose a tag to compare

4.1.5 (2021-09-01)

Bug Fixes

  • codegen-file: fix API call for entire file codegen (#43) (15619a9)

v4.1.4

24 Jan 06:26
9bb9dfd
Compare
Choose a tag to compare

4.1.4 (2021-01-24)

Bug Fixes

  • TS: use babel type's built in PluginObj type (#35) (cdeb9b8)

v4.1.3

12 Jan 23:01
Compare
Choose a tag to compare

4.1.3 (2021-01-12)

Bug Fixes

  • TS: improve codegen.require param name (f8a0cc8)

v4.1.2

12 Jan 00:49
Compare
Choose a tag to compare

4.1.2 (2021-01-12)

Bug Fixes

  • TS: fix macro type re-export (7a51908)

v4.1.1

12 Jan 00:41
Compare
Choose a tag to compare

4.1.1 (2021-01-12)

Bug Fixes

v4.1.0

12 Jan 00:33
Compare
Choose a tag to compare

4.1.0 (2021-01-12)

Features

v4.0.1

20 Apr 01:49
c780ae7
Compare
Choose a tag to compare

4.0.1 (2020-04-20)

Bug Fixes

  • fix invalid code when using a single import/export declaration (#31) (5374565), closes #30

v4.0.0

23 Mar 03:10
6dbe33e
Compare
Choose a tag to compare

4.0.0 (2020-03-23)

Bug Fixes

BREAKING CHANGES

  • node: Requires Node>=10

v3.1.0

16 Nov 02:57
Compare
Choose a tag to compare

3.1.0 (2019-11-16)

Features

v3.0.0

27 Jun 21:18
760c151
Compare
Choose a tag to compare

3.0.0 (2018-06-27)

Features

  • drop support for transpiling the code that is being codgened (#16) (760c151)

BREAKING CHANGES

  • Code that's being codegenned 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.