- (Backwards incompatible) Rewritten the settings to follow the RequireJS main configuration object.
- Shims are now considered when configured and will not be included in bundles.
data-main
will picked up as a dependency.- Allow bundles to be included in the main library JavaScript file via the REQUIREJS_INCLUDE_MAIN_BUNDLE setting.
- Use
paths
aliases when resolving modules.
- Split up the logic since it was becoming a rather large class with a lot of methods.
- Parsing of the dependency list has gotten some love.
- Actually write the compressed output instead of the uncompressed output.
- Made improvements to the parsing patterns for define() and require().
- Initial release.