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

fix: run queue tasks in other modules #92

Merged
merged 30 commits into from
Dec 14, 2021

Conversation

levibostian
Copy link
Contributor

@levibostian levibostian commented Dec 7, 2021

merge #89 first

Closes: #90

levibostian and others added 29 commits October 29, 2021 16:22
* adding user agent

* can import UIKit

* Minor fix

* conditional import statements

* minor fix for deviceInfo.

Need to discuss for the 'default value' in case UIKit is unavailable

* added test case and comments
# [1.0.0-alpha.17](1.0.0-alpha.16...1.0.0-alpha.17) (2021-11-03)

### Bug Fixes

* improve user-agent with more detail ([#74](#74)) ([4301034](4301034))
# [1.0.0-alpha.18](1.0.0-alpha.17...1.0.0-alpha.18) (2021-11-18)

### Bug Fixes

* deep links previously being ignored ([#79](#79)) ([2041767](2041767))
q depends on hooks, hooks depend on q.
event bus no longer needed
# [1.0.0-alpha.19](1.0.0-alpha.18...1.0.0-alpha.19) (2021-12-03)

### Bug Fixes

* logs now show up in mac console app ([#80](#80)) ([535d0be](535d0be))
@levibostian levibostian requested a review from ami-aman December 7, 2021 21:32
@levibostian levibostian self-assigned this Dec 7, 2021
@levibostian levibostian marked this pull request as draft December 7, 2021 21:33
@levibostian levibostian changed the title fix: run queue tasks in other modules Closes: #90 fix: run queue tasks in other modules Dec 7, 2021
@hownowstephen
Copy link
Contributor

e2ed358...be6ae3d

@RussellCIO RussellCIO added the iOS label Dec 13, 2021
@levibostian levibostian marked this pull request as ready for review December 13, 2021 22:04
@levibostian levibostian merged commit 196b606 into background-q Dec 14, 2021
@levibostian levibostian deleted the background-q-hook-fix branch December 14, 2021 14:46
@ami-ci
Copy link
Contributor

ami-ci commented Dec 15, 2021

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ami-ci
Copy link
Contributor

ami-ci commented Jan 19, 2022

🎉 This PR is included in version 1.0.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ami-ci
Copy link
Contributor

ami-ci commented Jan 19, 2022

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background queue performs network call but doesn't continue processing queue
6 participants