Releases: mattphillips/babel-plugin-console
Releases · mattphillips/babel-plugin-console
v0.2.1
Patch
- Upgrade to latest babel-plugin-macros version #4
- Update outdated devDeps
v0.2.0
Features
- Add better node support as
console.groupCollapse
andconsole.groupEnd
have no effect in node. - Update functions in
Script
scope to only include function signature
Other Changes
- Update documentation
v0.1.2
Patches
Add patch to remove import
/require
statements from the script scope
v0.1.1
Patches
- Add
prepublish
build step to package.json to prevent the lib being published without the latest build
v0.1.0
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
Publish the plugin