Skip to content

New Options, Gulp.js Build, More Unit Tests, Updated Docs

Choose a tag to compare

@gfranko gfranko released this 13 Jan 05:42
· 173 commits to master since this release

Changelog:

  1. Integrated Gulp.js for the project build system.
  2. Automatically removed require method calls with empty callback function expressions
  3. Updated the contributing guide
  4. Added a new removeAllRequires option that will remove all require method calls from the code
  5. Added a new ignoreModules option that will ignore (not remove) specified AMD defined modules
  6. Added a new commentCleanName option that allows you to customize the comment text that will exclude certain modules from being cleaned
  7. Updated Jasmine unit tests
  8. Updated contributing guide