Skip to content

Simplified CJS, Global Object, Expose Global Modules, Bug Fixes

Compare
Choose a tag to compare
@gfranko gfranko released this 25 Nov 08:11
· 191 commits to master since this release

Enhancements

  • Simplified CJS support: #8
  • Added globalOption option to support scoping all local modules to one JavaScript object: #7
  • Added globalModules option to support making one or more local modules global on the window object: #12

Bug Fixes

  • Alias reserved words with an _ : #13 and #10
  • Allow $ and _ characters in module names : #16