- Document and test casing/sanitization behavior (thanks @bendrucker)
- remove dependency on ruglify (thanks to @zertosh)
- add
this
as an additional fallback when looking for a global (thanks to @winterbe) - use
options
rather thantrue
/false
for whether to use CommonJS (with fallback for backwards compatibility). - support
$
and_
in module names (thanks to @fitnr) (BREAKING CHANGE) - uglify as a pre-publish step - removing a dependency
- brfs as a pre-publish step - allowing this module to be used from the browser.
- remove support for streaming (BREAKING CHANGE)
- Check for definition of
module
as well asexports
for CommonJS (fixes some custom RequireJS loaders) - Pass empty array to define for AMD
- Use module name as a namespace for globals if it contains
.
- Update uglify-js
- Remove SES and Montage bootstrap
- Add MIT LICENSE
- Handle web workers global
- Update uglify-js to fix npm warning
- Fix CLI
- Add CLI
- Update through
- Make Cammel Case less suprising/forcefull
- Initial Release