- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: floodfx/liveviewjs
base: @liveviewjs/examples@0.7.1
head repository: floodfx/liveviewjs
compare: main
Commits on Oct 2, 2022
-
Add support for path params in routes
- add matchRoute helper to match path to LiveView - update http and websocket adaptors to use matchRoute - pass route params to `mount` via `LiveViewMountParams` - tests
Configuration menu - View commit details
-
Copy full SHA for b7ca83f - Browse repository at this point
Copy the full SHA b7ca83fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc82780 - Browse repository at this point
Copy the full SHA cc82780View commit details -
- update to use matchRoute for server adaptor
- add named route example
Configuration menu - View commit details
-
Copy full SHA for 504ebd1 - Browse repository at this point
Copy the full SHA 504ebd1View commit details -
- update to use matchRoute for server adaptor
- add named route example
Configuration menu - View commit details
-
Copy full SHA for f67dd76 - Browse repository at this point
Copy the full SHA f67dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31019a - Browse repository at this point
Copy the full SHA a31019aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a927c16 - Browse repository at this point
Copy the full SHA a927c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766bc24 - Browse repository at this point
Copy the full SHA 766bc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b55a0 - Browse repository at this point
Copy the full SHA 10b55a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a8540 - Browse repository at this point
Copy the full SHA c6a8540View commit details -
- use node https for fetching mime type data if fetch is not defined - use JSON.parse(JSON.stringify(...)) for structuredClone if it is not defined
Configuration menu - View commit details
-
Copy full SHA for c6f6985 - Browse repository at this point
Copy the full SHA c6f6985View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa7d53 - Browse repository at this point
Copy the full SHA daa7d53View commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08495d2 - Browse repository at this point
Copy the full SHA 08495d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6318d39 - Browse repository at this point
Copy the full SHA 6318d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94840f7 - Browse repository at this point
Copy the full SHA 94840f7View commit details
Commits on Oct 8, 2022
-
Fix bug where undefined subscriber was causing crash
- bump patch version
Configuration menu - View commit details
-
Copy full SHA for 08e4e41 - Browse repository at this point
Copy the full SHA 08e4e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a01ed8f - Browse repository at this point
Copy the full SHA a01ed8fView commit details
Commits on Oct 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4169596 - Browse repository at this point
Copy the full SHA 4169596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf138b - Browse repository at this point
Copy the full SHA 4bf138bView commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5c2476c - Browse repository at this point
Copy the full SHA 5c2476cView commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e44a379 - Browse repository at this point
Copy the full SHA e44a379View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2976eb - Browse repository at this point
Copy the full SHA d2976ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 992ddda - Browse repository at this point
Copy the full SHA 992dddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2cf87d - Browse repository at this point
Copy the full SHA c2cf87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b3d52 - Browse repository at this point
Copy the full SHA 60b3d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b78afc - Browse repository at this point
Copy the full SHA 7b78afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c09a2 - Browse repository at this point
Copy the full SHA 48c09a2View commit details
Commits on Jan 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8caf3fb - Browse repository at this point
Copy the full SHA 8caf3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1396e6 - Browse repository at this point
Copy the full SHA c1396e6View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09246f7 - Browse repository at this point
Copy the full SHA 09246f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7359f - Browse repository at this point
Copy the full SHA bf7359fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdcd052 - Browse repository at this point
Copy the full SHA bdcd052View commit details -
- create Phx Msg and Reply protocol package - create WsHandler class to replace LiveViewManager - revamp WsAdaptor interface and implementations for Deno and Node - start refactor of LiveViewServerAdaptor for Deno and Node
Configuration menu - View commit details
-
Copy full SHA for 76433a6 - Browse repository at this point
Copy the full SHA 76433a6View commit details -
- add EventPayload type to Phx - add diffReply to PhxReply - put handleEvent in wsEventHandler - ignore LiveComponents for now
Configuration menu - View commit details
-
Copy full SHA for 29e3c6f - Browse repository at this point
Copy the full SHA 29e3c6fView commit details -
Bring in handleInfo implementation
- add PhxReply.diff for handleInfo reply - update dashboard example to use setInterval instead of socket.repeat
Configuration menu - View commit details
-
Copy full SHA for 897331b - Browse repository at this point
Copy the full SHA 897331bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a74bc9 - Browse repository at this point
Copy the full SHA 4a74bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 809c299 - Browse repository at this point
Copy the full SHA 809c299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06919fe - Browse repository at this point
Copy the full SHA 06919feView commit details -
Redirect every event through handleMsg
- add active/queue to attempt to prevent race conditions
Configuration menu - View commit details
-
Copy full SHA for 47d0cf7 - Browse repository at this point
Copy the full SHA 47d0cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a9ec7 - Browse repository at this point
Copy the full SHA a3a9ec7View commit details -
Add pubSub to config and cleanup
- make pubSub interface required in WsHandlerConfig - update Deno and Node servers with pubSub - keep track of pubSub subscriptions through socket - unsubscribe to pubSub when liveview closed - mark wsHandler as closed and ignore subsequent messages
Configuration menu - View commit details
-
Copy full SHA for da9dd95 - Browse repository at this point
Copy the full SHA da9dd95View commit details -
- add example in dashboard / nodejs client code to listen for pushEvent
Configuration menu - View commit details
-
Copy full SHA for 0a81bf2 - Browse repository at this point
Copy the full SHA 0a81bf2View commit details -
- stop heartbeat on leave - add url to LiveSocket - reimplement liveNav - add liveNav example
Configuration menu - View commit details
-
Copy full SHA for 2f033f1 - Browse repository at this point
Copy the full SHA 2f033f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1573b - Browse repository at this point
Copy the full SHA aa1573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a89f7a6 - Browse repository at this point
Copy the full SHA a89f7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffc695 - Browse repository at this point
Copy the full SHA dffc695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1068f78 - Browse repository at this point
Copy the full SHA 1068f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 236043c - Browse repository at this point
Copy the full SHA 236043cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e713cf0 - Browse repository at this point
Copy the full SHA e713cf0View commit details -
Fix live_patch bug caused by returning early from handleMsg
- returning early meant active was never reset so got into bad state - also add optional onError to tap into errors from server config - make errors in handleMsg and send routed through onError - fix import
Configuration menu - View commit details
-
Copy full SHA for 0985538 - Browse repository at this point
Copy the full SHA 0985538View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18a3f2 - Browse repository at this point
Copy the full SHA a18a3f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @liveviewjs/examples@0.7.1...main