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

Releases: formatjs/js-module-formats

minor release

Choose a tag to compare

@caridy 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

Choose a tag to compare

@caridy caridy released this 21 Apr 16:22
  • [PR #10] improving detection for cjs to support exporting string, number, etc.

first usable version

Choose a tag to compare

@caridy 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

Choose a tag to compare

@caridy caridy released this 05 Mar 20:12
  • support for cjs CommonJS detection.

first release

Choose a tag to compare

@caridy caridy released this 05 Mar 20:10
  • first commit/release with support for amd, yui and es.