yamux-js
Version:
[](https://www.npmjs.com/package/yamux-js) [](https://github.com/th-ch/yamux-js) [![GitHub
51 lines (26 loc) • 1.03 kB
Markdown
# CHANGELOG
## 0.2.1
- Fix: handle FIN flag correctly in processFlags (https://github.com/th-ch/yamux-js/pull/21)
## 0.2.0
- Update dependencies (https://github.com/th-ch/yamux-js/pull/18)
- Fix stream close method (https://github.com/th-ch/yamux-js/pull/20)
## 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