Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patronum v2.0 #300

Merged
merged 32 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7f2b7a2
Use effector 23 release candidate
AlexandrHoroshih Oct 11, 2023
2a94b6b
Remove forward calls
AlexandrHoroshih Oct 12, 2023
0008daf
Remove guard usage
AlexandrHoroshih Oct 12, 2023
4dd3e19
greedy: true -> batch: false
AlexandrHoroshih Oct 12, 2023
821deb6
remove fork(domain) usage
AlexandrHoroshih Oct 12, 2023
4b61108
Remove onlyChanges usage
AlexandrHoroshih Oct 12, 2023
01bbf43
Use skipVoid: false
AlexandrHoroshih Oct 12, 2023
33e35c4
use the same TS version, which is used for effector
AlexandrHoroshih Oct 12, 2023
d0a5233
Comply with TS deprecations and cut unrelevant lib check
AlexandrHoroshih Oct 12, 2023
265bd07
Make empty operator work with full-void stores
AlexandrHoroshih Oct 12, 2023
001203a
Use UnitTargetable
AlexandrHoroshih Oct 23, 2023
f9e4927
Add skipVoid to maps and combines (#302)
zerobias Nov 10, 2023
006bf38
Use latest rc
AlexandrHoroshih Nov 18, 2023
50aa8a7
Update tests to reflect fixed bug
AlexandrHoroshih Nov 18, 2023
69214f3
Remove test for derived event call - it is not supported anymore
AlexandrHoroshih Nov 18, 2023
dc95249
Update `and` tests
AlexandrHoroshih Nov 18, 2023
e1cd7f0
Update `or` tests
AlexandrHoroshih Nov 18, 2023
560e3f6
Remove controversial type tests
AlexandrHoroshih Nov 18, 2023
8c7a1f9
Remove type tests for domain or scope in source
AlexandrHoroshih Nov 18, 2023
106acac
Update combine-events type tests
AlexandrHoroshih Nov 18, 2023
9bf2719
Fix build
AlexandrHoroshih Nov 18, 2023
e07af37
Test types against dist
AlexandrHoroshih Nov 18, 2023
b4bac9d
Fix condition types
AlexandrHoroshih Nov 18, 2023
53072cf
Fix `{}` in `every` and `some` tests
AlexandrHoroshih Nov 18, 2023
76026df
Fix `name` support in debounce
AlexandrHoroshih Nov 18, 2023
19482f7
Fix `spread` types
AlexandrHoroshih Nov 18, 2023
9a9081a
Fix double debounce trigger (#303)
yumauri Nov 18, 2023
61ec454
Skip failing cases
AlexandrHoroshih Nov 18, 2023
8fd97ae
Add effector 23 support (#304)
zerobias Nov 27, 2023
d1199ff
Set effector version strictly to 23 (#305)
zerobias Nov 27, 2023
6238f7b
fix(once): remove redundant sample as of effector v23 (#306)
kireevmp Nov 28, 2023
9ab85fe
Fix ci issues (#307)
zerobias Nov 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions integration/cra/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@effector:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
strict-peer-dependencies=false
4 changes: 2 additions & 2 deletions integration/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"effector": "^22.1.2",
"effector-react": "^22.0.4",
"effector": "^23.0.0-rc.6",
"effector-react": "^23.0.0-rc.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^5.0.0-next.47",
Expand Down
Loading
Loading