Releases: kwelch/babel-plugin-captains-log
v1.3.2
v1.1.0
Lost the v1.0.0 release tag along the way, sorry for that.
Semantic Release broke so I had to write this by had.
Changes are focused on an attempt to fix #21, by limiting the number of array created and less work for garbage collection.
I did a lot of dev work to packages and move to using jest-runner-eslint, this should really help contributions since now development can be done by using the start
script.
v0.7.0
<a name"0.7.0">
0.7.0 (2017-07-26)
Technically, this is a breaking change. However, since the functionality did not work very well I believe this change is for the better. It is also necessary for this to properly have a v1 at which point this would properly increment the major version.
My Notes on settings this as Experimental
Scope conceptually is a good idea, but has too many variations. I want to find a good way to support it, potentially by capping the depth. This still runs into issues with other plugins.
This can still be turned on via a flag. Please open an issue if you wish to have this back by default.
Features
- defaultOptions: set scope to false by default (0f66e905)