gloo-console
Convenience crate for working with browser's console
0.4.0
5.7M downloads/mo
#4268 most downloaded on crates.io
rustwasm/gloo
What this package is like to depend on
Last release 5 months ago
25 Mar 2026
Release timing varies
gaps range from 5 weeks to 2.6 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
6 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
6 releases · Jul 2021 to Mar 2026
2022
2023
2024
2025
2026
Releases
latest 6-
0.4.025 Mar 2026Release notes
Open source →MSRV updated to 1.82
- Fix typo in doc comments (#440) by @qrilka
- Bump
web-sysminimum to 0.3.91 (#536) by @Madoshakalaka
-
0.3.011 Aug 2023Release notes
Open source →- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
- Introduces the
FromQueryandToQuerytraits to allow for customizing how query strings are encoded and decoded ingloo_history. (#364)
-
0.2.321 Aug 2022 -
0.2.125 Nov 2021Release notes
Open source →- Fix
utilscrate andhistorydocs. (#189) - Hash-based History type & Unified Location. (#177)
- Fixes
console_dbg!andconsole!expression output. Bold src info. (#174)
- Fix
-
0.2.024 Oct 2021Release notes
Open source →MSRV updated to 1.82
Breaking Changes
- Default worker type is now ES module (
as_module: trueby default). Users who relied on the classic default must now call.as_module(false)explicitly. (#421) by @JonasAlaif spawn_with_loader()removed. Use.with_loader(true).spawn(path)instead. (#421) by @JonasAlaif
Fixes
- Default worker type is now ES module (
-
0.1.028 Jul 2021Release notes
Open source →- Add an
dbg!equivalent togloo-console(#158) - Fix dir, dirxml macros in gloo-console (#154)
- Finishing touches
gloo-dialogs - Add an