Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.3 - 2021-07-02
Fixed
- Switch from using
Bitwise.bor/2
to:erlang.bor/2
for compatibility with Elixir < 1.10
0.1.2 - 2021-07-02
Fixed
- Switch from using
Bitwise.bxor/2
to:erlang.bxor/2
for compatibility with Elixir < 1.10
0.1.1 - 2021-07-01
Fixed
- Close frame codes and reasons are now nillable instead of defaulted
- The WebSocket spec does not require that a code and reason be included for all close frames
0.1.0 - 2021-06-30
Added
- Initial implementation
- includes HTTP/1.1 and HTTP/2 support and extensions