Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: featherweight/featherweight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jassems/featherweight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 31, 2016

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

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    8b91753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a394c5 View commit details
    Browse the repository at this point in the history
  3. minor updates to comments

    jassems committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    82cff12 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. - send() now supports providing a custom callback function, along wit…

    …h any "custom arguments" to pass along to the callback (convenience) and the scope in which to call the callback (defaults to scope of the FtwWebSocketRequster instance)
    
    - the callback function is passed the reply (object) as the first argument, and any "custom arguments" as the second argument
    - onMessage also / still fires for all received messages if specified, else is silent
    - ToDo: add these same "custom" capabilities to the standard callbacks as well (ex. onMessage)
    jassems committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    47c2dc5 View commit details
    Browse the repository at this point in the history
  2. - added an example showing use of a custom callback for send() vs cat…

    …ching all with onMessage
    
    - minor updates / comments to the other existing examples
    jassems committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    cfa4ed1 View commit details
    Browse the repository at this point in the history
  3. fixed typo in comments

    jassems committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    d8b2141 View commit details
    Browse the repository at this point in the history
Loading