Swiftpack.co - Swift Packages by alemar11

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

Packages published by alemar11

alemar11/Mechanica 3.1.0
A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.
⭐️ 29
πŸ•“ 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.
3.1.0
3 years ago
- Xcode 12 - Swift 5.2 - Fixes
3.0.0
5 years ago
- Mechanica is now completely migrated to Swift 5. πŸŽ‰ - Added more Bundle utils.
2.2.0
5 years ago
- Added more Sequence utils. - Added more UIImage utils. - Added more Collection utils. - Added UIStackView utils. - Added UIEdgeInsets utils.
2.1.0
5 years ago
- Added DispatchQueue utils. - Added more Sequence utils. - Added more Optional utils. - Added more Color utils. - Added more SignedInteger utils. - Added more NSPredicate utils - Added more Image utils - More tests.
2.0.0
5 years ago
- Mechanica is now completely migrated to Swift 4.2. - Added Date and Calendar utils. πŸ“† - Refactor NSObjectProtocol Utilities. - Removed all the Random utils (implemented in Swift 4.2). - Removed shuffle utils (implemented in Swift 4.2). - NSAttributedString and NSMutableAttributedString utils now works on Linux. - UserDefaults utils now works on Linux. - Added Linux tests for Ubuntu 16.04.
1.7.0
5 years ago
- Added cURL representation. - Added UIImage utils (rounding and scaling). - More String utils. - More tests. - Bugfixes.
1.6.0
6 years ago
- Swift 4.1 πŸŽ‰ - Added CoreGraphics utils. - More Sequence utils. - Better performance in some RangeReplaceableCollection utils. - More tests. - Bugfixes.
1.5.0
6 years ago
- Added more UIView utils. - Added Font utils for bold and italic traits. - Added shuffling methods for collections and sequences. - Added more Optional utils. - Better random string generation methods. - Bugfixes.
1.4.0
6 years ago
- Better String subscription methods. - More URL utils. - More Character utils. - More ProcessInfo utils. - Bugfixes.
1.3.1
6 years ago
- Access level fixes.
iOS macOS watchOS tvOS
alemar11/CountryKit 2.0.2
A ΞΌlibrary in Swift containing all the countries with their localized name, ISO code, phone code, country code, flag image and emoji.
⭐️ 28
πŸ•“ 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.
2.0.2
3 years ago
Added support for Swift Package Manager (swift-tools-version:5.3)
2.0.1
3 years ago
2.0.0
5 years ago
- CountryKit is now completely migrated to Swift 5.
1.4.0
5 years ago
- Swift 4.2 and Xcode 10 support.
1.3.0
5 years ago
- The list of the countries is now statically generated istead of beeing loaded from a JSON.
1.2.0
6 years ago
- Swift 4.1
1.1.0
6 years ago
- Added CustomStringConvertible to Country. - Refinements
1.0.0
6 years ago
Initial release.
iOS macOS watchOS tvOS
alemar11/CoreDataPlus 5.0.0
CoreData utils
⭐️ 12
πŸ•“ 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.
5.0.0
2 years ago
- Xcode 13. - Improved methods to fetch persistent history transactions. - Added CoreDataPlus multi-platform framework. - Added support for NSAttributeDescription.AttributeType. - Added support for NSPersistentStore.StoreType. - Added NSPredicate utility methods. - Added additional NSManagedObject utility methods. - Some NSEntityDescription utility methods are now public. - More tests.
4.0.0
2 years ago
- Added a new Migrator class to handle migrations (lightweight and heavyweight). - Added NSDerivedAttributeDescription utility methods. - Added NSAttributeDescription utility methods. - Added NSEntityMapping utility methods. - Added NSAttributeDescription utility methods. - Added LightweightMigrationManger, a NSMigrationManager subclass to do lightweight migrations with a fake progress reporting. - Added MigrationProgressReporter to report migration progress via a Progress object. - Added a NSManagedObjectContext helper method to create a child context. - Added support for NSPersistentStoreCoordinator notifications payloads. - Many custom fetch requests now support the affectedStores parameter. - DataTransformer renamed as CustomTransformer.
3.0.0
3 years ago
- Added a generic NSSecureUnarchiveFromDataTransformer subclass (Transformer) to easily implement CoreData Transformable attributes. - Added a generic ValueTransfomer closure based subclass (DataTransformer) to implement CoreData Transformable attributes. - APIs improvements. - New CoreData notifications payloads. - History: added new history transactions and changes fetch requests. - History: removed unused APIs. - Added a fetch method that returns NSArray to support batched requests. - New batch inserts methods. - Removed entity and contexts observers. - More tests.
3.0.0-RC4
3 years ago
- Added support for batched fetches returning a NSArray
3.0.0-RC3
3 years ago
- Added some new helper methods - Added some transient properties in the testing model
3.0.0-RC2
3 years ago
- Added support for Swift Package tests (Xcode or command line)
3.0.0-RC1
3 years ago
- APIs improvements. - New CoreData notifications payloads. - History: added new history transactions and changes fetch requests. - History: removed unused APIs. - New batch inserts methods. - Removed entity and contexts observers. - More tests. **macOS not supported yet**
2.3.0
4 years ago
- Added NSSet utils. - Added obtainPermanentID() method on NSManagedObject. - `isMigrationPossible` renamed to `isMigrationNecessary`. - `performAndWait` overload renamed to `performAndWaitResult`. - Now a WAL checkpoint can be performed before starting a migration. - Minor refinements. - More tests.
2.2.0
4 years ago
- Added support for Persistent History Tracking. - Added support for batch inserts. - Added support for async fetch requests. - Added materialize() method on NSManagedObject. - Collection.fetchFaultedObjects() deprecated, use Collection.materializeFaultedObjects() instead. - Added support for the new Xcode 11 SPM. - More tests.
2.1.1
4 years ago
- Minor refinements
iOS macOS watchOS tvOS
alemar11/AdvancedOperation 6.3.0
AdvancedOperation
⭐️ 1
πŸ•“ 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.
6.3.0
2 years ago
- Xcode 13 - Added AdvancedOperation multi-platform framework.
6.2.1
3 years ago
- Fix a KVO crash in GroupOperation. - Fix memory leak in GroupOperation.
6.2.0
3 years ago
- Added `ResultOperation`, an `AsynchronousOperation` that produces a result once finished. - Added `FailableAsynchronousOperation`, an `AsynchronousOperation` that can finish with an error.
6.1.0
3 years ago
- AsyncOperation now conforms to ProgressReporting. - AsyncOperation progress now gets successfully reported by the OperationQueue running the operation. - More tests.
6.0.3
4 years ago
- Fix multi-thread issues when calling the start() method. - More tests.
6.0.2
4 years ago
- Minor refinements
6.0.1
4 years ago
- Minor refinements
6.0.0
4 years ago
This release aims to be super lightweight offering just a few basic operations: - AsyncOperation - AsyncBlockOperation - AsyncGroupOperation
5.4.0
4 years ago
- ResultOperation has been renamed AsyncResultOperation.
5.3.0
4 years ago
- The isReady property is not participating anymore in the AsyncOperation internal state change. - A NSException will be thrown if an AsyncOperation gets started without being ready. - A NSException will be thrown if an AsyncOperation gets started multiple times. - Added ObservableOperation to easily observe all KVC compliant Operation properties. - Removed LoggableOperation. - OutputProducingOperation operations must now implement the onOutputProduced variable.
iOS macOS watchOS tvOS

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