Swiftpack.co - Swift Packages by tevelee

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

Packages published by tevelee

tevelee/SwiftUI-Flow 1.3.0
Flow Layout implemented in SwiftUI
⭐️ 214
🕓 Yesterday
🔖 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
2 days ago
Removed renderer target (and its argument parser dependency)
1.2.0
48 weeks ago
* Examples in the README are now rendered from production code, automatically #2 * First contribution of @Kyle-Ye: #3 (lowering target platform to tvOS 15 and watchOS 8 and making the watchOS target buildable)
1 year ago
First contribution of @aehlke: #1 (lowering target platform to iOS 15 and macOS 12)
1 year ago
iOS macOS watchOS tvOS
tevelee/Eval 1.5.0
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
⭐️ 178
🕓 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.3 - Updates to automation
5 years ago
No changes in public-facing API
1.3.2 - Swift 4.2
5 years ago
Updated with new & modified Swiftlint rules and Swift 4.2 language constructs
1.3.1 - Swift 4.1
6 years ago
Updated with new & modified Swiftlint rules and Swift 4.1 language constructs
1.3 - Stability
6 years ago
# Features - Updates to template example project - Support for nil/empty/optional value types - A lot of new operators - Spaceless tags in template example - Embedded if/if-else statements # Additions - Proper linter support with a lot of checks - Automatic releases 🎉 - If a commit with "Version x.x.x" found in its title, then version references in files get automatically replaced, commit and tagging happens, also pod trunk gets updated with the new podspec, automatically! - In fact, 1.3 was automatically released using the script
1.2 - Performance
6 years ago
# Features - Huge performance optimisations - Large number of additions to Template example - Backward option for patterns, which allows `3 - 2 - 1` to be handled correctly. Previously was interpreted as `3 - (2 - 1)` - Breaking changes: - Matcher renamed to Pattern - InterpreterContext renamed to Context - Variables now have options rather than Bool parameters - Matcher part is extracted to its own file # Additions - Example apps and test updates - Documentation update
1.1 - Documentation & Debugging support
6 years ago
# Features - Making component Equatable when appropriate - Publicating Variable mapping API - Generic TemplateInterpreter -> Now allows other types (such as NSAttributedStrings to be parsed). Made it `open` protection level, so it now allows subclassing. - Debugging support: context now holds debug steps when parsing expressions - Minor API changes # Additions - 100% line documentation coverage - Example projects: Color + NSAttribtuedString parser - Carthage support
1.0 - The first
6 years ago
# Features - Ability to parse typed expressions - Custom data types and functions - Loads of examples in the unit tests - Ability to parse template expressions - Inner parts of recognised expressions can use typed interpreters for further evaluation - Context for supporting evaluations - Only variables for now - Possible to add general context and evaluation-specific ones - Support for expressions with embedded parentheses: `a - (b * (c + d))` # Additions - Initial documentation - Example project: Full template engine - Loads of helpers for operator and function creation - Continous integration pipeline - Built, test, lint - Automatic documentation update - Generated from line comments and README pages
tevelee/AsyncHTTP 1.1.0
Swift networking with async/await
⭐️ 8
🕓 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.1.0
1 year ago
* Adopted primary associated types: allows opaque type constraints such as `some Loader<URLRequest, HTTPURLResponse>` * Advanced rethrows mechanism: `load()` only throws if there is an explicitly throwing operator in the loader chain
1.0.2
1 year ago
Failable conversion
1.0.1
1 year ago
Added support for macOS catalyst, watchOS, and tvOS
1.0.0
1 year ago
Networking library with async-await API
iOS macOS watchOS tvOS macCatalyst
tevelee/Configs 1.1.0
Lightweight, extensible solution for configuring values on iOS
⭐️ 3
🕓 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.
Initial version
3 years ago
iOS
tevelee/Tweaks 2.0.0
Lightweight, extensible solution Tweaking values on iOS at runtime with SwiftUI
⭐️ 2
🕓 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.
Initial version
3 years ago
iOS

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