Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 862 Bytes

CHANGELOG.rst

File metadata and controls

25 lines (21 loc) · 862 Bytes

Changelog

0.4 (2015/1/..)

  • (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.

0.3 (2014/11/09)

  • 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.

0.2 (2014/9/29)

  • Made improvements to the parsing patterns for define() and require().

0.1 (2014/9/20)

  • Initial release.