Skip to content

Releases: TogaTech/require-browser

Fix installAll Options Bug

Choose a tag to compare

@CMEONE CMEONE released this 05 Jun 18:31

This release fixes a bug where options in installAll would cause only the first file to be installed.

Fix Path Bug

Choose a tag to compare

@CMEONE CMEONE released this 05 Jun 16:06

This release fixes an issue that occurs when the current location of the window has a location hash (all relative ./ imports and requires would point to after the hash instead of the relative path).

First Release

Choose a tag to compare

@CMEONE CMEONE released this 05 Jun 15:51

This release contains version 1 of require-browser, with the functions install, installAll, require, requireBrowser, _getInstalledData and the ability to require files, node modules, and dependencies within a package.json using exports, module.exports, or browser code.