yamux-js
Version:
42 lines (21 loc) • 777 B
Markdown
# CHANGELOG
## 0.1.2
- Fix issue when there is data right after a window update (https://github.com/th-ch/yamux-js/pull/14)
## 0.1.1
- Add support for receive window update (https://github.com/th-ch/yamux-js/pull/10)
## 0.1.0
- Emit error objects instead of strings (https://github.com/th-ch/yamux-js/pull/5)
## 0.0.7
- Bump glob-parent (CVE-2020-28469)
## 0.0.6
- Fix window size handling in send window (https://github.com/th-ch/yamux-js/pull/4)
## 0.0.5
- Fix prototype pollution in y18n (https://github.com/th-ch/yamux-js/pull/3)
## 0.0.4
- Fix window update (https://github.com/th-ch/yamux-js/pull/2)
## 0.0.3
- Export stream class (https://github.com/th-ch/yamux-js/pull/1)
## 0.0.2
- Add prepare script
## 0.0.1
- Initial version