Maccesch
|
ec6027c59e
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
|
2024-07-22 23:12:46 +01:00 |
|
Corvus
|
c6914330b6
|
Partial update to 0.7.0-alpha
|
2024-07-19 20:22:27 -06:00 |
|
Maccesch
|
e4ad9f11af
|
codecs extracted into crate codee
|
2024-07-08 17:10:29 +01:00 |
|
Maccesch
|
a8de6a96dd
|
refactored codecs and implemented msgpack and bincode as binary codecs. prost is now a binary codec as well and base64 is available as an adapter.
|
2024-06-07 02:19:07 +02:00 |
|
Maccesch
|
1771d3ac07
|
added delay_during_hydration option to UseStorageOptions.
Fixes #108
|
2024-06-05 11:21:25 +02:00 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
ee62623950
|
finished use_cookie
|
2024-01-31 16:54:25 +00:00 |
|
Maccesch
|
7fe153e525
|
added use_broadcast_channel
|
2024-01-29 21:29:39 +00:00 |
|
Maccesch
|
28ab799156
|
removed warnings and fixed examples
|
2023-11-13 00:20:58 +00:00 |
|
Maccesch
|
b26459986e
|
brought back use_storage
|
2023-11-12 22:50:59 +00:00 |
|
Joshua McQuistan
|
99803a9bcb
|
Organise storage docs for mdbook
|
2023-11-11 13:15:13 +00:00 |
|
Joshua McQuistan
|
bdeadba508
|
Delete existing storage/ in favour of use_storage.rs
|
2023-10-27 12:39:58 +01:00 |
|
Maccesch
|
e55f253e8d
|
use MaybeRwSignal where applicable. Fixes #4
|
2023-07-15 16:48:29 +01:00 |
|
Maccesch
|
915127d749
|
re-added doc cfg feature flag but commented out
|
2023-06-23 22:13:14 +01:00 |
|
Lukas Potthast
|
b5ddeeda97
|
Allow users to use the stable toolchain
|
2023-06-21 13:09:00 +02:00 |
|
Maccesch
|
e1b4d149e3
|
added local/session storage
|
2023-06-10 01:52:21 +01:00 |
|