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: SmithWebster/angular-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PatrickJS/angular-websocket
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.
  • 16 commits
  • 20 files changed
  • 11 contributors

Commits on Apr 4, 2016

  1. chore: update dev deps

    PatrickJS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    56b425c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c11f2 View commit details
    Browse the repository at this point in the history
  3. chore: update dev deps

    PatrickJS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    fdfea1f View commit details
    Browse the repository at this point in the history
  4. chore: dist

    PatrickJS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    75fda21 View commit details
    Browse the repository at this point in the history
  5. chore: bump 1.1.0

    PatrickJS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    56c2534 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. fixed arraybuffer data type

    Amgad Naiem authored and PatrickJS committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    d92fe86 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Fix PatrickJS#71: autoApply is undefined in onCloseHandler and onEven…

    …tHandler (PatrickJS#73)
    
    Used 'true' as that is the default value for autoApply in message
    handler.
    lukost authored and PatrickJS committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    2ad7a09 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Fix up packaging (PatrickJS#75)

    * refactor(angular-websocket): compile output to utilize UMD
    
    * fix(arrayBuffer): fix data type
    
    This recommits d92fe86
    
    Signed-off-by: Will Soto <[email protected]>
    
    * chore: dist
    
    Signed-off-by: Will Soto <[email protected]>
    Will Soto authored and PatrickJS committed May 20, 2016
    Configuration menu
    Copy the full SHA
    91818ea View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. chore: Bump to 2.0.0 (PatrickJS#77)

    * chore: update changelog
    
    * chore: bump 2.0.0
    b264 authored and PatrickJS committed May 21, 2016
    Configuration menu
    Copy the full SHA
    f3b33c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    5f3d16b View commit details
    Browse the repository at this point in the history
  2. fix problem when using webpack (PatrickJS#83)

    * fix problem when using webpack
    
    Fixed issue PatrickJS#82
    
    * Update angular-websocket.js
    Head authored and PatrickJS committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    4a11420 View commit details
    Browse the repository at this point in the history
  3. Fixed the connection url (PatrickJS#81)

    Updated the readme
    rahulshukla111 authored and PatrickJS committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    ab83d79 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. chore: patch 2.0.1

    PatrickJS committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    0ad7029 View commit details
    Browse the repository at this point in the history
  2. Updating URLs with latest release (PatrickJS#93)

    Files were moved to "/dist" in v2.0.0, so updating version number in old URLs no longer worked.
    gomezgoiri authored and PatrickJS committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    3779e66 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Update WS version (PatrickJS#101)

    Update WS version to 1.1.0 to avoid denial of service attacks.
    
    More info: https://snyk.io/vuln/npm:ws:20160624
    Elecash authored and PatrickJS committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    f0dec08 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Allow ws options to be passed to constructors (PatrickJS#107)

    This complies with the way ws behaves and is
    useful for specifying "low-level" ws options
    such as adding additional headers to the
    request (use case: authentication through jwt)
    Carlos Gottberg authored and PatrickJS committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    1d3101e View commit details
    Browse the repository at this point in the history
Loading