Releases: rustwasm/gloo
Releases · rustwasm/gloo
v0.9.0
What's Changed
Note: The following changelog is auto generated by GitHub and includes changes from subcrates. For a more precise changelog, see CHANGELOG.md
- Minor typo fix by @simbleau in #226
- Feature soundness of gloo-http by @hamza1311 in #228
- Add logo to README.md by @cyber-samuel in #233
- Add missing feature flags to gloo-net by @arctic-alpaca in #230
- [rfc] Implement an ObjectUrl wrapper by @WorldSEnder in #231
- Include gloo-worker/futures in the futures feature by @futursolo in #235
- Add dropdown for doc.rs in website by @anshulrgoyal in #236
- fix: Break dependency cycle by not using serde-serialize by @andoriyu in #239
- Fix feature soundness issues with gloo-net by @hamza1311 in #243
- Fix gloo-worker tests by @futursolo in #244
- feat(gloo-utils): Lift serde-serialization from wasm-bindgen by @andoriyu in #242
- Fix history tests by @futursolo in #252
- Provides an EventSource implementation by @huntc in #246
- Add std::error::Error impl for WebSocketError by @MrGunflame in #250
- gloo_timers, ambiguous verbage by @simbleau in #255
- Fix Request.json(): Use Rust Serde Serialization instead of Javascript… by @vpochapuis in #256
- fix: remove unused import in gloo-net::http by @hseeberger in #257
- Typo fix by @TomAFrench in #262
- Gloo net fetch in worker by @flosse in #253
- fix: cyclic dependency for gloo-net websocket feature by @flisky in #260
- fix(ws): calling close event with destroyed close callback by @flisky in #264
- docs: correct format examples Fixes #276 by @jbtrystram in #278
- Bump prismjs from 1.25.0 to 1.27.0 in /website by @dependabot in #195
- Bump node-forge from 1.2.1 to 1.3.0 in /website by @dependabot in #202
- Bump async from 2.6.3 to 2.6.4 in /website by @dependabot in #218
- Bump terser from 5.12.0 to 5.14.2 in /website by @dependabot in #237
- Bump minimist from 1.2.5 to 1.2.7 in /website by @dependabot in #265
- Bump loader-utils from 1.4.0 to 1.4.2 in /website by @dependabot in #273
- Bump json5 from 1.0.1 to 1.0.2 in /website by @dependabot in #282
- Bump minimatch, recursive-readdir and serve-handler in /website by @dependabot in #274
- Bump nth-check, @slorber/static-site-generator-webpack-plugin and @svgr/webpack in /website by @dependabot in #266
- Prevent Websocket send from hanging if connection fails. by @vincev in #280
- Fix Clippy by @futursolo in #287
- Enable Dependabot by @futursolo in #288
- Update serde-wasm-bindgen requirement from 0.3.1 to 0.4.5 by @dependabot in #297
- Bump @types/react-helmet from 6.1.5 to 6.1.6 in /website by @dependabot in #296
- Bump clsx from 1.1.1 to 1.2.1 in /website by @dependabot in #295
- Bump actions/cache from 2 to 3 by @dependabot in #293
- Bump actions/setup-node from 1 to 3 by @dependabot in #292
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #291
- Bump jetli/trunk-action from 0.1.0 to 0.4.0 by @dependabot in #290
- Bump actions/checkout from 2 to 3 by @dependabot in #289
- Update to Node 18 by @futursolo in #300
- Bump @docusaurus/preset-classic from 2.0.0-beta.17 to 2.2.0 in /website by @dependabot in #298
- fix:
clearTimeout
illegal invocation with bundler (#187) by @flisky in #283 - (history): Drop states borrow before callback invocation by @kinnison in #285
- Bump ua-parser-js from 0.7.32 to 0.7.33 in /website by @dependabot in #301
- Fix clippy for Rust 1.67 by @futursolo in #302
- Bump @sideway/formula from 3.0.0 to 3.0.1 in /website by @dependabot in #311
- Bump eta, @docusaurus/core and @docusaurus/preset-classic in /website by @dependabot in #309
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /website by @dependabot in #308
- Bump @tsconfig/docusaurus from 1.0.4 to 1.0.6 in /website by @dependabot in #304
- Bump typescript from 4.6.2 to 4.9.5 in /website by @dependabot in #303
- Replace unmaintained actions-rs/cargo actions in CI workflows by @striezel in #315
- Replace unmaintained actions-rs/toolchain action in CI workflows by @striezel in #314
- Bump webpack from 5.75.0 to 5.76.1 in /website by @dependabot in #321
- Update serde-wasm-bindgen requirement from 0.4.5 to 0.5.0 by @dependabot in #320
- Fix some typos by @striezel in #313
- Bump @tsconfig/docusaurus from 1.0.6 to 1.0.7 in /website by @dependabot in #323
- Bump @svgr/webpack from 6.5.1 to 7.0.0 in /website by @dependabot in #325
- Bump @docusaurus/preset-classic from 2.3.1 to 2.4.0 in /website by @dependabot in #326
- Bump typescript from 4.9.5 to 5.0.3 in /website by @dependabot in #324
- Seanaye/feat/serverside http by @seanaye in #312
- Bump typescript from 5.0.3 to 5.0.4 in /website by @dependabot in #331
- Update json.rs fix typo by @ltfschoen in #338
- Update README.md by @b0xtch in #341
- Modularizes gloo by @xfbs in #333
- Fix typo in gloo-worker help by @cailloumajor in #348
- doc: Inline documentation in the supercrate by @oblique in #347
- Add
PartialEq, Eq, PartialOrd, Ord, Hash
for eventsourceState
by @Charles-Schleich in #336 - Update docusaurus to v3 alpha by @hamza1311 in #350
- Function Worker by @futursolo in #267
- Update license field following SPDX 2.1 license expression standard by @frisoft in #355
- history: Fix required feature set of serde dependency by @jplatte in #357
- history: Use thread_local!'s lazy initialization instead of RefCell<Option<_>> by @jplatte in #358
- Make RequestBuilder and ResponseBuilder public for docs by @haileys in #359
- Add a changelog by @hamza1311 in #351
New Contributors
- @simbleau made their first contribution in #226
- @arctic-alpaca made their first contribution in #230
- @anshulrgoyal made their first contribution in #236
- @andoriyu made their first contribution in #239
- @MrGunflame made their first contribution in #250
- @vpochapuis made their first contribution in #256
- @TomAFrench made their first contribution in #262
- @flosse made their first contribution in #253
- @flisky made their first contribution in #260
- @jbtrystram made their first contribution in #278
- @vincev made their first contribution in #280
- @kinnison made their first contribution in #285
- @striezel made their first contribution in #315
- @seanaye made their first contribution in #312
- @ltfschoen made their first contribution in #338
- @b0xtch made their first contribution in #341
- @xfbs made their first contribution in #333
- @cailloumajor made their first contribution in #348
- @oblique made their first contribut...
v0.8.0
What's Changed
- docs: revise docs for gloo_net::http::Request.method by @hseeberger in #212
- [events] Fix link to
EventListener
doc in README by @Enet4 in #213 - Move UncheckedIter to gloo-utils by @hamza1311 in #217
- Add query() method by @burrscurr in #215
- Implement std Error trait for JsError by @chmnchiang in #225
- Worker v2 by @futursolo in #200
- Added support for specifying Websocket Protocols by @sammhicks in #222
New versions releases
utils
: 0.1.4
net
: 0.2.1
worker
: 0.2.0
Full Changelog: 0.7.0...0.8.0
v0.7.0
What's Changed
- add
json()
impl toRequest
by @minauteur in #204 - Bump versions & update dependencies
Full Changelog: 0.6.1...0.7.0
v0.6.1
v0.6.0
What's Changed
- Html head access by @Madoshakalaka in #179
- Add
gloo-worker
crate by @hamza1311 in #180 - Add node.js support for timers by @PhilippGackstatter in #185
- Remove
web-sys
dependency ingloo-timers
by @PhilippGackstatter in #186 - Impl Clone and PartialEq for File and Blog by @hamza1311 in #184
- Fix
utils
crate andhistory
docs. by @derekdreery in #189
Full Changelog: 0.5.0...0.6.0
v0.5.0
What's Changed
- Add sleep. by @futursolo in #163
- Add BrowserHistory and BrowserLocation by @futursolo in #171
- Hash-based History type & Unified Location. by @futursolo in #177
- Memory-based History by @futursolo in #178
v0.4.2
What's Changed
- Re-export gloo-utils from gloo by @jplatte in #159
- utils: Add body() and document_element() getters by @jplatte in #161
- Explain what Gloo is in the README by @hamza1311 in #164
- Add console_dbg macro by @hamza1311 in #170
Full Changelog: 0.4.0...v0.4.2
0.4.1 is also included in this release as they were both released back-to-back in a very short amount of time.
v0.4.0
What's Changed
- Remove the unnecessary copy in
Blob::new
by @Liamolucko in #152 - Fix dir, dirxml macros in gloo-console by @WorldSEnder in #154
- Utility crate for common
web_sys
/js_sys
features by @hamza1311 in #155 - Add an
dbg!
equivalent togloo-console
by @hamza1311 in #158
Full Changelog: 0.3.0...0.4.0
Blog post: https://gloo-rs.web.app/blog/release-0.4.0/