2.0.3 ----- * Adjusting markup to work better with "use strict" and so nodejs picks up the modules again. 2.0.2 ----- * Deprecating older node versions 2.0.1 ----- * Fixing binary name so npm installs work 2.0.0 ----- * Refactored code to be in separate modules for each module system * Added more module systems * Added build step - code is in Node's format but uses browserify and FidUmd to make compatible version * Added a minified version to the repository * Removed web-based Jasmine tests as they no longer worked 1.0.8 ----- * Made output compatible with jslint 0.2.0 1.0.7 ----- * Add a debug flag 1.0.6 ----- * No longer necessary to use `new FidUmd()` * Allow having the global object as the function's context with "global" flag 1.0.5 ----- * Added another "use strict" for jslint-compatible code 1.0.4 ----- * Stringify arrays for dependencies differently to pass jslint * Added CHANGELOG 1.0.3 ----- * Test updates so they don't appear to be skipped * Prefacing YUI dependencies with "Y." so they work 1.0.2 ----- * Apply UMD header/footer to UMD itself 1.0.1 ----- * Bugfix: Neglected to add "return" from two module loaders 1.0.0 ----- * Initial release