Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Asynchronous Module Definition (AMD) and require.js #105

Merged
merged 23 commits into from
Feb 21, 2015

Commits on Jan 18, 2015

  1. Add AMD support for Strophe.

    All modules in src/ are now wrapped as AMD modules.
    Add main.js for usage with require.js.
    Add example/amd.html to show an example of Strophe.js working with require.js
    jcbrand committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    96ffefa View commit details
    Browse the repository at this point in the history
  2. Create builds with Almond.

    jcbrand committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    074f387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feb245d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1e93b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    61295a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8594700 View commit details
    Browse the repository at this point in the history
  3. Also expose the crypto stuff

    jcbrand committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    09125da View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

  1. Configuration menu
    Copy the full SHA
    3614aac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2015

  1. Configuration menu
    Copy the full SHA
    0ba123b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a405037 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Merge branch 'umd' into amd-merge

    Conflicts:
    	Gruntfile.js
    	Makefile
    	src/core.js
    	src/websocket.js
    jcbrand committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    d3de79e View commit details
    Browse the repository at this point in the history
  2. Add the concat task again.

    We need it to create strophe.js.
    The almond/r.js build cannot be used in its stead.
    jcbrand committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    93d333e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125ab01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f78600 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Configuration menu
    Copy the full SHA
    b42b75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd04e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbccc30 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2015

  1. Configuration menu
    Copy the full SHA
    b4aeec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. compile strophe

    Gordin committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    eeeea2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71434e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    9c427ca View commit details
    Browse the repository at this point in the history
  2. fixed documentation

    Gordin committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    7d8a6e2 View commit details
    Browse the repository at this point in the history
  3. fixed tests

    Gordin committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    b057402 View commit details
    Browse the repository at this point in the history