# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.4.4](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.3...web-transport-wasm-v0.4.4) - 2025-01-26
### Other
- Revamp client/server building. ([#60](https://github.com/kixelated/web-transport-rs/pull/60))
## [0.4.3](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.2...web-transport-wasm-v0.4.3) - 2025-01-15
### Other
- Bump some deps. ([#55](https://github.com/kixelated/web-transport-rs/pull/55))
- Clippy fixes. ([#53](https://github.com/kixelated/web-transport-rs/pull/53))
- Move the ReadableStreams stuff to a new crate. ([#52](https://github.com/kixelated/web-transport-rs/pull/52))
## [0.4.2](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.1...web-transport-wasm-v0.4.2) - 2024-12-03
### Other
- Make a `Client` class to make configuration easier. ([#50](https://github.com/kixelated/web-transport-rs/pull/50))
## [0.4.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.0...web-transport-wasm-v0.4.1) - 2024-10-26
### Other
- Derive PartialEq for Session. ([#45](https://github.com/kixelated/web-transport-rs/pull/45))
## [0.3.2](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.3.1...web-transport-wasm-v0.3.2) - 2024-08-15
### Other
- Fix the WASM docs maybe? ([#36](https://github.com/kixelated/web-transport-rs/pull/36))
## [0.3.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.3.0...web-transport-wasm-v0.3.1) - 2024-08-15
### Other
- Some more documentation. ([#34](https://github.com/kixelated/web-transport-rs/pull/34))