364 Commits

Author SHA1 Message Date
allcontributors[bot]
35d154dcea docs: update .all-contributorsrc [skip ci] 2020-09-09 10:36:03 +02:00
allcontributors[bot]
9a99f49ac3 docs: update README.md [skip ci] 2020-09-09 10:36:03 +02:00
Josep M Sobrepere
9ad463f13b chore: READMEs point to the website 2020-09-09 10:23:12 +02:00
Josep M Sobrepere
023fd82d45 core: v0.4.0 2020-09-09 01:47:04 +02:00
Josep M Sobrepere
debd996cec fix(core-bind): shared observable should not complete 2020-09-08 15:28:58 +02:00
Riko Eksteen
10c3141d59 chore(docs): fix local readme
- remove references to graceTime from root readme, i.e. bring in line with packages readme
2020-09-07 14:27:16 +02:00
Josep M Sobrepere
973669553b perf(core): use useLayoutEffect 2020-09-06 23:26:47 +02:00
Josep M Sobrepere
6d7116db5e docs(core): Update README 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
6fa6690bc2 chore: use noop from rxjs 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
a783f862bc feat: new API for useSubscribe & Subscribe
Co-authored-by: Victor Oliva <olivarra1@gmail.com>
2020-09-04 17:34:08 +02:00
Josep M Sobrepere
71a7f8c2b5 chore: remove graceTime fro useSubscribe & Subscribe 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
b943ed8408 chore(useObservable): small perf improvements 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
9e6b48acc3 chore(core-react-enhancer): tiny improvements 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
60a0fbda1e chore(errors): improve error-handling logic 2020-09-04 17:34:08 +02:00
Josep M Sobrepere
729525c033 v0.3.0 2020-09-04 17:34:08 +02:00
Riko Eksteen
8175410c97 chore(typings): bring types in line with RxJs
- use OperatorFunction and MonoTypeOperatorFunction where appropriate
- switch order of type arguments on "split" (from K,T,R to T,K,R) so that it matches other operators like groupBy
- change typings of switchMapSuspended so that it matches RxJs switchMap (now uses ObservedValueOf)

no code changes; all tests still pass
2020-09-04 12:49:44 +02:00
Josep M Sobrepere
74ee837abc chore: Add Victor as a co-author 2020-09-01 21:07:05 +02:00
Josep M Sobrepere
0d2759b2f9 chore(shareLatest): simplify implementation 2020-09-01 17:21:00 +02:00
Josep M Sobrepere
8069ef2093 v0.2.0 core & utils 2020-08-27 16:16:47 +02:00
Josep M Sobrepere
fbb72b2b98 test(suspense): test suspended components resolving at different times 2020-08-27 15:48:11 +02:00
Josep M Sobrepere
7ac587cd07 chore(refactor): move subscribe utils to core 2020-08-27 15:12:47 +02:00
Josep M Sobrepere
34f9992e9a chore(deps): upgrade dependencies 2020-08-27 12:44:32 +02:00
Josep M Sobrepere
a653031818 feat(utils): add selfDependant creation operator 2020-08-27 12:14:53 +02:00
Josep M Sobrepere
0d40dca5c3 chore(core-utils): move Suspense utils from core to utils 2020-08-26 23:37:48 +02:00
Josep M Sobrepere
047f83d0a2 chore(utils): collector abstraction to reduce bundle size 2020-08-26 20:22:28 +02:00
Josep M Sobrepere
d782852046 chore(ci): fix bundlewatch package.json config 2020-08-26 20:12:19 +02:00
Josep M Sobrepere
5382cc664c chore(ci): fix bundlewatch base branch 2020-08-26 20:02:54 +02:00
Josep M Sobrepere
a6ae4a69b1 fix(utils-collect): add shareLatest behaviour 2020-08-26 18:30:18 +02:00
Josep M Sobrepere
31f7029c36 feat(utils): add collect operator 2020-08-26 09:31:56 +02:00
allcontributors[bot]
1e1ad4e793 docs: update .all-contributorsrc [skip ci] 2020-08-26 01:51:49 +02:00
allcontributors[bot]
ecfdf10eb9 docs: update README.md [skip ci] 2020-08-26 01:51:49 +02:00
allcontributors[bot]
f52133a2d6 docs: update .all-contributorsrc [skip ci] 2020-08-26 01:31:43 +02:00
allcontributors[bot]
194c76bebd docs: update README.md [skip ci] 2020-08-26 01:31:43 +02:00
Josep M Sobrepere
8094953cb0 chore(ci): Further improvements GH actions II 2020-08-26 01:01:36 +02:00
Josep M Sobrepere
b1c91c7c42 chore(ci): Further improvements GH actions 2020-08-26 00:47:26 +02:00
Josep M Sobrepere
a6e4073f58 chore(ci): Improve GH actions 2020-08-26 00:37:17 +02:00
Riko Eksteen
cada5bbba2 Switch build to GitHub Actions
- add CI.yml
- remove travis.yml
- change build badge in README.md
2020-08-25 23:33:03 +02:00
Víctor Oliva
9aff17d208 docs(utils-split): add initial docs to split 2020-08-25 19:22:08 +02:00
Josep M Sobrepere Profitós
90de29b08a feat(utils): deprecate groupInMap in favour of collectValues 2020-08-25 13:55:38 +02:00
Josep M Sobrepere Profitós
27c90bc693 fix(utils-split): fix error notifications 2020-08-21 20:32:10 +02:00
Josep M Sobrepere Profitós
c59be6c8fe fix(utils-split): notify subscribers in the correct order 2020-08-21 02:01:55 +02:00
Josep M Sobrepere
3c2f3b6b18
feat(utils): add split operator (#79)
* feat(utils): add split operator

* test(utils/split): Split operator basic tests
2020-08-19 14:12:30 +02:00
Josep M Sobrepere Profitós
cc1999a7bd chore(prettier): improve prettier linting workflow 2020-08-17 23:21:40 +02:00
Josep M Sobrepere Profitós
2d58fbab32 feat(bind): nested keys accept optional args 2020-08-16 16:25:24 +02:00
Josep M Sobrepere Profitós
8eac0e13ce feat(bind): factory with nested keys 2020-08-16 16:25:24 +02:00
Josep M Sobrepere
031faad4a2 Upgrade dependencies 2020-08-13 16:37:35 +02:00
Josep M Sobrepere Profitós
a801f81e87 v0.1.2 2020-08-07 00:18:04 +02:00
Josep M Sobrepere Profitós
edbae59dc8 fix(core/shareLatest): recursive sync subscriptions 2020-08-07 00:10:28 +02:00
Josep M Sobrepere Profitós
5e9be40398 test(shareLatest): recursive sync subscriptions 2020-08-07 00:10:28 +02:00
Josep M Sobrepere
ca5d2ea5e6 fix: v0.1.1 fix build 2020-07-29 14:38:47 +02:00