Releases: vinsonchuong/passing-notes
Releases · vinsonchuong/passing-notes
v6.8.6
6.8.6 (2024-08-19)
Bug Fixes
- dependencies: Update dependencies (73c779c)
v6.8.5
6.8.5 (2023-11-22)
Bug Fixes
- startServer: Properly close web stream body when connection is closed (ce80fd3)
v6.8.4
6.8.4 (2023-11-19)
Bug Fixes
- sendRequest: Ensure that server/browser behavior is consistent for text/event-stream (3a6ef2a)
v6.8.3
6.8.3 (2023-11-13)
Bug Fixes
- dependencies: Update dependencies (aa8250f)
- sendRequest: Ensure text/event-stream responses behave the same in Node.js and browser (2e2bd5f)
- test: Fix conflicting test setup (88fd006)
v6.8.2
6.8.2 (2023-11-01)
Bug Fixes
- middlware: Export compose for use in browser (ce36cbe)
v6.8.1
6.8.1 (2023-11-01)
Bug Fixes
- getHeader: Expose getHeader for use in the browser (343367c)
v6.8.0
6.8.0 (2023-10-30)
Features
- getHeader: Add utility for reading headers (2148b08)
v6.7.0
6.7.0 (2023-10-30)
Features
- web-streams: Support sending and receiving Web Stream bodies (0b67a22)
v6.6.1
6.6.1 (2023-04-11)
Bug Fixes
- start-server: Stop reusing http.ServerResponse for Upgrade (9ac6a17)
v6.6.0
6.6.0 (2023-04-02)
Bug Fixes
- dependencies: Update dependencies (eff5bd9)
Features
- startServer: Provide a way to handle Upgrade requests and take control of the socket (1a02eb5)