jasper
|
1d3784ed7b
|
feat: impl Into<Signal> for store subfields (#3579)
|
2025-02-14 17:14:49 -05:00 |
|
mahdi739
|
68f4d46c5f
|
feat: add invert to OptionStoreExt (#3534)
|
2025-02-14 13:52:38 -05:00 |
|
martin frances
|
e84b527743
|
Minor: Bump tokio to 1.43. (#3600)
|
2025-02-12 23:14:00 -08:00 |
|
martin frances
|
b81f71997b
|
Minor: Bump itertools to "0.14.0" (#3593)
The crate is used by "leptos_macro","reactive_stores" and "tachys"
So the definition of itertools can be centralized up into the root workspace
|
2025-02-12 12:16:47 -08:00 |
|
Greg Johnston
|
7be6a9da86
|
v0.7.7
|
2025-02-11 20:29:31 -05:00 |
|
Greg Johnston
|
c51e07b5a4
|
v0.7.6 (#3586)
|
2025-02-11 20:23:57 -05:00 |
|
mahdi739
|
706617ab0a
|
fix: panic at fewer places in stores (#3551)
|
2025-02-07 14:45:12 -05:00 |
|
mahdi739
|
cd64bb9d67
|
fix: return empty set of keys instead of panicking when the KeyedSubfield is disposed (#3550)
|
2025-02-07 14:43:33 -05:00 |
|
Ivan Radiček
|
32be3a023a
|
feat: implement PatchField for Option<_> (#3528)
|
2025-02-01 09:40:43 -05:00 |
|
Greg Johnston
|
d9043e4f34
|
feat: impl From<ArcField<T>> for Field<T> (#3533)
* feat: impl `From<ArcField<T>>` for `Field<T>`
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-02-01 09:37:38 -05:00 |
|
Greg Johnston
|
1dcc5838f7
|
v0.7.5
|
2025-01-30 21:42:39 -05:00 |
|
Greg Johnston
|
c35c42c6e3
|
fix: correctly notify descendants and ancestors of store fields (closes #3523) (#3524)
|
2025-01-29 19:28:26 -05:00 |
|
benwis
|
586c330995
|
Fix formatting
|
2025-01-26 09:46:19 -08:00 |
|
dcsturman
|
09bbae2a72
|
Enhanced docs for reactive_stores (#3508)
Added docs on shadow traits, Option, Enum, Vec, and Box usage with Store.
|
2025-01-24 20:23:13 -08:00 |
|
Greg Johnston
|
f303ff9706
|
feat: implement unboxing support for recursive store nodes (closes #3491) (#3493)
|
2025-01-17 13:21:40 -05:00 |
|
Michael Scofield
|
429d1b1262
|
feat: support for custom patch function on stores (#3449)
|
2025-01-17 13:10:44 -05:00 |
|
Greg Johnston
|
10db2f83eb
|
v0.7.3
|
2025-01-04 08:55:44 -05:00 |
|
Michael Scofield
|
34ecd2d541
|
feat: add Dispose for Store (#3429)
|
2025-01-03 15:37:59 -05:00 |
|
Michael Scofield
|
df38b075d8
|
feat: add Default to stores (#3432)
|
2025-01-03 15:37:41 -05:00 |
|
Michael Scofield
|
1c002a2df8
|
chore: add missing #[track_caller]s (#3422)
|
2024-12-31 10:34:47 -05:00 |
|
Greg Johnston
|
b91429d4f0
|
fix: correctly track updates to keyed fields in keyed iterator (closes #3401) (#3403)
|
2024-12-24 08:14:14 -05:00 |
|
Greg Johnston
|
28af33d511
|
v0.7.2
|
2024-12-21 14:09:01 -05:00 |
|
Michael Scofield
|
8d4776bf5f
|
feat: add a From<ArcStore<T>> for Store<T, S> (#3389)
|
2024-12-20 13:02:48 -05:00 |
|
Greg Johnston
|
ef72f1ce96
|
v0.7.1
|
2024-12-16 20:52:00 -05:00 |
|
Marcus Whybrow
|
753cfe8e44
|
chore: implement PatchField for usize (#3346)
|
2024-12-16 09:09:50 -05:00 |
|
zakstucke
|
2a4b80cf22
|
feat: opt-in locations in release mode with --cfg locations (#3281)
|
2024-12-16 08:32:57 -05:00 |
|
Greg Johnston
|
e65969cfcd
|
fix: nested keyed fields in stores (closes #3338) (#3344)
|
2024-12-11 20:03:41 -05:00 |
|
Greg Johnston
|
d665dd4b89
|
v0.7.0
|
2024-11-30 12:09:41 -05:00 |
|
benwis
|
5947aa299e
|
Release rc3
|
2024-11-28 11:28:20 -08:00 |
|
Greg Johnston
|
14eb707e82
|
rc2
|
2024-11-22 15:27:00 -05:00 |
|
Greg Johnston
|
cff277b3db
|
fix: add Write implementatations for Field<T> and ArcField<T> (closes #3257) (#3262)
|
2024-11-19 10:04:40 -05:00 |
|
Ari Seyhun
|
0258ac6df4
|
feat(reactive_stores): add map_untracked to OptionStoreExt (#3245)
|
2024-11-18 09:41:04 -05:00 |
|
Greg Johnston
|
5206755124
|
chore: add docs for stores (#3216)
|
2024-11-10 14:51:25 -05:00 |
|
Saber Haj Rabiee
|
14e47e87ba
|
chore: add Cargo.lock (closes #2881) (#3192)
|
2024-11-04 16:21:35 -05:00 |
|
Greg Johnston
|
3a8508df6c
|
rc1
|
2024-11-03 20:19:57 -05:00 |
|
Greg Johnston
|
6e13ff9787
|
feat: impl Into<Field<T>> for Store<T> (closes #3102)
|
2024-10-28 20:28:09 -04:00 |
|
Greg Johnston
|
97110cd5ac
|
chore: remove Then
|
2024-10-28 20:17:23 -04:00 |
|
Greg Johnston
|
5acc1b1a5a
|
chore: rename .iter() to .iter_unkeyed() for clarity
|
2024-10-28 20:16:54 -04:00 |
|
Greg Johnston
|
e5149fb348
|
fix: correctly track inner subfields on Field (closes #3169) (#3170)
|
2024-10-28 20:04:16 -04:00 |
|
Greg Johnston
|
7b8cd90a6e
|
0.7.0-rc0
|
2024-10-21 21:16:20 -04:00 |
|
Greg Johnston
|
9d1be64e4d
|
chore: publish stores (#3110)
|
2024-10-14 10:18:38 -04:00 |
|
benwis
|
d6e6cd3be0
|
v0.7.0gamma3
|
2024-10-14 05:01:19 -07:00 |
|
Greg Johnston
|
4becfa39ca
|
correct version number
|
2024-10-10 09:13:39 -04:00 |
|
Greg Johnston
|
f8388b122d
|
fix: avoid reentering lock when initializing nested keyed store fields (closes #3086) (#3087)
|
2024-10-10 08:53:28 -04:00 |
|
Greg Johnston
|
7403e4084f
|
Merge pull request #3040 from mahdi739/double-ended-iterator-for-stores
Double-ended-iterator-for-stores
|
2024-10-02 19:19:40 -04:00 |
|
Greg Johnston
|
8a040fda69
|
chore: rename Writeable to Write for consistency
|
2024-10-01 19:36:20 -04:00 |
|
Greg Johnston
|
699c54e16c
|
-gamma prerelease
|
2024-09-30 14:16:38 -04:00 |
|
Greg Johnston
|
1217ef4d8e
|
beta7
|
2024-09-30 14:16:01 -04:00 |
|
Mahdi
|
4c3bcaa68d
|
implement DoubleEndedIterator for StoreFieldKeyedIter
|
2024-09-28 17:15:43 +03:30 |
|
Mahdi
|
fe060617d2
|
implement DoubleEndedIterator for StoreFieldIter
|
2024-09-28 17:14:45 +03:30 |
|