Skip to content

Releases: mshustov/babel-plugin-source-wrapper

2.1.1

21 Sep 00:09

Choose a tag to compare

  • Fixed configure() to use passed options as defaults (was broken in 2.0)

2.1.0 Input source map and class locations

30 Apr 09:27

Choose a tag to compare

  • Added input source map support (@vslinko, #20)
  • Added support for class method locations (@vslinko, #22)
  • Fixed class location overriding by its constructor method (@vslinko, #21)

2.0.2

10 Nov 21:14

Choose a tag to compare

  • Fixed computed properties processing by Babel (#19)

2.0.1

31 Aug 14:23

Choose a tag to compare

  • More robust check of value for WeakMap#set since browsers sometimes produce objects that pass typeof check and not a Object intance that cause to exception

2.0.0

27 Jul 12:24

Choose a tag to compare

  • Migrated to Babel 6

1.3.3

09 May 23:19

Choose a tag to compare

  • Fix sourceURL comment in runtime source

1.3.2

21 Apr 20:57

Choose a tag to compare

  • Wrap all CallExpression and locate for method name instead entire expression

1.3.1

20 Dec 13:13

Choose a tag to compare

  • Fix regression with options processing

1.3

14 Dec 14:19

Choose a tag to compare

1.3
  • Allow configure the plugin when using as Webpack loader (thanks to @Filipovskii)

1.2.2

08 Dec 14:45

Choose a tag to compare

  • FIX: Don't wrap arguments of require.ensure() and define() call expressions, but it's content (#11)
  • FIX: Wrong processing of function and class declarations in export clause (#13)