Skip to content

Releases: ivogabe/small

v0.2.9 - Fix case-sensitivity issue

27 Mar 13:46
Compare
Choose a tag to compare

Fixes an issue where filenames with capital letters on case sensitive file systems could not be imported.

v0.2.8 - Fix Windows subdirectories issue

06 Dec 16:42
Compare
Choose a tag to compare

Fix forward slash issues with subdirectories on Windows. Prior to this fix, a file a/b could be added twice to the bundle, namely as a/b and a\b. This could cause some issues with Angular2.

v0.2.7 - Fix Windows path issues

27 Oct 20:07
Compare
Choose a tag to compare

v0.2.4 - Support json files and browser field in package.json

04 Apr 08:33
Compare
Choose a tag to compare
  • Support .json files
  • Support browser field in package.json
  • Various fixes for edge cases

v0.2.3 - Bug fix

19 Feb 08:17
Compare
Choose a tag to compare

Fixes imports that are directly exported (module.exports = require('foo');)

v0.2.0 - Circular dependencies & performance

07 Dec 20:30
Compare
Choose a tag to compare
  • Support for circular dependencies
  • Various improvements, including performance

v0.1.0 - Initial release

28 May 12:29
Compare
Choose a tag to compare
Initial commit