Skip to content

Releases: domenic/global-wrap

2.0.0

29 Oct 15:48

Choose a tag to compare

Upgrade browserify to version 6.2.0 (@lpinca)

In doing so, the API was changed to simply accept browserifyOptions, instead of constructorOptions plus bundleOptions.

1.4.2

06 Jul 00:29

Choose a tag to compare

  • Upgrade browserify version used to 4.2.0 (@lpinca)

1.4.1

24 Feb 05:11

Choose a tag to compare

  • Fix included license text

1.4.0

24 Feb 05:07

Choose a tag to compare

  • Added constructorOptions option (@lpinca)

1.3.0

21 Feb 05:02

Choose a tag to compare

  • Upgraded dependencies, importantly including browserify v3 (@lpinca).
  • Added tmpDir option (@lpinca).

1.2.0

16 Aug 00:27

Choose a tag to compare

  • Used self instead of window as the place to assign the variable. This ensures that global-wrapped libraries will work inside web workers, as well as the browser scope.

1.1.0

16 Aug 00:17

Choose a tag to compare

  • Put the temporary files in the system's temporary directory, instead of putting them adjacent to the main file. This helps watch-and-rebuild workflows by not creating a file in directories likely to be watched.
  • Fixed a bug where bundling errors would not be passed through.

1.0.1

16 Aug 00:16

Choose a tag to compare

  • Fixed a bug that prevented global-wrap from working when the current working directory was not a parent of the main file's directory.

1.0.0

16 Aug 00:14

Choose a tag to compare

Initial release.