Swiftpack.co - Swift Packages by BinaryBirds

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

Packages published by BinaryBirds

BinaryBirds/swift-html 1.7.0
An awesome Swift HTML DSL library using result builders.
⭐️ 277
🕓 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.
Fixes for Swift 5.8
1 year ago
- Better result builder architecture for Tags - Known DocumentRenderer issues: extra newline is rendered for groups, when rendering non-minified output.
Swift 5.6 fix
2 years ago
- fix `self` warning for target enum cases - `.self` is now called `.default` for `Target` & `TargetFrame`
Tag builder improvement
2 years ago
If only one Tag supplied in array of arrays, return Tag. If more than one Tag supplied, return GroupTag.
Fix textarea disabled attribute
2 years ago
Revert async tag init
2 years ago
Async await init support for tags
2 years ago
Convenience child tag init method
2 years ago
- now it is possible to init a tag with a single child tag
Prevent empty style attribute
2 years ago
- prevent empty style attribute `Span("").style("")` -> `<span></span>` - test empty style prevention
Fix remove class
2 years ago
If all the classes were removed also remove the attribute
SwiftSvg improvements
2 years ago
- pathLength init parameter - rect rx, ry init params - links to moz docs
macOS
BinaryBirds/swift-http 1.2.3
An awesome Swift HTTP library to rapidly create communication layers with API endpoints.
⭐️ 80
🕓 45 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.
Fix ambiguous URLSessionHttpClient()
45 weeks ago
- Fix ambiguous URLSessionHttpClient() thanks to @dankinsoid
Fix extra empty path issue with HttpUrl
47 weeks ago
Fix swift-log dependency version
48 weeks ago
1.2.0
1 year ago
- Using swift-log instead of print - Logging curl request, headers, status code and response body with different log levels
1 year ago
- HTTP URL additions - Better trailing slash management for URLs - New HTTP header key logic - improved unit tests
Possibility to disable trailing slashes
1 year ago
Fix pipeline validators
2 years ago
Initial release 🎉
2 years ago
iOS macOS watchOS tvOS
BinaryBirds/swift-template 1.2.1
A template based module generator for Swift projects.
⭐️ 46
🕓 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.2.1
1 year ago
Include hidden files (except .DS_Store)
2 years ago
- Templates can now contain hidden files (e.g.: `.swiftlint.yml`) - Exclude `.DS_Store` & `.swift-template-ignore` files by default - Note: you can still exclude other hidden files using the ignore file.
Minor improvements
3 years ago
- Added pluralized name ctx ({names}, {Names}, {Names}) - Capitalized first letter of the output directory
Context changes
3 years ago
- Directory names now support ctx variables. - Module is now called name, it comes with 3 variants: - {name} - the input name, as is - {Name} - capitalized first letter of the input name - {NAME} - uppercased version of the input name
3 years ago
- first version
macOS
BinaryBirds/liquid 1.3.2
Abstract file storage component made for Vapor 4.
⭐️ 38
🕓 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.
macOS 10.15 support
2 years ago
Dependency updates
2 years ago
Async / await support
2 years ago
New API methods
3 years ago
- New API methods, based on LiquidKit - Better documentation & README - Dependency updates (liquid-kit v1.2.0, vapor v4.41.0)
Revert Vapor version
3 years ago
Liquid-kit & dep updates
3 years ago
Project updates
3 years ago
- Swift 5.3 support - SPM dependency updates - Removed unnecessary test files - Makefile
3 years ago
- removed dynamic library
3 years ago
- dynamic product
First version
3 years ago
macOS
BinaryBirds/vapor-spec 2.0.0
Unit testing Vapor applications through declarative specifications.
⭐️ 35
🕓 40 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.
New spec API
40 weeks ago
- new spec API functions - updated Vapor dependency - drop older Swift versions (5.7+)
Optional cookies
2 years ago
Cookie support
2 years ago
3 years ago
- New response expectation - Vapor 4.41.0 as minimum dependency
New response expectation
3 years ago
Project updates
3 years ago
- Swift 5.3 support - Dependency updates - Removed unnecessary test files - Makefile
3 years ago
- first release
macOS
BinaryBirds/Sunlight 1.0.0
Calculate dawn, dusk, golden and blue hour times by using various algorithms.
⭐️ 28
🕓 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.
Sunlight (☀️) - v1.0.0
5 years ago
- first release
BinaryBirds/view-kit 1.3.0-rc.1
A generic, reusable view layer for building (not just) admin interfaces using Vapor 4.
⭐️ 21
🕓 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.
Release candidate 1
3 years ago
- Leaf is now replaced with Tau
New form field validators
3 years ago
ModelForm + willSave
3 years ago
File form process fix
3 years ago
Process fix
3 years ago
Process updates
3 years ago
File form field
3 years ago
Decodable dispatch fix
3 years ago
FFR+Decodable & File API
3 years ago
FormFieldRepresentable
3 years ago
macOS
BinaryBirds/Testify 1.1.2
Testify converts XCTest output into a proper structure (JSON, JUNIT, MD, GFM), or it'll miserably fail. 😉
⭐️ 20
🕓 48 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.
Release 1.1.2
48 weeks ago
Release 1.1.1
1 year ago
- simplify md outputs
Release 1.1.0
1 year ago
- more output format : junit and markdown - add tests for all output formats
Testify (✅) - 1.0.0
5 years ago
Testify converts XCTest output into a proper structure (JSON), or it'll miserably fail. 😉
macOS
BinaryBirds/git-kit 1.0.1
GitKit is a Swift wrapper around the git command line interface.
⭐️ 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.
3 years ago
- removed dynamic library
First release
4 years ago
BinaryBirds/content-api 1.1.0-rc.1
Generic, reusable, content focused API component for Vapor.
⭐️ 14
🕓 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.
Release candidate 1
3 years ago
Access methods
3 years ago
Removed self, routes fixes & naming changes, dep updates
3 years ago
Project updates
3 years ago
- Swift 5.3 support - Vapor 4.30, - Fluent 4.0.0
3 years ago
- removed dynamic library
3 years ago
- added exports file
3 years ago
- added missing content validations
3 years ago
- identifiable content view controller improvements
First version
3 years ago
macOS linux macOS iOS
BinaryBirds/shell-kit 1.0.1
Shell is a simple package that gives you the ability to call shell commands through Swift.
⭐️ 13
🕓 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.
3 years ago
- removed dynamic library
First release
4 years ago
BinaryBirds/liquid-aws-s3-driver 1.3.3
AWS S3 driver implementation for the LiquidKit file storage solution, based on the Soto for AWS project.
⭐️ 9
🕓 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 year ago
- fix url resolution - fix dir creation (always use trailing /)
macOS 10.15 support
2 years ago
Dependency updates
2 years ago
Async await support
2 years ago
3 years ago
- Fixed us-east-1 name resolution - Fixed unit tests (sync shutdown issue)
New API methods
3 years ago
- New API methods, based on LiquidKit - Better documentation & README - Dependency updates (liquid-kit v1.2.0, soto v5.3.0)
Implemented copy & move API
3 years ago
Soto 5.0.0
3 years ago
Exists API
3 years ago
Revert Vapor version
3 years ago
macOS
BinaryBirds/viper-kit 1.5.0-rc.1.1
VIPER module protocols for Vapor applications
⭐️ 9
🕓 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.
Fix invoke prefix
3 years ago
Release candidate 1
3 years ago
App hook fix & dep updates
3 years ago
viper leaf scopes middleware
3 years ago
Leaf data generator protocol
3 years ago
Bundled Leaf source
3 years ago
Bundle & sample support
3 years ago
Routes hook fix
3 years ago
Public invoke hooks for leaf
3 years ago
Default boot for routers
3 years ago
macOS
BinaryBirds/liquid-local-driver 1.3.2
A local driver implementation for the LiquidKit file storage solution.
⭐️ 7
🕓 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.
macOS 10.15 support
2 years ago
Dependency updates
2 years ago
Async await support
2 years ago
New API methods
3 years ago
- New API methods, based on LiquidKit - Better documentation & README - Dependency updates (liquid-kit v1.2.0)
Create key path structure for copy & move
3 years ago
Copy & move (force by default)
3 years ago
Implemented copy & move API
3 years ago
Fixed Linux compilation issue
3 years ago
Only delete file if exists
3 years ago
List will return an empty array for files
3 years ago
macOS
BinaryBirds/liquid-kit 1.3.4
An abstract FileStorage solution, based on the SwiftNIO framework.
⭐️ 7
🕓 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.
public ids support
2 years ago
macOS 10.15 support
2 years ago
Dependency updates
2 years ago
Throwing async func
2 years ago
Async / await support
2 years ago
New API methods & better docs
3 years ago
- The following API methods are now available: - resolve - upload - copy - move - create directory - delete - exists - There is a new LiquidError enum with a keyNotExists case for missing key errors. - Documentation is updated with driver implementation details - Dependencies are updated (swift-nio, swift-log)
New LiquidError enum
3 years ago
Copy & Move API
3 years ago
Exists API
3 years ago
Revert NIO version
3 years ago
macOS
BinaryBirds/tau 1.0.2
A template engine for Vapor 4 based on TauKit.
⭐️ 6
🕓 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.
Fix memory leak
2 years ago
- Fixed a context storage related memory leak
2 years ago
- New template scope middleware - Updated TauKit dependency - NOTE: Renderer is now TemplateRenderer
Initial release
3 years ago
macOS
BinaryBirds/env-kit 1.0.1
EnvKit is a Swift package for transmitting environment variables between shell processes.
⭐️ 6
🕓 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.
3 years ago
- removed dynamic library
First version
4 years ago
BinaryBirds/tau-kit 1.1.6
A generic purpose template engine
⭐️ 5
🕓 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.
2 years ago
- Lock fix for cache object (thread issue) - Unowned parent for template encoder (memory issue)
2 years ago
- Timestamp & DateFormatters with Entity suffix
2 years ago
- SwiftNIO dependency updated to v2.28.0 - Renderer is now called TemplateRenderer - Fix compilation issue for Swift 5.5
Open setUp API for TauKitTestCase
2 years ago
Disabled double min, max entities
3 years ago
Minor fixes & enhancements
3 years ago
- TemplateDataEncoder superEncoder support - Extended register entities (min, max, etc) - NonBlockingFileIOSource
Variable fixes & define improvements
3 years ago
Apply fixes based on @tdotclare's work: - Properly respect `invariant` flag on entities during parsing to avoid pre-resolving - Correct behavior on nested inline variable/define resolution - Correct behavior of declaring variables referencing previous stack definition - Improved error handling on `define` style mismatches in resolution
Initial release
3 years ago
macOS
BinaryBirds/vapor-hooks 1.0.0
Hook functions for Vapor.
⭐️ 5
🕓 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 release
3 years ago
macOS
BinaryBirds/tau-foundation 1.0.0-rc.1
Reusable entities and extensions for the Tau template engine.
⭐️ 4
🕓 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.
Release candidate 1
3 years ago
Fixed missing toggle call
3 years ago
Sort updates
3 years ago
Sort query default sort parameter
3 years ago
Default sort param for indicator
3 years ago
macOS 10_15 support
3 years ago
Order fixes
3 years ago
Updated sort methods & new query extensions
3 years ago
Leaf Tau fixes
3 years ago
- Dep updates
TrimLast optional param
3 years ago
macOS
BinaryBirds/path-kit 1.1.0
Working with files and directories in a nice way using Swift.
⭐️ 2
🕓 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.
Project updates
3 years ago
- Swift 5.3 support - New basename property - Name returns lastPathComponent - Removed unnecessary test files - Directory separator for Windows
3 years ago
- removed dynamic library
Fixed path location issue
4 years ago
First version
4 years ago
BinaryBirds/TimeZones 1.0.1
Strong typed, autocompleted time zones with locations for Swift.
⭐️ 2
🕓 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.
Better TZ structure
5 years ago
- refactored structs to enums with some POP magic 💫
TimeZones (🕐) - v1.0.0
5 years ago
- create time zone from abbrevation enum - get strongly typed time zone with location info
BinaryBirds/hook-kit 1.0.0
Generic event hook functions and invocation for Swift.
⭐️ 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 release
3 years ago
BinaryBirds/mail 0.0.2
Abstract mail provider component made for Vapor 4
⭐️ 0
🕓 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.
Public mail providers
2 years ago
First release
2 years ago
macOS
BinaryBirds/mail-kit 0.0.1
Abstract mail provider library for Vapor 4
⭐️ 0
🕓 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.
First release
2 years ago
macOS
BinaryBirds/build-kit 1.0.1
A Swift wrapper around common Swift commands.
⭐️ 0
🕓 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.
3 years ago
- removed dynamic library
First version
4 years ago

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