Swiftpack.co - Swift Packages by RxSwiftCommunity

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by RxSwiftCommunity

RxSwiftCommunity/RxDataSources 5.0.2
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
⭐️ 3,065
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxDataSources 5.0.2
2 years ago
Additional Carthage shenanigans, thanks @ElonPark !
RxDataSources 5.0.1
3 years ago
This is an identical version to 5.0.0 but with fixes specific to Carthage support. Thanks @thedavidharris !
RxDataSources 5.0.0
3 years ago
- Support RxSwift 6 - Throw from `model(at:)` if IndexPath is out of bounds
4.0.1
4 years ago
5 years ago
* Xcode 10.0 compatibility.
6 years ago
* Makes `configureSupplementaryView` optional for reload data source. #186
6 years ago
* Adds custom logic to control should perform animated updates. * Fixes SPM integration.
6 years ago
* Adapted for RxSwift 4.0
6 years ago
* Cleans up public interface to use initializers vs nillable properties and deprecates nillable properties in favor of passing parameters through init.
6 years ago
* RxSwift 4.0.0-beta.1 compatibility
iOS tvOS
RxSwiftCommunity/RxFlow 2.13.0
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
⭐️ 1,845
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Europa
2 years ago
This release: - brings the usage of xcframeworks for the Carthage version. - replaces flatMapLatest with flatMap for the `adapt` function.
Atlantis
2 years ago
- fix (for real !) a reentrancy issue with forwardToCurrent.
Equinox
2 years ago
- fix "Unhandled files" warnings in the Package.swift file - fix re-entrancy issue in the FlowCoordinator file - revert to a strong retain policy in the Reactive+UIViewController file (see version 2.12.0)
Antares
2 years ago
This release restores the navigation on the main thread (regression spotted in the version 2.12.1)
Phoenix
3 years ago
This release fixes a possible memory leak when the Coordinator's lifecycle was unexpectedly longer than the flow ones (thanks to @asiliuk)
Majestic
3 years ago
What you'll find in this release: - a bump to RxSwift 6.0.0 (https://github.com/ReactiveX/RxSwift/releases/tag/6.0.0) - a minor change of retain policy in `Reactive+UIViewController.swift`
Galaxy
3 years ago
This Release: - fixes an issue with SPM - introduce the possibility to listen for steps event if a VC is dismissed (used for UIPageViewController, see the demo app)
Yamato
3 years ago
This Release mostly focuses on the upgrade to Xcode12/Swift 5.3
Melbourne
3 years ago
This release: - updates the Jazzy doc - fixes broken links in the Readme - fixes the behaviour of CompositeStepper (readyToEmitSteps() was not called for inner steppers) (https://github.com/RxSwiftCommunity/RxFlow/pull/154)
Relativity
3 years ago
This release brings: - a way to push a step through all the Flows hierarchy from the FlowCoordinator. It can be useful for deep linking: flowCoordinator.navigate(to:) - a new syntax for navigating with multiple flows: Flows.whenReady() is deprecated. You should instead use: Flows.use(when:) (see the example in the Readme.md and the demo application).
iOS
RxSwiftCommunity/RxAlamofire v6.1.2
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
⭐️ 1,602
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxAlamofire v6.1.2
2 years ago
RxAlamofire v6.1.1
3 years ago
RxAlamofire v6.1.0
3 years ago
### Features * Enable XCFramework (cbb899c)
RxAlamofire v6.0.0
3 years ago
RxAlamofire v5.7.1
3 years ago
RxAlamofire v5.7.0
3 years ago
RxAlamofire v5.6.2
3 years ago
cfb433e fix: yaml typo 085c406 chore: Xcode 12 carthage workaround Xcode 11.7
RxAlamofire v5.6.1
3 years ago
1ea7f1c chore: Alamofire 5.2 Xcode 11.6
RxAlamofire v5.6.0
3 years ago
c04ea5b feat(#186): Create Rx extensions mapping to Alamofire response method Xcode 11.5
RxAlamofire v5.5.0
3 years ago
4db992c feat(#183): Upload extensions Xcode 11.5
iOS macOS watchOS tvOS
RxSwiftCommunity/RxKeyboard 2.0.1
Reactive Keyboard in iOS
⭐️ 1,563
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxKeyboard 2.0.1
1 year ago
- The visibleHeight's output is wrong when 'Reduce Motion' and 'Prefer Cross-Fade Transitions' are on fixed; - Restricted number of touches to 1 that prevents keyboard unexpected behavior when user scrolls by multiple fingers simultaneously
RxKeyboard 2.0.0
3 years ago
Support RxSwift 6.0
RxKeyboard 1.0.0
4 years ago
Support Swift 5, RxSwift 5 and Xcode 10.2.
0.9.2
5 years ago
Support Carthage binary for Swift 4.2.1
0.9.0
5 years ago
Support for Swift 4.2 & Xcode 10
5 years ago
* Support Xcode 9.4 and Swift 4.1.2
6 years ago
* Support Swift 4.1
6 years ago
* Fix a bug that `willShowVisibleHeight` emits a value when hiding a keyboard (#52, @cpwhidden)
6 years ago
* Add RxKeyboardType protocol (#50) * Add Xcode 9.2 support for Carthage
RxSwiftCommunity/RxGesture 4.0.4
RxSwift reactive wrapper for view gestures
⭐️ 1,351
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Fix build error on Xcode 13.3
2 years ago
SPM compatibility fix
2 years ago
Fix Carthage compatibility
3 years ago
3 years ago
* SPM compilation fixed (#122 )
4.0.0
3 years ago
- Support RxSwift 6 - Prefix module typaliases with `RxGesture` to avoid conflicts with `SwiftUI` (or any other module): - `View`β†’ `RxGestureView` - `GestureRecognizer`β†’ `RxGestureRecognizer` - `Point`β†’ `RxGesturePoint` - etc... - Enhance custom gesture recognizers (`ForceTouchGestureRecognizer` and `TouchDownGestureRecognizer`) - Enhance example app
macOS Bugfix
4 years ago
- macOS can be used again
Compatibility Update
4 years ago
Includes latest compatibility fixes merged by the community
3.0.0 - RxSwift 5
4 years ago
Support RxSwift 5
Swift 5 & RxSwift 4.5
5 years ago
Compatibility update
5 years ago
RxSwiftCommunity/RxSwiftExt 6.2.1
A collection of Rx operators & tools not found in the core RxSwift distribution
⭐️ 1,296
πŸ•“ 31 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
6.2.1
31 weeks ago
Same as 6.2.0, with fixed Carthage support (Thanks @adamsousa!)
6.2.0
35 weeks ago
Exposes a public Observable alias to overcome a bug in Xcode 15 (#272)
RxSwiftExt 6.1.0
2 years ago
Various fixes for Xcode 12.5 and Carthage
RxSwiftExt 6.0.1
3 years ago
Relax minor version dependency on RxSwift
3 years ago
Support RxSwift 6
RxSwiftExt 5.2.0
4 years ago
## Added: - `merge(with:)` now takes an array instead of a variadic list to avoid signature conflict (#238 #241) ## Fixes: - Test updates and generic constraint naming updated (thanks @MortyMerr)!
RxSwift 5.1.1
4 years ago
Restore watchOS support
RxSwiftExt 5.1.0
4 years ago
- RxSwiftExt now supports Swift Package Manger (SPM) - Added UIScrollView.scrolledToBottom - Fix deprecated barrier usage in `once` - Added `merge(with:)` - Simplify unwrapping operators to use `compactMap` underneath the hood. - Add `mapTo` for Traits. - Make `pausableBuffered` more robust to reentrancy.
RxSwiftExt 5.0.0
4 years ago
Requires RxSwift 5 and Xcode 10.2. (Version 4.0.0 was skipped to aline versioning with RxSwift core)
RxSwift 3.4.0
5 years ago
- Fix `withUnretained` so it allows proper destructuring. - added `mapMany` operator. - added `toSortedArray` operator. - rolled `map(to:)` back to `mapTo(_:)` for SharedSequenceConvertibleType. - added `unwrap()` operator for `SharedSequence`. - added `apply(_:)` for `Single`. - added `count` operator.
iOS macOS watchOS tvOS
RxSwiftCommunity/RxRealm v5.0.7
RxSwift extension for RealmSwift's types
⭐️ 1,146
πŸ•“ 7 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxRealm v5.0.7
7 weeks ago
RxRealm v5.0.6
25 weeks ago
RxRealm v5.0.5
2 years ago
RxRealm v5.0.4
2 years ago
RxRealm v5.0.3
2 years ago
RxRealm v5.0.2
2 years ago
RxRealm v5.0.1
3 years ago
RxRealm v5.0.0
3 years ago
RxRealm v4.0.3
3 years ago
RxRealm v4.0.2
3 years ago
iOS macOS watchOS tvOS
RxSwiftCommunity/Action 5.0.0
Abstracts actions to be performed in RxSwift.
⭐️ 877
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Action 4.0.1
4 years ago
Carthage: Fix an incorrect reference to RxAtomic. **Note**: No interface changes from 4.0.0
Action 4.0.0
4 years ago
Requires RxSwift 5 and Xcode 10.2
πŸ™πŸΎ Christchurch
5 years ago
### Summary - Introduction of `underlyingError` observable which returns a `Swift.Error` element type. - Updated specs that were breaking in `Circle CI` pipeline
Action 3.10.2
5 years ago
3.10.1 – Carthage-only release
5 years ago
Resolves watchOS build failures. See [#77](https://github.com/RxSwiftCommunity/Action/pull/177).
Fixes problem with new build system (Xcode 10)
5 years ago
See #151.
Kreuzberg
5 years ago
- Updated `Semantic Versioning` to reflect what is actually released both on `Pod` and `Carthage` - Added full support for `Swift 4.1` - Added full support for `RxSwift ZΓΌrich 4.2.0` - UIRefreshControl support: binding to an action (or CocoaAction) starts the action itself and updates the control's refreshing status
Fixes Carthage framework search path problem
6 years ago
See https://github.com/RxSwiftCommunity/Action/issues/133 and https://github.com/RxSwiftCommunity/Action/pull/134
Fix for Carthage installation problem
6 years ago
See #130.
Carthage reloaded
6 years ago
- Patch for `dyld: Symbol not found` on Carthage builds
RxSwiftCommunity/RxOptional v5.0.5
RxSwift extensions for Swift optionals and "Occupiable" types
⭐️ 701
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxOptional v5.0.5
2 years ago
RxOptional v5.0.4
2 years ago
RxOptional v5.0.3
2 years ago
RxOptional v5.0.2
3 years ago
RxOptional v5.0.1
3 years ago
RxOptional v5.0.0
3 years ago
Swift Package Manager Support
4 years ago
RxOptional 4.0.0
4 years ago
RxOptional 4.0.0 supports RxSwift 5 and Swift 5.
3.7.0
4 years ago
* Update watchOS target to 3.0 * Fix linking warning for app extension.
Upgraded RxSwift versions
5 years ago
iOS macOS watchOS tvOS
RxSwiftCommunity/RxAnimated 0.9.0
Animated RxCocoa bindings
⭐️ 688
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxSwift 6.0 support
3 years ago
Carthage support
4 years ago
Update RxSwift
4 years ago
SwiftPM Support
4 years ago
Added SwiftPM https://github.com/RxSwiftCommunity/RxAnimated/pull/38
Empower Xcode11
4 years ago
Fixed build errors with Xcode 11
Gloriousness
4 years ago
This release brings compatibility with Swift 5!
Adalia
5 years ago
Swift 4.2, Xcode 10 update
Relaxation
6 years ago
Relaxes dependency versions
Animations for Everyone
6 years ago
Opening the animation types so you can create custom ones
AnimationsTV
6 years ago
Adds Apple TV support
iOS tvOS
RxSwiftCommunity/NSObject-Rx 5.2.2
Handy RxSwift extensions on NSObject, including rx.disposeBag.
⭐️ 641
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
SPM-only release to expose HasDisposeBag
4 years ago
5.1.0
4 years ago
* Update RxSwift
5.0.2
4 years ago
* Add the public modifier access to the disposeBag property
5.0.1
4 years ago
* Swift 5.0 support * using RxSwift 5.0 * fixing unit tests
5.0.0
4 years ago
4.4.1
5 years ago
Setting Swift 4.2 version in podspec and .swift-version
4.3.0
6 years ago
4.2.0
6 years ago
4.1.1
6 years ago
Same as 4.1.0 except it contains a Carthage fix for Swift 4 / RxSwift 4.0. Thanks @Gurpartap.
3.0.1
6 years ago
Fixes a Carthage installation issue with 3.0.1. See #44.
iOS macOS
RxSwiftCommunity/RxTheme 6.0.0
Theme management based on Rx
⭐️ 381
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
- Injected a setter before binding - Remove old multi-bind API
5.0.4
3 years ago
* Add SPM support
5.0.0
3 years ago
It is a major release to adopt RxSwift 6.0, generally no breaking change should be introduced. * Adopt RxSwift 6.0 * Remove redundent rx extensions since RxSwift 6 introduced `@dynamicMemberLookup` for `Reactive<T>` * README renew
iOS macOS watchOS tvOS
RxSwiftCommunity/RxReachability v0.1.10
RxSwift bindings for Reachability
⭐️ 283
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.1 - Fix Swift PM, add unit tests and jazzy docs
3 years ago
## [1.2.1](https://github.com/RxSwiftCommunity/RxReachability/releases/tag/1.2.1) ### Added - closes #33 Jazzy Docs https://community.rxswift.org/RxReachability/ - Adds [Dash.app](https://kapeli.com/dash) support https://community.rxswift.org/RxReachability/docsets/RxReachability.xml - closes #34 Added Swift PM unit tests - Added this CHANGELOG.md ### Changed ### Fixed - closes #45 Fixes Swift PM
1.2.0 - RxSwift 6, Swift PM support
3 years ago
- Add Swift PM support - Supports RxSwift 6
1.1.0 - Swift 5
3 years ago
- Adds Swift 5 support
v1.0.0 Swift 5
4 years ago
Project migrated to Swift5 and libraries updated. Thank you for the contributions @jessemx109 @AlaeddineOuerteni and @avalanched
Version 0.1.8 reduced minimum version through Carthage
5 years ago
Release from RxSwiftCommunityTeam
5 years ago
Added Carthage support
5 years ago
Added: Carthage support added Added: Auto deploy from Travis-CI
Added Support for Reachability 4.0
5 years ago
Version 0.1.3
7 years ago
Fixed public modifier on Observable extension
Version 0.1.2
7 years ago
Even better dependency version requirements.
iOS macOS tvOS
RxSwiftCommunity/RxNimble 6.3.1
Nimble extensions making unit testing with RxSwift easier :tada:
⭐️ 265
πŸ•“ 27 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.7.2
4 years ago
Carthage Support
5 years ago
4.3.0
5 years ago
- Support Xcode 10 and Swift 4.2
4.2.0
5 years ago
4.0.0
6 years ago
Support for Swift 4 and RxSwift 4
3.0.0
6 years ago
2.0.0
6 years ago
1.0.0
6 years ago
0.2.0
7 years ago
6 years ago
iOS macOS watchOS tvOS
RxSwiftCommunity/RxWebKit 2.0.1
RxWebKit is a RxSwift wrapper for WebKit
⭐️ 249
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxWebKit 2.0.1
2 years ago
Add support for Swift Package Manager
RxWebKit 2.0.0
2 years ago
Support RxSwift 6
macOS, Swift 5.2.2 and RxSwift 5.1.1 Support
3 years ago
- Bumped Swift Version 5.2.2 - Bumped RxSwift Version 5.1.1 - Added macOS Support Closes PR: https://github.com/RxSwiftCommunity/RxWebKit/pull/42
Circular
4 years ago
Fix a circular reference in the Reactive Extensions #39, Thanks @monibu1548 !
Eclipse
4 years ago
Fixes https://github.com/RxSwiftCommunity/RxWebKit/issues/34 PRs: https://github.com/RxSwiftCommunity/RxWebKit/pull/35 https://github.com/RxSwiftCommunity/RxWebKit/pull/36 Binary built with Swift 5.1.3 on Xcode 11.3
Chitan
4 years ago
- Swift 5.0 Support - RxSwift 5.0.1 Support
iOS macOS
RxSwiftCommunity/RxKingfisher 2.1.0
Reactive extension for the Kingfisher image downloading and caching library
⭐️ 222
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxKingfisher 2.1.0
2 years ago
Fix missing public ACL for `rx` namespace
RxKingfisher 2.0.0
3 years ago
Support RxSwift 6
RxKingfisher 1.0.0
4 years ago
Swift 5 & RxSwift 5 are required
RxKingfisher 0.6.0
4 years ago
Allow fetching using a `Source` (#16, thanks @wisron!)
RxKingfisher 0.5.0
5 years ago
- RxKingfisher now works with, and requires, Kingfisher 5 - Minimum deployment targets are now iOS 10, tvOS 10 and macOS 10.12. - Minimum Swift Version is 4.2.
0.3.1
5 years ago
Make `RxKingfisherError` public
0.3.0
5 years ago
Support for RxSwift 4.2 and Xcode 10
0.2.0
5 years ago
Use `Binder` instead of `AnyObserver` #4
Release 0.1.1
5 years ago
Allow using an Optional Resource on the ImageView extension by @freak4pc (PR #3)
0.1
5 years ago
πŸ‘‘πŸ πŸŽ‰
iOS macOS watchOS tvOS
RxSwiftCommunity/RxGRDB v3.0.0
Reactive extensions for SQLite
⭐️ 215
πŸ•“ 1 year ago
iOS macOS watchOS tvOS
RxSwiftCommunity/RxSwiftUtilities 2.2.0
Helpful classes and extensions for RxSwift
⭐️ 188
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.2.0 (Xcode 11 / Swift 5 compatible)
3 years ago
- Update sample project - Github Action instead of TravisCI
2.1.0
3 years ago
- Bump RxSwift to 5.0.0 - Rename _variable to _relay
2.0.1 (Xcode 9 / Swift 4 compatible)
6 years ago
* Update RxSwift for Carthage (not just CocoaPods) * Fix v2 availability for CocoaPods
2.0.0 (Xcode 9 / Swift 4 compatible)
6 years ago
* Update to Swift 4 * Update to RxSwift 4
1.0.1 (Xcode 8 / Swift 3 compatible)
6 years ago
* Initial project with ActivityIndicator
iOS
RxSwiftCommunity/RxCoreLocation 1.5.1
RxCoreLocation is a reactive abstraction to manage Core Location.
⭐️ 180
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
β™₯️ Ethan β™₯️
3 years ago
# Support for RxSwift 6.0.0 - Added support for RxSwift Ethan
GEORGE FLOYD
3 years ago
- Added `public func placemark(preferredLocale: Locale) -> Observable<CLPlacemark>` which gives the possibility to retrieve the `CLPlacemark` from any given `Locale` - We support the initiatives of [CODING FOR JUSTICE](https://saytheirnames.io/) and that's we are dedicating this version to one it fallen heros.
Covid_19
4 years ago
1. Added support for `Swift 5.2` 2. Added support for `RxSwift 5.1.1`
Greta Thunberg
4 years ago
- Align builds with `Swift 5.1` version
William Barr
4 years ago
- [x] Support for `RxSwift 5.0.1` - [x] Support for `Swift 5.0`
SchΓΆneberg
5 years ago
- [x] Fix dependencies for `RxSwift` and `RxCocoa`
Ostsee
5 years ago
- [x] Full update to use swift version `4.2` - [x] Full update to user RxSwift version `4.3.1` - [x] Full iOS `12` support.
Berlin
5 years ago
- [x] Full support for `RxSwift ZΓΌrich - 4.2.0`
Spread.2 Compatible
6 years ago
- Added compatibility for `iOS 9.0` and above - Added compatibility for `OSX 10.10` and above - Added full compatibility with `RxSwift 4.1.2`
#Keypath KVO
6 years ago
- Harnessed the powerful swift 4 `keypath` for KVO
RxSwiftCommunity/RxMediaPicker 2.0.0
A reactive wrapper built around UIImagePickerController.
⭐️ 179
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift 5, RxSwift 5 & SPM
3 years ago
* Updates the Swift version to 5 * Updates the RxSwift dependency to 5 * Adds Swift Package Manager support
1.2.0
5 years ago
πŸ„ Support Swift 4.2 @kadarandras, @cruisediary
May 4th
6 years ago
Fixes a crash when editingMode is false
RxSwift 3.4 & Swift 3.1
7 years ago
This release: - Fixes deprecations related to Swift 3.1 - Updates the RxSwift dependency to 3.4 - Fix the Example project that had build errors due to carthage and old, unmaintained code
7 years ago
iOS
RxSwiftCommunity/RxState 0.6.0
Redux implementation in Swift using RxSwift
⭐️ 153
πŸ•“ 1 year ago
iOS macOS watchOS tvOS
RxSwiftCommunity/RxLocalizer 1.7.0
RxLocalizer allows you to localize your apps, using RxSwift πŸš€
⭐️ 135
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Update Swift/Xcode/Rx version
3 years ago
Updated to Swift 5.3, Xcode 12.4, RxSwift & RxCocoa to 6.1.0
Updated RxSwift, Swift
4 years ago
Updated to Swift 5.2, Xcode 11.4, `RxSwift` & `RxCocoa` to 5.1.1
String interpolation
4 years ago
Added supporting string interpolation
4 years ago
iOS macOS watchOS tvOS
RxSwiftCommunity/RxBiBinding 0.3.5
Reactive two-way binding
⭐️ 127
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5 years ago
iOS macOS
RxSwiftCommunity/RxMKMapView 6.0.1
RxMKMapView is a RxSwift wrapper for MKMapView `delegate`.
⭐️ 121
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxMKMapView 6.0.1
1 year ago
Fixes a compilation issue in Xcode 14 caused by https://github.com/apple/swift/issues/45652. Thanks @mikelrob
RxMKMapView 6.0.0
3 years ago
Support RxSwift 6
RxMKMapView 5.0.0
4 years ago
Swift 5, RxSwift 5 and Xcode 10.2 support. Thanks @sjrmanning for the work ! πŸŽ‰
RxMKMapView 4.4.0
5 years ago
* Add support for `MKOverlay` binding. * Raise minimal RxSwift version to 4.4.
RxMKMapView 4.3.0
5 years ago
Support for Xcode 10 and Swift 4.2. Thanks @diogot !
RxMKMapView 4.2.0
5 years ago
Resolved Carthage Support issues (thanks to @mkko's work) along with some housekeeping and CI stuff.
RxMKMapView 4.1.0
5 years ago
RxMKMapView 4.1.0 now officially supports binding annotations directly to a `MKMapView` in a `RxDataSources`-esque fashion (e.g. `annotations.bind(to: mapView.rx.annotations)`) Major kudos to @mkko for his immense amount of work and patience on this feature! πŸŽ‰ πŸŽ‰ πŸ‘ πŸ‘ πŸ’― πŸ’―
Swift4 support
6 years ago
iOS
RxSwiftCommunity/RxGoogleMaps 7.3.0
RxSwift reactive wrapper for GoogleMaps SDK
⭐️ 95
πŸ•“ 41 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
SPM Support for RxGoogleMaps
41 weeks ago
- Support Swift Package Manager.
RxGoogleMaps 5.0.0
2 years ago
RxGoogleMaps uses RxSwift 6.0+. Circle CI migrated to 2.0
RxGoogleMaps 4.0.0
4 years ago
RxGoogleMaps 4.0.0 supports Swift 5.0 with RxSwift 5.0. It also uses the Google Maps 3.x SDK.
RxGoogleMaps 3.2.0
4 years ago
Google Maps SDK is now 3.x.
RxGoogleMaps 3.1.0
5 years ago
Update to Swift 4.2 / Xcode 10. Fix incorrect linking of RxSwift/RxCocoa under Carthage.
RxGoogleMaps 3.0.1
6 years ago
Update Google Maps SDK to 2.6.0 (Thanks @rwjc!)
RxGoogleMaps 3.0
6 years ago
- RxSwift 4 support - Static framework delivery via CocoaPods
Support GoogleMaps 2.2.0 and RxSwift 3.2.0
7 years ago
RxSwift 3.0.0 support
7 years ago
Update to RxSwift 3.0.0-rc.1
7 years ago
RxSwiftCommunity/RxBinding 0.5
Simple data binding operators ~> and <~> for RxSwift.
⭐️ 62
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.5
3 years ago
- Update RxSwift to 6.0+
0.4
3 years ago
- Support emit, close #2 - Fix some issue for drive
4 years ago
- Adapt for RxSwfit 5.0
5 years ago
Multiple bindings. ```Swift disposeBag ~ [ viewModel.text <~> textFeild.rx.text, viewModel.uppercaseText ~> label.rx.text, viewModel.charactersCount ~> [characterCountLabel1, characterCountLabel2].map { $0.rx.text } ] ```
5 years ago
- Support one way binding operator `~>` for `Driver`. - Support using a single `disposeBag` for multiple binding operators like: ```Swift disposeBag ~ viewModel.text <~> textFeild.rx.text ~ viewModel.uppercaseText ~> label.rx.text ~ viewModel.charactersCount ~> [characterCountLabel1, characterCountLabel2].map { $0.rx.text } ```
5 years ago
- Support multiple one way data binding. ```Swift viewModel.text ~> [label1, label2].map { $0.rx.text } ~ disposeBag ```
5 years ago
iOS
RxSwiftCommunity/RxFileMonitor 4.0.0
RxSwift wrapper around CoreFoundation file events (FSEvent*)
⭐️ 60
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift Package Manager Support
4 years ago
- Added Package.swift file to support Swift Package Manager
Xcode 11 / Swift 5.1
4 years ago
No code changes, only metadata and Carthage pre-compiled download.
Latency & Hashable Changes
7 years ago
Latency can help reduce noise of file events. Changes performed by TextEdit with a latency of `0` look like this: ``` texteditfile.txt changed (isFile, renamed, finderInfoModified, xattrsModified) texteditfile.txt.sb-56afa5c6-DmdqsL changed (isFile, renamed) texteditfile.txt changed (isFile, renamed, finderInfoModified, xattrsModified) texteditfile.txt changed (isFile, renamed, finderInfoModified, inodeMetaModified, xattrsModified) texteditfile.txt.sb-56afa5c6-DmdqsL changed (isFile, modified, removed, renamed, changeOwner) texteditfile.txt changed (isFile, renamed, finderInfoModified, inodeMetaModified, xattrsModified) ``` While an increased latency coalesces (combines) events that produce: ``` texteditfile.txt changed (isFile, renamed, finderInfoModified, xattrsModified) texteditfile.txt.sb-56afa5c6-SOiDRl changed (isFile, renamed) texteditfile.txt changed (isFile, renamed, finderInfoModified, inodeMetaModified, xattrsModified) texteditfile.txt.sb-56afa5c6-SOiDRl changed (isFile, modified, removed, renamed, changeOwner) ``` (Note that they are reported as event pairs, which can be interpreted by the library if necessary, but currently isn't.)
Initial Release
7 years ago
This version is fully functional.
RxSwiftCommunity Release
7 years ago
This version is ported to RxSwiftCommunity. It includes legacy `FileMonitor` which is based on GCD file and folder events that got removed in v1.0.0.
macOS
RxSwiftCommunity/RxController 1.3.1
A library for developing iOS app with MVVM-C based on RxFlow and RxSwift.
⭐️ 43
πŸ•“ 39 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.1
39 weeks ago
- [Make lifecycle subject public](https://github.com/RxSwiftCommunity/RxController/commit/75b6ca676550142b076936fd7bba8faa3590b699)
3 years ago
Support `viewDidLayoutSubview`, `viewWillLayoutSubviews`, and `viewSafeAreaInsetsDidChange` within `RxViewModel` - `viewDidLayoutSubview: Observable<Void>` - `viewWillLayoutSubviews: Observable<Void>` - `viewSafeAreaInsetsDidChange: Observable<Void>`
3 years ago
- Update RxSwift to 6.0+
3 years ago
- Add needed UiKit and Foundation imports: #9
1.1.1
3 years ago
- Use `rx.methodInvoked` to detect lifecycle
3 years ago
- Access lifecycle from view model directly
3 years ago
- Add override methods for `RxViewController` - Skip building rxtree by `.rxtree-version`
4 years ago
- Update RxFlow to 2.7 - Update Swift to 5.1
4 years ago
- Add Cacheable to RxControllerEvent
3 years ago
- Add functions of removeCachedEvent #19
iOS
RxSwiftCommunity/RxModal 1.0.2
Subscribe to your modal flows
⭐️ 29
πŸ•“ 2 years ago
RxSwiftCommunity/RxTestExt 0.5.0
A collection of operators & tools not found in the core RxTest distribution
⭐️ 14
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Rx6
2 years ago
Updating Rx dependencies to `~> 6.0` #22
Expectations
3 years ago
Introduce `Expectation` API to match events on `TestableObservable`
Bind Relays
6 years ago
Custom Matchers
6 years ago
Minor creations
6 years ago
RxSwiftCommunity/RxContacts 1.0.3
RxContacts is a RxSwift wrapper around the Contacts Framework.
⭐️ 13
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
RxContacts 1.0.3
3 years ago
RxContacts 1.0.2
5 years ago
RxContacts 1.0.1
5 years ago
RxContacts 1.0.0
5 years ago
RxContacts 0.1
5 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics