1. Nov 21, 2022
  2. Nov 10, 2022
  3. Nov 08, 2022
  4. Nov 03, 2022
  5. Oct 18, 2022
  6. Oct 16, 2022
  7. Oct 07, 2022
  8. Oct 05, 2022
  9. Oct 04, 2022
  10. Aug 11, 2022
  11. Aug 08, 2022
  12. Jun 29, 2022
  13. Jun 22, 2022
  14. May 23, 2022
  15. May 20, 2022
  16. May 13, 2022
  17. Apr 20, 2022
    • Niklas Adolfsson's avatar
      feat: WASM client via web-sys transport (#648) · 20e6e5de
      Niklas Adolfsson authored
      
      
      * feat: untested web-sys transport
      
      * rewrite me
      
      * make it work
      
      * add hacks and works :)
      
      * add subscription test too
      
      * revert StdError change; still works
      
      * cleanup
      
      * remove hacks
      
      * more wasm tests outside workspace
      
      * kill mutually exclusive features
      
      * merge nits
      
      * remove unsafe hack
      
      * fix nit
      
      * core: fix features and deps
      
      * ci: add WASM test
      
      * test again
      
      * work work
      
      * comeon
      
      * work work
      
      * revert unintentional change
      
      * Update core/Cargo.toml
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * Update core/src/client/async_client/mod.rs
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * revert needless change: std hashmap + fxhashmap works
      
      * cleanup
      
      * extract try_connect_until fn
      
      * remove todo
      
      * fix bad merge
      
      * add wasm client wrapper crate
      
      * fix nits
      
      * use gloo-net dependency
      
      * fix build
      
      * grumbles CI: rename to `wasm_tests`
      
      * fix bad merge
      
      * fix grumbles
      
      * fix nit
      
      * comeon CI
      
      Co-authored-by: default avatarDavid <[email protected]>
      20e6e5de
  18. Apr 12, 2022
  19. Mar 02, 2022
  20. Feb 18, 2022
  21. Feb 16, 2022
  22. Dec 10, 2021
  23. Nov 09, 2021
  24. Nov 05, 2021
  25. Oct 18, 2021
  26. Aug 13, 2021
  27. Jun 25, 2021
    • Niklas Adolfsson's avatar
      [ci]: test each individual crate's manifest (#392) · 2ca8355a
      Niklas Adolfsson authored
      * [ci]: test each crate outside workspace
      
      We have bitten by these a few times now with that some features are leaked from the workspace
      which makes it compile in the workspace but not using it's own Cargo.toml.
      
      * [ci]: add tests for macos and windows
      
      * add missed `WsServer` and `HttpServer`
      
      * [ws server]: fix features
      
      * debug failure in CI
      
      * remove platform dependent assertion
      
      * fix nit; proc-macros is proc-macros
      
      * restore removed assertion
      
      * remove whitespaces
      2ca8355a
  28. May 31, 2021
  29. May 12, 2021
  30. May 11, 2021
  31. Apr 29, 2021
  32. Apr 26, 2021
  33. Apr 13, 2021