Swiftpack.co - Swift Packages by pridees

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

Packages published by pridees

pridees/combine-validate 1.1.0
🚦 Validation library depends on SwiftUI & Combine. Reactive and fully customizable.
⭐️ 19
🕓 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.
1.1.0
2 years ago
# Flex and easy For now you can use validation more flexible #### Validate complex structures with map keypath field deriving ```swift public lazy var emailValidator: ValidationPublisher = { $person.map(\.email) .validateWithRegex( regex: RegularPattern.email, error: "Not email", tableName: nil ) }() ``` #### call .validate from any view as you want ```swift makeRowWithIconAndPrefix(icon: "icon_facebook", prefix: "facebook.com/") { TextField("Facebook", text: $viewModel.editedProfile.facebook) } .validate(for: viewModel.facebookValidator, configuration: .hintOnly) ``` Feel free to make your contribution! Good luck!
Release 1.0.2
2 years ago
## What's Changed * Make ValidationWrapper view more precise by @pridees in https://github.com/pridees/combine-validate/pull/2
1.0.1
2 years ago
- Debounce validation publishers - Cover all RegularPattern RegExp cases - Add test default method to RegexProtocol for more concise API
1.0.0
2 years ago
**Full Changelog**: https://github.com/pridees/combine-validate/commits/1.0.0
1.0.0-beta3
2 years ago
**Full Changelog**: https://github.com/pridees/combine-validate/compare/1.0.0-beta2...1.0.0-beta3
1.0.0-beta2
2 years ago
**Full Changelog**: https://github.com/pridees/combine-validate/commits/1.0.0-beta2
iOS macOS watchOS
pridees/swift-composer 0.0.2
Functional library for productive swift development. Declarative and very flowing. Bricks for point-free notation.
⭐️ 1
🕓 30 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.
Update package
30 weeks ago
**Full Changelog**: https://github.com/pridees/swift-composer/compare/0.0.1...0.0.2
0.0.1
2 years ago
iOS macOS watchOS tvOS

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