Víctor Oliva
a26a2cfaf7
wip
2024-01-16 14:53:45 +01:00
Victor Oliva
39f9a743a3
upgrade dependencies, migrate to vitest ( #303 )
2023-07-29 20:56:51 +02:00
Victor Oliva
fb57cdbbea
fix: default condition should be last one ( #304 )
2023-07-12 12:23:36 +02:00
Víctor Oliva
625c9cc773
@react-rxjs/core@0.10.5
...
@react-rxjs/dom@0.1.9
@react-rxjs/utils@0.9.6
2023-07-11 21:41:20 +02:00
Victor Oliva
0c251ef596
fix(utils/selfDependent): prevent subject from being closed after unsub ( #283 )
2023-07-11 21:35:34 +02:00
Victor Oliva
6aa83ddd11
fix: types not read when moduleResolution is not "node" ( #302 )
...
fixes #298
2023-07-11 21:20:25 +02:00
Víctor Oliva
155fb04484
@react-rxjs/core@0.10.4
2023-03-11 22:35:17 +01:00
Josep M Sobrepere
4c48d7cc8f
@react-rxjs/core@0.10.3
2022-09-09 16:49:52 +02:00
Josep M Sobrepere
42dba32121
@react-rxjs/core@0.10.2
2022-09-09 16:09:58 +02:00
Josep M Sobrepere
e47d32fff4
@react-rxjs/core@0.10.1
2022-09-09 15:58:49 +02:00
Victor Oliva
822c0baca7
chore: rename selfDependant to selfDependent ( #272 )
...
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
2022-09-09 12:47:03 +02:00
Josep M Sobrepere
2a5fd4df09
@react-rxjs/core@0.10.0
2022-09-09 12:39:32 +02:00
Josep M Sobrepere
39ba60bf81
feat: simplify EffectObservables to just Suspense
2022-09-09 12:39:32 +02:00
Josep M Sobrepere
19840fd332
feat: effect observables
2022-09-09 12:39:32 +02:00
Josep M Sobrepere
26b6460c77
@react-rxjs/core@0.9.6
2022-04-29 10:50:08 +02:00
Victor Oliva
b194d558ca
docs: add description for toKeySet operator ( #257 )
...
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
2022-04-21 14:39:15 +02:00
Josep M Sobrepere
bb716cefb8
@react-rxjs/core@0.9.5
2022-04-11 15:36:12 +02:00
Josep M Sobrepere
1516ed7df3
chore: yarn -> npm
2022-04-05 15:32:31 +02:00
Josep M Sobrepere
da9fea8937
@react-rxjs/core@0.9.4 ( #254 )
2022-04-04 17:41:23 +02:00
Victor Oliva
6fe91f8a1b
feat: utils toKeySet ( #252 )
...
* feat: utils `toKeySet`
* Update packages/utils/src/toKeySet.ts
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
* Update packages/utils/src/toKeySet.test.ts
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
* organize test imports
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
2022-04-01 10:16:12 +02:00
Josep M Sobrepere
ec8f8ad12d
partitionByKey fixes and improvements (#251 )
...
* `partitionByKey` fixes and improvements
* fix `pendingFirstAdd`
* add order to sync test
* Update packages/utils/src/partitionByKey.ts
Co-authored-by: Victor Oliva <olivarra1@gmail.com>
Co-authored-by: Victor Oliva <olivarra1@gmail.com>
2022-03-30 23:31:02 +02:00
Josep M Sobrepere
78416fbed5
@react-rxjs/core@0.9.3
2022-03-30 15:48:48 +02:00
Victor Oliva
fb7004a066
Improve performance of partitionByKey with a big number of elements ( #232 )
...
* Improve performance of partitionByKey with a big number of elements
* Improve performance of partitionByKey by not serialising the keys
* partition by key to emit deltas instead of the resulting keys
* update tests for partitionByKey
* update tests for combineKeys
* getGroupedObservable: close outer subscription once the inner stream is found
* add performance tests to partitionByKey
* make tests more predictable
* adjust performance threshold
Co-authored-by: Josep M Sobrepere <jm.sobrepere@gmail.com>
2022-03-30 11:36:14 +02:00
Josep M Sobrepere
73776b473b
@react-rxjs/core@0.9.2
2022-03-29 15:25:12 +02:00
Josep M Sobrepere
d291db98ce
@react-rxjs/core@0.9.1
2022-03-27 23:14:50 +02:00
Josep M Sobrepere
abf554ebc6
v0.9.0 rxjs-state integration
...
Co-authored-by: Víctor Oliva <olivarra1@gmail.com>
2022-03-20 16:45:28 -05:00
Josep M Sobrepere
b84fd55b53
patch libraries
2022-03-11 15:56:18 -05:00
Josep M Sobrepere
f97649c0af
fix: undo type: module
2022-03-11 15:53:53 -05:00
Josep M Sobrepere
93c0336304
@react-rxjs/core@0.8.6 on devDependencies
2022-03-11 15:43:31 -05:00
Josep M Sobrepere
dc0afe3b65
patch packages
2022-03-11 11:53:51 -05:00
Josep M Sobrepere
04430000ac
type: module
2022-03-11 11:53:51 -05:00
Josep M Sobrepere
80b28b7349
fix: utils/combineKeys emit empty Map when needed
2021-10-06 19:44:42 +02:00
Josep M Sobrepere
36c9e6f392
patch: upgrade dev dependencies & patch
2021-09-26 21:43:33 +02:00
Josep M Sobrepere
00670499c9
chore: patch exports for all packages (RN)
2021-09-04 00:14:11 +02:00
Josep M Sobrepere
04e356d028
fix: package.json exports
2021-09-03 23:54:27 +02:00
Josep M Sobrepere
9d47952006
fix(utils): partitionByKey make streamSelector optional
2021-06-25 10:11:36 +02:00
Josep M Sobrepere
6444c03faf
chore: patch exports for all packages
2021-06-07 10:33:04 +02:00
Josep M Sobrepere
3ebc198cb5
@react-rxjs/utils@0.9.0
2021-06-01 12:02:57 +02:00
Víctor Oliva
cb128737a5
remove split/collect/collectValues
2021-05-31 23:53:35 +02:00
Víctor Oliva
59576a11dc
polish error behaviour on partitionByKey, complete tests
2021-05-31 23:53:35 +02:00
Víctor Oliva
9e33084aab
reimplement partitionByKey
2021-05-31 23:53:35 +02:00
Víctor Oliva
71173d3be0
add new tests to partitionByKey
2021-05-31 23:53:35 +02:00
Víctor Oliva
903c929682
feat(utils/combineKeys): emit set with changed keys
2021-05-31 14:42:15 +02:00
Josep M Sobrepere
13fa3af64f
@react-rxjs/core@0.8.1 and @react-rxjs/utils@0.8.3
2021-05-31 14:22:22 +02:00
Josep M Sobrepere
80a9fd67ee
chore: remove tsdx and upgrade dependencies
2021-05-31 13:51:59 +02:00
Josep M Sobrepere
03ef720011
fix(contextBinder): fix typings (exclude Suspense from hook)
2021-05-26 09:58:37 +02:00
Josep M Sobrepere
d3fb725015
fix(utils): combineKeys allow for reentrant keys
2021-05-10 21:23:32 +02:00
Víctor Oliva
51148d1900
@react-rxjs/core@0.8.0
2021-04-23 12:01:13 +02:00
Josep M Sobrepere
f8afe0c25d
@react-rxjs/core@0.7.1
2021-04-08 10:46:10 +02:00
Josep M Sobrepere
a180a8155a
@react-rxjs/core@0.7.0
2021-04-02 21:57:24 +02:00