-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.15.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: laravel/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
15
contributors
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7b16d1 - Browse repository at this point
Copy the full SHA f7b16d1View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02511fd - Browse repository at this point
Copy the full SHA 02511fdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 27add6c - Browse repository at this point
Copy the full SHA 27add6cView commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23c9a23 - Browse repository at this point
Copy the full SHA 23c9a23View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d99afd - Browse repository at this point
Copy the full SHA 2d99afdView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3579ecf - Browse repository at this point
Copy the full SHA 3579ecfView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb66b08 - Browse repository at this point
Copy the full SHA bb66b08View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 786f814 - Browse repository at this point
Copy the full SHA 786f814View commit details
Commits on Apr 9, 2024
-
Throw error on unsupported broadcaster (#396)
* Throw error on unsupported broadcaster * update CS * fix CS * fix cs * fix eslint * Removed return * fix CS * Update echo.ts * Update echo.test.ts --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for b2931dc - Browse repository at this point
Copy the full SHA b2931dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444163a - Browse repository at this point
Copy the full SHA 444163aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb317b - Browse repository at this point
Copy the full SHA 9eb317bView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03f0f1e - Browse repository at this point
Copy the full SHA 03f0f1eView commit details -
Merge pull request #400 from Jubeki/patch-1
Replace dead link in Security Policy
Configuration menu - View commit details
-
Copy full SHA for 5783c51 - Browse repository at this point
Copy the full SHA 5783c51View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 522296e - Browse repository at this point
Copy the full SHA 522296eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b03cf52 - Browse repository at this point
Copy the full SHA b03cf52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b03a8 - Browse repository at this point
Copy the full SHA 50b03a8View commit details
Commits on Sep 27, 2024
-
Update logo to support dark/light theme (#402)
* Update logo.svg * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 1d4bef1 - Browse repository at this point
Copy the full SHA 1d4bef1View commit details
Commits on Nov 3, 2024
-
Fix types for the echo library (#403)
* Fix wrong channel types * Add generic types * Throw an error when attempting to use encrypted channels with socket.io * Fix types for the function broadcaster * Add generic to channel types * Fix function types * Make connectors generic * Remove new keyword for function broadcasters * Fix tests * Specify return type for function broadcasters * Clean up generics * Remove unnecessary cast * Update quotes * Use NullChannel return type explicitly
Configuration menu - View commit details
-
Copy full SHA for e8491aa - Browse repository at this point
Copy the full SHA e8491aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94119d4 - Browse repository at this point
Copy the full SHA 94119d4View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 019951a - Browse repository at this point
Copy the full SHA 019951aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3ed31 - Browse repository at this point
Copy the full SHA 5d3ed31View commit details
Commits on Nov 19, 2024
-
Fix custom broadcaster usages (#404)
* Fix custom broadcaster usages * improve test * lint * styleci
Configuration menu - View commit details
-
Copy full SHA for d7f2021 - Browse repository at this point
Copy the full SHA d7f2021View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 174dbca - Browse repository at this point
Copy the full SHA 174dbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8234ce0 - Browse repository at this point
Copy the full SHA 8234ce0View commit details
Commits on Jan 7, 2025
-
[1.x] Replaces deprecated auth options for default Pusher (#407)
* swap out deprecated channel auth options * add missed header assignment
2Configuration menu - View commit details
-
Copy full SHA for fad5599 - Browse repository at this point
Copy the full SHA fad5599View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fdf9f17 - Browse repository at this point
Copy the full SHA fdf9f17View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b382af0 - Browse repository at this point
Copy the full SHA b382af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c9350 - Browse repository at this point
Copy the full SHA 09c9350View commit details
Commits on Jan 26, 2025
-
Fix TypeScript Error in
isConstructor
(#412)* Fix TS error node_modules/laravel-echo/src/util/index.ts:5:13 - error TS18046: 'err' is of type 'unknown'. * Refactor to not use Reflect.construct to reduce chance on breaking change * Update index.ts
Configuration menu - View commit details
-
Copy full SHA for 85f7c11 - Browse repository at this point
Copy the full SHA 85f7c11View commit details
Commits on Jan 27, 2025
-
[2.0] Major package upgrades, better TypeScript support, smaller build (
#413) * Add full types for pusher and socketio * Update index.ts * enforce importsNotUsedAsValues * remove .idea files * major upgrades * add external Compatible packages not included in the bundle to rollup * Update package.json * Styleci * fix test & styleci
Configuration menu - View commit details
-
Copy full SHA for 55f6de3 - Browse repository at this point
Copy the full SHA 55f6de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1943a2 - Browse repository at this point
Copy the full SHA e1943a2View commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 53e1486 - Browse repository at this point
Copy the full SHA 53e1486View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.