Swiftpack.co - Swift Packages by DeclarativeHub

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

Packages published by DeclarativeHub

DeclarativeHub/Bond v6.0.0-beta.3
A Swift binding framework
⭐️ 4,235
🕓 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.
7.8.1
3 years ago
- Fixed search paths. Thanks @deborahgoldsmith!
7.8.0
3 years ago
Drops iOS 8 support through SPM.
7.7.1
4 years ago
- Fix compilation issue on macOS.
7.7.0
4 years ago
Thanks to @ibrahimkteish's awesome contribution, Bond 7.7 introduces the ability to observe view controller lifecycle events! 🎉 🎈 Example usage: ```swift let viewController = UIViewController() viewController.reactive.lifecycleEvents.observeNext { (event) in print(event) } viewController.reactive.lifecycleEvent(.viewDidLoad).observeNext { print("view did load") } viewController.reactive.lifecycleEvent(.viewWillAppear).observeNext { print("view will appear") } viewController.reactive.lifecycleEvent(.viewDidAppear).observeNext { print("view did appear") } viewController.reactive.lifecycleEvent(.viewWillDisappear).observeNext { print("view will disappear") } viewController.reactive.lifecycleEvent(.viewDidDisappear).observeNext { print("view did disappear") } ```
7.6.6
4 years ago
- Make `collectionView(_: numberOfItemsInSection:)` open on `CollectionViewBinderDataSource`. Thanks @AnthonyMDev! - Fix KVO on iOS 10. Thanks @Sephiroth87.
7.6.5
4 years ago
- Fix Retain Cycle in Swift `KeyPath` KVO. Thanks @AnthonyMDev!
7.6.4
4 years ago
- Fix macOS and tvOS compilation. Thanks @cyrusingraham!
7.6.3
4 years ago
- Introduce `MainThreadDisposable`. Thanks @diegoRodriguezAguila and @ibrahimkteish!
7.6.2
4 years ago
- Handle threading changes in ReactiveKit.
7.6.1
4 years ago
* Update dependencies.
iOS macOS tvOS
DeclarativeHub/ReactiveKit v3.19.2
A Swift Reactive Programming Kit
⭐️ 1,235
🕓 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.
v3.19.2
1 year ago
- Fix a race condition in the `append` operator disposing logic
v3.19.1
2 years ago
- CocoaPods release fix.
v3.19.0
2 years ago
Adds `latest` parameter to `throttle` operator.
v3.18.3
2 years ago
* Fixed an issue where binding could be executed even after disposing it. This could happen in a rare race condition case were dispose is called from a different execution context (thread) than what the binding uses to call the setter.
v3.18.2
2 years ago
* Fixed an issue with exclusive memory access in `AtomicObserver` that might have been causing "Simultaneous accesses to..." crashes in special cases. * Fixed emission of latest element and completion event in `throttle`, making it aligned with Combine.
v3.18.0
3 years ago
Drops iOS 8 support in SPM.
v3.17.3
3 years ago
- Added `if` argument to `retry(times:)`.
v3.17.2
3 years ago
* Fix `Package.swift` with correct macOS version.
v3.17.1
4 years ago
- Inclusive variant of `prefix(while:)`.
v3.17.0
4 years ago
* 🎉 Built-in support for Timelane 🎉 ReactiveKit now has a built-in support for [Timelane Xcode Instrument](http://timelane.tools). Just download the instrument and start using the `lane` operator to send the signal data to the Timelane Instrument. ```swift mySignal .filter { ... } .lane("My Signal") .map { ... } .sink { ... } ```
iOS macOS watchOS tvOS
DeclarativeHub/Layoutless 0.4.3
Write less UI code
⭐️ 431
🕓 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.4.3
3 years ago
- Retain cycle fix.
0.4.2
4 years ago
- SPM support fix. Thanks @rebeloper!
0.4.1
4 years ago
* Add configure parameter to stacks - thanks @theisegeberg!
0.4.0
4 years ago
* Move View, Control, Label, Button, TextField, ImageView, TableViewCell, CollectionViewCell, ViewController, Window into a UI namespace in order to avoid name collisions with future iOS frameworks.
0.3.0
5 years ago
🎊 Official Swift 5 support 🎉 _Do not update if you are still using Xcode 10.1 or earlier._
0.2.1
5 years ago
* Expose `Lenght.constrain` publicly.
0.2.0
5 years ago
* Support for layout sets (trait queries). Check out readme.
0.1.5
5 years ago
* Fix a bug introduced by the previous release regarding safeArea.
0.1.4
5 years ago
- Add `relativeToSafeArea` support for iOS versions below iOS 11.
0.1.3
6 years ago
* Fix CocoaPods integration #2. Thanks @AlexLittlejohn! * Fix typo in `embedding`.
iOS tvOS

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