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: laravel/echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: laravel/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.3
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 21, 2018

  1. Update .editorconfig

    driesvints authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f38bf48 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Add reference to TS declaration file

    Rollup is creating a TS declaration file (.d.ts), but since this file
    isn't referenced by package.json it will not be used if you include
    laravel-echo in a TS project (and thus will make this library useless
    for TS projects).
    Wessel van der Linden committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    d7177c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #222 from wesselvanderlinden/master

    [1.0] Add reference to TS declaration file
    taylorotwell authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    6743c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Add missing method to Echo instance

    The leaveChannel was missing from the Echo instance and thus the feature wasn't available as described in the docs.
    driesvints committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    fd3b65b View commit details
    Browse the repository at this point in the history
  2. 1.5.3

    taylorotwell committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    769c1dc View commit details
    Browse the repository at this point in the history
Loading