Skip to content

Releases: mshustov/babel-plugin-source-wrapper

2.1.1

Choose a tag to compare

@lahmatiy lahmatiy released this 21 Sep 00:09
  • Fixed configure() to use passed options as defaults (was broken in 2.0)

2.1.0 Input source map and class locations

Choose a tag to compare

@mshustov mshustov released this 30 Apr 09:27
  • 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

Choose a tag to compare

@lahmatiy lahmatiy released this 10 Nov 21:14
  • Fixed computed properties processing by Babel (#19)

2.0.1

Choose a tag to compare

@lahmatiy lahmatiy released this 31 Aug 14:23
  • 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

Choose a tag to compare

@lahmatiy lahmatiy released this 27 Jul 12:24
  • Migrated to Babel 6

1.3.3

Choose a tag to compare

@lahmatiy lahmatiy released this 09 May 23:19
  • Fix sourceURL comment in runtime source

1.3.2

Choose a tag to compare

@lahmatiy lahmatiy released this 21 Apr 20:57
  • Wrap all CallExpression and locate for method name instead entire expression

1.3.1

Choose a tag to compare

@lahmatiy lahmatiy released this 20 Dec 13:13
  • Fix regression with options processing

1.3

1.3

Choose a tag to compare

@lahmatiy lahmatiy released this 14 Dec 14:19
  • Allow configure the plugin when using as Webpack loader (thanks to @Filipovskii)

1.2.2

Choose a tag to compare

@lahmatiy lahmatiy released this 08 Dec 14:45
  • 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)