Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Releases: formatjs/js-module-formats

minor release

21 Apr 16:23
Compare
Choose a tag to compare

[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

21 Apr 16:22
Compare
Choose a tag to compare
  • [PR #10] improving detection for cjs to support exporting string, number, etc.

first usable version

21 Apr 16:21
Compare
Choose a tag to compare
  • 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

05 Mar 20:12
Compare
Choose a tag to compare
  • support for cjs CommonJS detection.

first release

05 Mar 20:10
Compare
Choose a tag to compare
  • first commit/release with support for amd, yui and es.