An open API service providing commit metadata for open source projects.

GitHub / ReactorKit/ReactorKit / commits

A library for reactive and unidirectional Swift applications

SHA Message Author Date Stats
784aede4 merge Merge pull request #262 from ReactorKit/fix/observed-reactor-bg-hop-race Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
4 months ago
087b784c fix(swiftui): close native Observation race after BG → main hop OhKanghoon <g****6@n****m> 4 months ago
870ace27 merge Merge pull request #261 from ReactorKit/docs/trim-threading-section Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
4 months ago
57e2e43c docs(readme): trim Threading section OhKanghoon <g****6@n****m> 4 months ago
ec946e56 merge Merge pull request #260 from ReactorKit/feat/restore-reentrancy-trampoline Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
4 months ago
61ae26a5 merge Merge pull request #259 from indextrown/fix-observable Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
4 months ago
211fe22c docs(readme): restructure Threading section around responsibility split OhKanghoon <g****6@n****m> 4 months ago
5d8dad4c feat(reactor): restore reentrancy trampoline as internal mechanism OhKanghoon <g****6@n****m> 4 months ago
f073e4fd merge Merge branch 'main' into fix-observable donghyeon kim <6****n@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
c5a7c6d3 Fix Observable.just(...) in GitHubSearch tutorial indextrown <i****n@g****m> 4 months ago
b804f0aa merge Merge pull request #258 from indextrown/fix-typo-readme Jeon Suyeol <d****l@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a5083d95 Fix Typo in README.md indextrown <i****n@g****m> 4 months ago
a80a5406 merge Merge pull request #257 from ReactorKit/refactor/remove-scheduler Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
4 months ago
78cbe43e review: address CodeRabbit feedback on PR #257 OhKanghoon <g****6@n****m> 4 months ago
87931282 refactor(reactor)!: remove scheduler protocol requirement OhKanghoon <g****6@n****m> 4 months ago
f703cedf merge Merge pull request #256 from ReactorKit/docs/scheduler-contract Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
5 months ago
6da3c3c3 refactor(reactor): document action dispatch contract and add DEBUG check OhKanghoon <g****6@n****m> 5 months ago
aa9aed80 merge Merge pull request #255 from ReactorKit/refactor/swiftui-drop-pulse Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
5 months ago
4f977cc2 refactor(swiftui): drop pulse(_:) from ObservedReactor OhKanghoon <g****6@n****m> 5 months ago
a97d67bd merge Merge pull request #254 from ReactorKit/chore/rename-master-to-main Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
5 months ago
8778d359 chore: replace master references with main OhKanghoon <g****6@n****m> 5 months ago
2b36b819 merge Merge pull request #253 from ReactorKit/feat/reactor-scheduler Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
5 months ago
63ae21ad refactor(swiftui): drop redundant observe(on:) in ObservedReactor OhKanghoon <g****6@n****m> 5 months ago
464eb518 feat(reactor): restore scheduler with MainScheduler default OhKanghoon <g****6@n****m> 5 months ago
66af7f97 merge Merge pull request #252 from OhKanghoon/feature/swiftui-support Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
5 months ago
f68943cd refactor(observation): trim SwiftUIDetection docstring and internal note OhKanghoon <g****6@n****m> 5 months ago
fd803197 review: correct CI comment and add accessibility labels to vanilla counter OhKanghoon <g****6@n****m> 5 months ago
408e2ea0 test(swiftui): replace fixed-delay wait with deterministic subscription OhKanghoon <g****6@n****m> 5 months ago
f6084ca1 fix(observation): fail fast on pthread key/setspecific failures OhKanghoon <g****6@n****m> 5 months ago
74983741 fix(observation): close one-shot tracking race in installTracking OhKanghoon <g****6@n****m> 5 months ago
807117e8 fix(examples): address review feedback on SwiftUI counter example OhKanghoon <g****6@n****m> 5 months ago
60520cfb refactor(observation): tighten BindingAction Sendable constraints OhKanghoon <g****6@n****m> 5 months ago
18f01b5d refactor(observation): scope SwiftUIRenderPathDetector cache per ObservedReactor OhKanghoon <g****6@n****m> 5 months ago
6166355b test(swiftui): extend @available on Native Observation tests to iOS/tvOS/watc... OhKanghoon <g****6@n****m> 5 months ago
ad2dbe2c docs: fix duplicate Installation heading in README OhKanghoon <g****6@n****m> 5 months ago
cacbed6f build: expose ReactorKitObservation product and tighten swift-syntax range OhKanghoon <g****6@n****m> 5 months ago
46304cbd chore: update CI and podspec for SwiftUI support OhKanghoon <g****6@n****m> 5 months ago
143db5d7 feat(examples): add SwiftUI counter example OhKanghoon <g****6@n****m> 5 months ago
aff9dfd0 feat(swiftui): add ObservedReactor, ReactorBindable, and ReactorObserving OhKanghoon <g****6@n****m> 5 months ago
76e220fb feat(observation): add @ObservableState macro and observation infrastructure OhKanghoon <g****6@n****m> 5 months ago
f334013f merge Merge pull request #251 from ReactorKit/swift6 Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
6 months ago
58b13c89 Mark ReactorView protocols as @MainActor for compile-time isolation Jeon Suyeol <d****l@g****m> 6 months ago
bdfe3fb6 Add Swift 6 support Jeon Suyeol <d****l@g****m> 6 months ago
72d901f5 merge Merge pull request #250 from ReactorKit/remove-gitbook Jeon Suyeol <d****l@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e170cc15 chore: remove GitBook integration
Co-authored-by: Sisyphus <c****t@s****i>
Jeon Suyeol <d****l@g****m> 6 months ago
9d2b10fd merge Merge pull request #248 from ReactorKit/rename-protocols Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
10 months ago
d7d990bc refactor: update Example to use new DeferredReactorView OhKanghoon <g****6@n****m> 11 months ago
4a6a10ee refactor: rename View protocols for clarity and SwiftUI compatibility OhKanghoon <g****6@n****m> 11 months ago
aa1e24e3 merge Merge pull request #247 from ReactorKit/support-coderabbit Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
11 months ago
53a407a0 chore: add `.coderabbit.yaml` OhKanghoon <g****6@n****m> 11 months ago
2fe94365 merge Merge pull request #245 from ReactorKit/min-os-version Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
11 months ago
539a164b feat: update min platform ver OhKanghoon <g****6@n****m> 11 months ago
eb79106f merge Merge pull request #244 from tokijh/update-ci Yoon Joonghyun <t****h@n****m>
Committed by: GitHub <n****y@g****m>
12 months ago
38eb08e3 Update CI script to dynamically select the latest available simulator and use... tokijh <t****h@n****m> 12 months ago
a0a86aa9 merge Merge pull request #242 from doulos76/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
17ef8498 CounterViewController 실행시 오류 수정: Reactor -> CounterViewReactor doulos76 <i****s@g****m> about 1 year ago
b6c305ce merge Merge pull request #241 from tokijh/remove-unused-type Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
988b886d Remove NoAction and NoMutation typealiases that were obsoleted tokijh <t****h@n****m> over 1 year ago
b13e14e3 Update CI script to dynamically select the latest available iOS simulator tokijh <t****h@n****m> over 1 year ago
a01b9ce8 Remove unused typealias for Reactor.Scheduler tokijh <t****h@n****m> over 1 year ago
0055900d merge Merge pull request #240 from sanghun0724/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
30dbb4d6 Remove Unnecessary Scheduling Table of Contents sanghun0724 <s****4@n****m> over 1 year ago
5c91bc4f merge Merge pull request #236 from MUKER-WON/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
0f821bc7 merge Merge pull request #238 from Yoon-hub/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6d64c7a7 style: adjust swift format yoon <k****0@n****m> about 2 years ago
35795df6 add: button tap throttle MUKER-WON <m****v@g****m> about 2 years ago
086cb053 merge Merge pull request #234 from ReactorKit/fix-ci Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
00dacc4d ci: update ci.yml OhKanghoon <g****6@n****m> over 2 years ago
f26663e9 docs: adjust markdown formatter OhKanghoon <g****6@n****m> over 2 years ago
6a04b7a1 merge Merge pull request #231 from tospery/TinyHub Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f106119e Update library link tospery <t****y@g****m> over 2 years ago
4aed4615 Update .gitignore Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e1b519ab Update .spi.yml Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cf21fb82 merge Merge pull request #230 from doulos76/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a1e1646d Update GitHubSearchViewController.swift Dave Minhoi Goo <i****s@g****m> over 2 years ago
1134a6d2 merge Merge pull request #229 from woin2ee/master Yoon Joonghyun <t****h@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2b57275 Add documentation comment for Pulse Jaewon Yun <w****e@g****m> over 2 years ago
0fb77590 merge Merge pull request #228 from finestructure/patch-1 Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8b6d91e0 Update .spi.yml Sven A. Schmidt <s****s@f****o>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a16329a2 merge Merge pull request #227 from ReactorKit/task/docc Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bcdba00d chore: add `.spi.yml` OhKanghoon <g****6@n****m> over 2 years ago
b19c3771 merge Merge pull request #225 from wplong11/remove-unnecessary-code Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5f6ee24b merge Merge pull request #223 from wplong11/refactor-reactor Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bd298256 Remove unnecessary code Donghyeon Kim <w****1@u****m> over 2 years ago
dbd8087a merge Merge pull request #222 from sanghun0724/master Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a0fd024b Improve the readability of the stream initialization logic Donghyeon Kim <w****1@u****m> over 2 years ago
1d514e50 merge Merge pull request #218 from ReactorKit/remove-scheduler Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
67d8ab62 feat: add comment on pulse operation sanghun0724 <s****4@n****m> almost 3 years ago
90c2e236 fix: fixes code naming in test sanghun0724 <s****4@n****m> almost 3 years ago
735a5893 fix: nextkey access modifier sanghun0724 <s****4@n****m> almost 3 years ago
09349cf7 merge Merge pull request #220 from sanghun0724/master Yoon Joonghyun <t****h@n****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e5bf78d0 fix: lock access modifier and changed `var` to `let` sanghun0724 <s****4@n****m> almost 3 years ago
f8b48e76 feat: remove scheduler in Reactor OhKanghoon <g****6@n****m> almost 3 years ago
8f662355 merge Merge pull request #217 from tokijh/update-podfile-lock-in-example Yoon Joonghyun <t****h@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4c4d2f46 Remove reference of GitHubSearch on Counter project 윤중현 <t****h@n****m> over 3 years ago
9de25325 Update the Podfile.lock in the example project 윤중현 <t****h@n****m> over 3 years ago
196981eb merge Merge pull request #214 from kyounh12/patch-1 Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e2aed745 Update Toss Logo in README.md kyounh12 <k****2@s****r>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0714cebf merge Merge pull request #213 from ReactorKit/feature/lint Ray (Kanghoon Oh) <g****6@n****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
10dd9773 ci: fix ci OhKanghoon <g****6@n****m> almost 4 years ago

← Back to repository