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 possibility of sending message with tag #89

Merged
merged 10 commits into from
Jul 1, 2018
Merged

Add possibility of sending message with tag #89

merged 10 commits into from
Jul 1, 2018

Commits on May 30, 2018

  1. Add possibility of sending message with tag

    Add the function `sendMessageWithTag(recipient, payload, tag, cb)` which allows sending messages with the specified tag.
    baudev committed May 30, 2018
    Configuration menu
    Copy the full SHA
    eb2915b View commit details
    Browse the repository at this point in the history
  2. Add sendMessageWithTag documentation

    Add the documentation for the function `sendMessageWithTag()`.
    baudev committed May 30, 2018
    Configuration menu
    Copy the full SHA
    2a37d2e View commit details
    Browse the repository at this point in the history
  3. Fixing JavaScript Standard Style

    Fixing continuous integration test failing 'cause of JavaScript Standard Style
    baudev committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7354bee View commit details
    Browse the repository at this point in the history
  4. Fixing JavaScript Standard Style 2

    Adding missing space making fail the continuous integration test.
    baudev committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7461143 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Add possibility of specifying messagingType

    Give more flexibility to the `sendMessage()` function by letting the possibility of choosing the `messaging_type` attribute.
    Then remove the sendMessageWithTag() function.
    baudev committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    775f71a View commit details
    Browse the repository at this point in the history
  2. Update doc for sendMessage function

    Update the documentation for the sendMessage() function. Remove it for sendMessageWithTag() one.
    baudev committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    302dd72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e0282 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    1546637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13c991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb168fd View commit details
    Browse the repository at this point in the history