Releases: formatjs/js-module-formats
Releases · formatjs/js-module-formats
minor release
Compare
Sorry, something went wrong.
No results found
caridy
released this
21 Apr 16:23
[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
Compare
Sorry, something went wrong.
No results found
caridy
released this
21 Apr 16:22
[PR #10 ] improving detection for cjs to support exporting string, number, etc.
first usable version
Compare
Sorry, something went wrong.
No results found
caridy
released this
21 Apr 16:21
Adding linting for pretest and npm run lint.
[PR #6 ] improving ES modules detection by using RegExp.
[PR #5 ] Switch detect to detect(src).
[PR #4 ] improving cjs detection, including export instance detection.
new feature
Compare
Sorry, something went wrong.
No results found
caridy
released this
05 Mar 20:12
support for cjs CommonJS detection.
first release
Compare
Sorry, something went wrong.
No results found
caridy
released this
05 Mar 20:10
first commit/release with support for amd, yui and es.