Skip to content

Releases: TogaTech/require-browser

Fix installAll Options Bug

05 Jun 18:31
Compare
Choose a tag to compare

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

Fix Path Bug

05 Jun 16:06
Compare
Choose a tag to compare

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

05 Jun 15:51
Compare
Choose a tag to compare

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.