Swiftpack.co - Swift Packages by peredaniel

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

Packages published by peredaniel

peredaniel/MathExpression 1.3.0
A Swift framework to parse and evaluate arithmetic mathematical expressions at runtime
⭐️ 28
🕓 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.3.0
1 year ago
## Changes ### Tooling and versions * Bumped minimum Xcode version to 13.0+. * Bumped Swift version to 5.0 in `Package.swift`. * Bumped target platform minimum version to 12.0+ (iOS and tvOS) and 10.14 (macOS). * Removed Travis CI integration due to Open Source projects support being dropped. ### Improvements * Improved errors thrown when validation fails due to invalid consecutive operators (on some cases the error was thrown but was of different type). * Improved tests implementation to check for correct error being thrown. #### Breaking API changes * `MathExpression.ValidationError.consecutiveMultiplicativeOperators(String)` has been renamed to `MathExpression.ValidationError.invalidConsecutiveOperators(String)`. ### Example App * Reimplemented example app using SwiftUI. ### Documentation * Updated README to reflect new changes. * Improved documentation and added step-by-step installation guide.
1.2.0
4 years ago
* Added support for [Swift Package Manager](https://swift.org/package-manager/). * Added example app. * Improved documentation.
1.1.1
4 years ago
* Fixed issue in operation priority. * Added further tests.
1.1.0
4 years ago
* Added support for tvOS 10 or higher. * Added support for macOS 10.10 or higher. * Improved CI setup.
1.0.1
4 years ago
* Improved parentheses validation algorithm (validation between 20% and 80% faster). * Improved parentheses decomposition algorithm (evaluation between 15% and 85% faster). * Added stress performance tests.
1.0.0
4 years ago
**Initial Stable Release** Requirements: Xcode 10.0+, Swift 4.2+, iOS 10+ Compatible with: CocoaPods and Carthage
iOS macOS tvOS
peredaniel/DataSourceController 1.2.0
A framework providing an implementation of table view and collection view data sources, along with a more declarative API by means of Sections.
⭐️ 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.
1.0.0
4 years ago
**Initial Stable Release** Requirements: Xcode 10.0+, Swift 4.2+, iOS 9+ Compatible with: CocoaPods, Carthage and Swift Package Manager

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