Skip to content

Releases: kwelch/babel-plugin-captains-log

v1.3.2

10 Jul 16:15
Compare
Choose a tag to compare

1.3.2 (2020-07-10)

Bug Fixes

v1.1.0

23 May 03:32
Compare
Choose a tag to compare

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

26 Jul 03:06
Compare
Choose a tag to compare

<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)

v0.6.1

26 Jul 02:54
Compare
Choose a tag to compare

<a name"0.6.1">

0.6.1 (2017-07-26)

Bug Fixes

  • options: merge options instead of replace them (70e987bb, closes #12)

v0.6.0

06 May 05:16
Compare
Choose a tag to compare

<a name"0.6.0">

0.6.0 (2017-05-06)

Features

  • ignore: added ability to ignore patterns (66b3ff89)

v0.5.0

01 May 03:44
Compare
Choose a tag to compare

<a name"0.5.0">

0.5.0 (2017-05-01)

Features

  • scope: Updated scoping handlers (036ef7eb)

v0.4.0

29 Apr 05:24
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2017-04-29)

Features

v0.3.3

27 Apr 14:41
Compare
Choose a tag to compare

<a name"0.3.3">

0.3.3 (2017-04-27)

Bug Fixes

  • deps: move dep to devdeps properly (3d087dcd)

v0.3.2

27 Apr 14:31
Compare
Choose a tag to compare

<a name"0.3.2">

0.3.2 (2017-04-27)

Bug Fixes

  • polyfill: add transform plugin for runtime support of object.values (8553d957)

v0.3.1

27 Apr 14:15
Compare
Choose a tag to compare

<a name"0.3.1">

0.3.1 (2017-04-27)

Bug Fixes

  • build: bad build; remove tests from build (923a8dd1)