Swiftpack.co - Swift Packages by VergeGroup

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

Packages published by VergeGroup

VergeGroup/swift-verge 12.3.0
🟣 A robust Swift state-management framework designed for complex applications, featuring an integrated ORM for efficient data handling.
⭐️ 616
🕓 4 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.
12.3.0
4 weeks ago
## What's Changed * Suspension by @muukii in https://github.com/VergeGroup/swift-verge/pull/464 * Add source compatibility for StoreSubscription by @muukii in https://github.com/VergeGroup/swift-verge/pull/467 * Store.waitUntilAllEventConsumed by @muukii in https://github.com/VergeGroup/swift-verge/pull/465 * Fix onConsume by @muukii in https://github.com/VergeGroup/swift-verge/pull/470 * Use apple/[email protected] by @muukii in https://github.com/VergeGroup/swift-verge/pull/472 **Full Changelog**: https://github.com/VergeGroup/swift-verge/compare/12.2.0...12.3.0
12.2.0
5 weeks ago
## What's Changed * Update formatting in README by @jordanekay in https://github.com/VergeGroup/swift-Verge/pull/463 * VergeTypedIdentifier by @muukii in https://github.com/VergeGroup/swift-Verge/pull/466 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/12.1.0...12.2.0
12.1.0
9 weeks ago
## What's Changed * Resolve atomics by @muukii in https://github.com/VergeGroup/swift-Verge/pull/457 * Update test by @muukii in https://github.com/VergeGroup/swift-Verge/pull/458 * Fix Package.swift for Tuist4 by @muukii in https://github.com/VergeGroup/swift-Verge/pull/459 * Fix package for macros by @muukii in https://github.com/VergeGroup/swift-Verge/pull/460 * Support SwiftUI publishing new value while rendering warning by @muukii in https://github.com/VergeGroup/swift-Verge/pull/462 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/12.0.0...12.1.0
12.0.0
17 weeks ago
## What's Changed * macros by @muukii in https://github.com/VergeGroup/swift-Verge/pull/404 * use ownership modifier by @muukii in https://github.com/VergeGroup/swift-Verge/pull/411 * Update #IfChanged macro by @muukii in https://github.com/VergeGroup/swift-Verge/pull/414 * Fix ifChanged by @muukii in https://github.com/VergeGroup/swift-Verge/pull/415 * Update swift-syntax by @muukii in https://github.com/VergeGroup/swift-Verge/pull/417 * Actor BackgroundDeallocationQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/419 * ifChanged for tuple - packed parameter by @muukii in https://github.com/VergeGroup/swift-Verge/pull/416 * Use transaction in external operations by @muukii in https://github.com/VergeGroup/swift-Verge/pull/420 * Fix StoreReader tests by @muukii in https://github.com/VergeGroup/swift-Verge/pull/421 * Update ifChanged by @muukii in https://github.com/VergeGroup/swift-Verge/pull/422 * Fix cache key for Derived by @muukii in https://github.com/VergeGroup/swift-Verge/pull/423 * Resolve deprecations by @muukii in https://github.com/VergeGroup/swift-Verge/pull/425 * Add StoreMap by @muukii in https://github.com/VergeGroup/swift-Verge/pull/424 * Update Changes - ownership by @muukii in https://github.com/VergeGroup/swift-Verge/pull/426 * Update ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/427 * VergeNormalization module - NormalizedStorage by @muukii in https://github.com/VergeGroup/swift-Verge/pull/413 * Fix for optimized compile by @muukii in https://github.com/VergeGroup/swift-Verge/pull/428 * [NormalizedStorage] Multiple query by @muukii in https://github.com/VergeGroup/swift-Verge/pull/429 * make private some api by @muukii in https://github.com/VergeGroup/swift-Verge/pull/430 * Remove scoped commit by @muukii in https://github.com/VergeGroup/swift-Verge/pull/431 * Add backgroundCommit by @muukii in https://github.com/VergeGroup/swift-Verge/pull/433 * Internal KeyObject by @muukii in https://github.com/VergeGroup/swift-Verge/pull/434 * Remove shorthand property by @muukii in https://github.com/VergeGroup/swift-Verge/pull/435 * Remove DispatcherBase by @muukii in https://github.com/VergeGroup/swift-Verge/pull/436 * Disable entity derived cache by @muukii in https://github.com/VergeGroup/swift-Verge/pull/438 * [Performance Issue] Use dictionary to manage subscribers by @muukii in https://github.com/VergeGroup/swift-Verge/pull/439 * Remove StoreMap - update ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/440 * Remove expensive filter by @muukii in https://github.com/VergeGroup/swift-Verge/pull/441 * Add dynamic-member lookup in ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/442 * Update Pipeline closure based by @muukii in https://github.com/VergeGroup/swift-Verge/pull/443 * Static TargetQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/444 * Isolated Store wrapper by @muukii in https://github.com/VergeGroup/swift-Verge/pull/437 * Noncopyable InoutRef by @muukii in https://github.com/VergeGroup/swift-Verge/pull/446 * Revert Noncopyable InoutRef by @muukii in https://github.com/VergeGroup/swift-Verge/pull/448 * Update NormalizedStorage Macro by @muukii in https://github.com/VergeGroup/swift-Verge/pull/449 * Update TablePath by @muukii in https://github.com/VergeGroup/swift-Verge/pull/450 * Remove VergeORM in favor of VergeNoramlization by @muukii in https://github.com/VergeGroup/swift-Verge/pull/451 * Refine AsyncStore by @muukii in https://github.com/VergeGroup/swift-Verge/pull/452 * Update MainActorStore by @muukii in https://github.com/VergeGroup/swift-Verge/pull/453 * StoreDriverType from DispatcherType by @muukii in https://github.com/VergeGroup/swift-Verge/pull/454 * Remove IsolatedStore by @muukii in https://github.com/VergeGroup/swift-Verge/pull/455 * Update Package.swift by @muukii in https://github.com/VergeGroup/swift-Verge/pull/456 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/11.5.4...12.0.0
12.0.0-beta.4 - Dropped VergeORM in favor of VergeNormalization(Derived)
24 weeks ago
## What's Changed * Remove VergeORM in favor of VergeNoramlization by @muukii in https://github.com/VergeGroup/swift-Verge/pull/451 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/12.0.0-beta.3...12.0.0-beta.4
12.0.0-beta.3 - still have VergeORM
25 weeks ago
## What's Changed * Revert Noncopyable InoutRef by @muukii in https://github.com/VergeGroup/swift-Verge/pull/448 * Update NormalizedStorage Macro by @muukii in https://github.com/VergeGroup/swift-Verge/pull/449 * Update TablePath by @muukii in https://github.com/VergeGroup/swift-Verge/pull/450 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/12.0.0-beta.2...12.0.0-beta.3
12.0.0-beta.2
25 weeks ago
## What's Changed * Fix cache key for Derived by @muukii in https://github.com/VergeGroup/swift-Verge/pull/423 * Resolve deprecations by @muukii in https://github.com/VergeGroup/swift-Verge/pull/425 * Add StoreMap by @muukii in https://github.com/VergeGroup/swift-Verge/pull/424 * Update Changes - ownership by @muukii in https://github.com/VergeGroup/swift-Verge/pull/426 * Update ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/427 * VergeNormalization module - NormalizedStorage by @muukii in https://github.com/VergeGroup/swift-Verge/pull/413 * Fix for optimized compile by @muukii in https://github.com/VergeGroup/swift-Verge/pull/428 * [NormalizedStorage] Multiple query by @muukii in https://github.com/VergeGroup/swift-Verge/pull/429 * make private some api by @muukii in https://github.com/VergeGroup/swift-Verge/pull/430 * Remove scoped commit by @muukii in https://github.com/VergeGroup/swift-Verge/pull/431 * Add backgroundCommit by @muukii in https://github.com/VergeGroup/swift-Verge/pull/433 * Internal KeyObject by @muukii in https://github.com/VergeGroup/swift-Verge/pull/434 * Remove shorthand property by @muukii in https://github.com/VergeGroup/swift-Verge/pull/435 * Remove DispatcherBase by @muukii in https://github.com/VergeGroup/swift-Verge/pull/436 * Disable entity derived cache by @muukii in https://github.com/VergeGroup/swift-Verge/pull/438 * [Performance Issue] Use dictionary to manage subscribers by @muukii in https://github.com/VergeGroup/swift-Verge/pull/439 * Remove StoreMap - update ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/440 * Remove expensive filter by @muukii in https://github.com/VergeGroup/swift-Verge/pull/441 * Add dynamic-member lookup in ReferenceEdge by @muukii in https://github.com/VergeGroup/swift-Verge/pull/442 * Update Pipeline closure based by @muukii in https://github.com/VergeGroup/swift-Verge/pull/443 * Static TargetQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/444 * Isolated Store wrapper by @muukii in https://github.com/VergeGroup/swift-Verge/pull/437 * Noncopyable InoutRef by @muukii in https://github.com/VergeGroup/swift-Verge/pull/446 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/12.0.0-beta.1...12.0.0-beta.2
12.0.0-beta.1
29 weeks ago
## What's Changed * macros by @muukii in https://github.com/VergeGroup/swift-Verge/pull/404 * use ownership modifier by @muukii in https://github.com/VergeGroup/swift-Verge/pull/411 * Update #IfChanged macro by @muukii in https://github.com/VergeGroup/swift-Verge/pull/414 * Fix ifChanged by @muukii in https://github.com/VergeGroup/swift-Verge/pull/415 * Update swift-syntax by @muukii in https://github.com/VergeGroup/swift-Verge/pull/417 * Actor BackgroundDeallocationQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/419 * ifChanged for tuple - packed parameter by @muukii in https://github.com/VergeGroup/swift-Verge/pull/416 * Use transaction in external operations by @muukii in https://github.com/VergeGroup/swift-Verge/pull/420 * Fix StoreReader tests by @muukii in https://github.com/VergeGroup/swift-Verge/pull/421 * Update ifChanged by @muukii in https://github.com/VergeGroup/swift-Verge/pull/422 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/11.5.4...12.0.0-beta.1
11.5.5 - final release for swift 5.8
35 weeks ago
## What's Changed * Fix data-race by @muukii in https://github.com/VergeGroup/swift-Verge/pull/409 * Fix MainActorQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/410 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/11.5.3...11.5.5
11.5.4
39 weeks ago
## What's Changed * Fix data-race by @muukii in https://github.com/VergeGroup/swift-Verge/pull/409 * Fix MainActorQueue by @muukii in https://github.com/VergeGroup/swift-Verge/pull/410 **Full Changelog**: https://github.com/VergeGroup/swift-Verge/compare/11.5.3...11.5.4
iOS macOS watchOS tvOS
VergeGroup/UserDefaultsSnapshot 1.4.0
💽 A library that enables us to create a snapshot of the values which UserDefaults manages.
⭐️ 14
🕓 5 days 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.4.0
5 days ago
## What's Changed * Update Sink by @muukii in https://github.com/VergeGroup/UserDefaultsSnapshot/pull/5 **Full Changelog**: https://github.com/VergeGroup/UserDefaultsSnapshot/compare/1.3.0...1.4.0
1.3.0
1 year ago
## What's Changed * Update README by @ericji-o in https://github.com/VergeGroup/UserDefaultsSnapshot/pull/3 * Support Sendable by @muukii in https://github.com/VergeGroup/UserDefaultsSnapshot/pull/4 ## New Contributors * @ericji-o made their first contribution in https://github.com/VergeGroup/UserDefaultsSnapshot/pull/3 **Full Changelog**: https://github.com/VergeGroup/UserDefaultsSnapshot/compare/1.2.0...1.3.0
1.2.0
3 years ago
1.0.0
3 years ago
iOS macOS
VergeGroup/swift-operator-wrap 4.0.0
`&>` A tiny library that enables us to describe operations in method-chain.
⭐️ 13
🕓 21 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.0.0
21 weeks ago
## What's Changed * v4 by @muukii in https://github.com/VergeGroup/swift-operator-wrap/pull/2 ## New Contributors * @muukii made their first contribution in https://github.com/VergeGroup/swift-operator-wrap/pull/2 **Full Changelog**: https://github.com/VergeGroup/swift-operator-wrap/compare/3.0.0...4.0.0
2 years ago

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