Releases: foxzool/bevy_http_client
Releases · foxzool/bevy_http_client
Release v0.9.0
🚀 What's New in v0.9.0
- fix(ci): add github-pages environment to deploy workflow
- update Cargo.toml dependencies
- docs: update changelog for 0.9.0 release
- ✨ feat: add RUSTFLAGS for wasm example build
📦 Installation
Add to your Cargo.toml:
[dependencies]
bevy_http_client = "0.9.0"🔗 Links
Release v0.9.0-rc.1
🚀 What's New in v0.9.0-rc.1
- release 0.9.0-rc.1
- miss comma
- add flag for wasm example
- Merge pull request #12 from fallible-algebra/version-bump/bevy-0.17
- cargo fmt
- fix untyped observers not firing
- cargo fmt
- Update to 0.17.0-rc.1
📦 Installation
Add to your Cargo.toml:
[dependencies]
bevy_http_client = "0.9.0-rc.1"🔗 Links
Release v0.8.3
🚀 What's New in v0.8.3
- 🎨 style: fix import ordering to pass cargo fmt checks
- 🐛 fix: update HttpClientPlugin doctest to use MinimalPlugins
- 🐛 fix: resolve GitHub CI/CD workflow issues
- 🎉 release: prepare version 0.8.3 with comprehensive improvements
- 🚀 ci: add comprehensive GitHub workflows for CI/CD pipeline
- 📚 docs: enable and fix all documentation tests
- ♻️ refactor: improve error handling and remove bevy_log feature dependency
📦 Installation
Add to your Cargo.toml:
[dependencies]
bevy_http_client = "0.8.3"🔗 Links
v0.8.2
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Prepare examples for 0.15 by @fallible-algebra in #10
New Contributors
- @fallible-algebra made their first contribution in #10
Full Changelog: 0.6.0...v0.7.0
0.6.0
release 0.6.0 for bevy 0.14
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- Typed error handling by @bytemunch in #6
New Contributors
- @bytemunch made their first contribution in #6
Full Changelog: 0.5.0...0.5.1
0.5.0
use event to send request and handle response
What's Changed
- Typed version by @Leinnan in #2
- Code simplification, Github Actions checks, docs improvements by @Leinnan in #3
New Contributors
Full Changelog: https://github.com/foxzool/bevy_http_client/commits/0.5.0