Skip to content

Releases: mattphillips/babel-plugin-console

v0.2.1

22 Jan 17:35
Compare
Choose a tag to compare

Patch

v0.2.0

20 Jul 23:55
Compare
Choose a tag to compare

Features

  • Add better node support as console.groupCollapse and console.groupEnd have no effect in node.
  • Update functions in Script scope to only include function signature

Other Changes

  • Update documentation

v0.1.2

20 Jul 16:07
Compare
Choose a tag to compare

Patches

Add patch to remove import/require statements from the script scope

v0.1.1

20 Jul 10:30
Compare
Choose a tag to compare

Patches

  • Add prepublish build step to package.json to prevent the lib being published without the latest build

v0.1.0

20 Jul 10:29
Compare
Choose a tag to compare

Features

  • Add scope.macro see

Other Changes

  • Update documentation

Credits

Thanks to @stevebluck for fixing the docs! 馃槃
Thanks to @kentcdodds for the suggestion of supporting babel-macros

v0.0.1

18 Jul 22:08
Compare
Choose a tag to compare

Publish the plugin