This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
Releases: formatjs/js-module-formats
Releases · formatjs/js-module-formats
minor release
[PR #11] adding support for steal
format:
steal("foo", "bar", function(foo, bar){
return {
foo: foo,
bar: bar
};
});
More details about steal
module format here: http://javascriptmvc.com/docs/stealjs.html
bugfix
first usable version
new feature
- support for
cjs
CommonJS detection.
first release
- first commit/release with support for
amd
,yui
andes
.