1. Nov 08, 2022
  2. Nov 03, 2022
  3. Oct 18, 2022
  4. Oct 16, 2022
  5. Oct 07, 2022
  6. Oct 05, 2022
  7. Oct 04, 2022
  8. Aug 11, 2022
  9. Aug 08, 2022
  10. Jun 29, 2022
  11. Jun 22, 2022
  12. May 23, 2022
  13. May 20, 2022
  14. May 13, 2022
  15. 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
  16. Apr 12, 2022
  17. Mar 02, 2022
  18. Feb 18, 2022
  19. Feb 16, 2022
  20. Dec 10, 2021
  21. Nov 09, 2021
  22. Nov 05, 2021
  23. Oct 18, 2021
  24. Aug 13, 2021
  25. 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
  26. May 31, 2021
  27. May 12, 2021
  28. May 11, 2021
  29. Apr 29, 2021
  30. Apr 26, 2021
  31. Apr 13, 2021
  32. Feb 15, 2021
  33. Feb 12, 2021