Swiftpack.co - Swift Packages by adamayoung

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

Packages published by adamayoung

adamayoung/TMDb 9.0.0
The Movie Database Swift Package
⭐️ 66
🕓 24 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.
9.0.0
24 weeks ago
## What's Changed * Add code scanning by @adamayoung in https://github.com/adamayoung/TMDb/pull/63 * FEATURE: Add configuration languages by @adamayoung in https://github.com/adamayoung/TMDb/pull/64 * FEATURE: Movie Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/65 * FEATURE: TV Show Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/66 * TEST: Add integration tests for Certifications, Configurations, Discover and Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/67 * DOC: Changed to Apple DocC to build documentation by @adamayoung in https://github.com/adamayoung/TMDb/pull/68 * DOCS: Documentation generation tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/69 * DOCS: Documentation workflow tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/70 * CONFIG: Use SwiftLint from Swift Package Plugin by @adamayoung in https://github.com/adamayoung/TMDb/pull/71 * FEATURE: Add Watch Provider Regions by @adamayoung in https://github.com/adamayoung/TMDb/pull/72 * FEATURE: Watch Providers for movies by @adamayoung in https://github.com/adamayoung/TMDb/pull/73 * FEATURE: Add TV Show Watch Providers by @adamayoung in https://github.com/adamayoung/TMDb/pull/74 * FEATURE: Add company details by @adamayoung in https://github.com/adamayoung/TMDb/pull/75 * Refactor Service protocols by @adamayoung in https://github.com/adamayoung/TMDb/pull/76 * Remove swiftlint SPM plugin by @adamayoung in https://github.com/adamayoung/TMDb/pull/77 * Update to Swift 5.7 by @adamayoung in https://github.com/adamayoung/TMDb/pull/78 * Update code scanning workflow by @adamayoung in https://github.com/adamayoung/TMDb/pull/79 * CONFIG: Updates to build by @adamayoung in https://github.com/adamayoung/TMDb/pull/83 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.1.0...9.0.0
8.1.0
1 year ago
## What's Changed * Added codecov by @adamayoung in https://github.com/adamayoung/TMDb/pull/49 * Protocols refactor by @adamayoung in https://github.com/adamayoung/TMDb/pull/50 * Refactored APIClient by @adamayoung in https://github.com/adamayoung/TMDb/pull/51 * Update Readme and tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/52 * Add CodeClimate coverage by @adamayoung in https://github.com/adamayoung/TMDb/pull/53 * Remove CodeCov coverage reporting by @adamayoung in https://github.com/adamayoung/TMDb/pull/54 * Add Configuration Countries by @adamayoung in https://github.com/adamayoung/TMDb/pull/55 * Add configuration jobs by department by @adamayoung in https://github.com/adamayoung/TMDb/pull/56 * Tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/57 * Remove Code Climate during CI builds by @adamayoung in https://github.com/adamayoung/TMDb/pull/61 * image and video language by @DannyCamenisch in https://github.com/adamayoung/TMDb/pull/58 * Fix code formatting issues by @adamayoung in https://github.com/adamayoung/TMDb/pull/62 * Add TV Episode Data and Images by @joeljfischer in https://github.com/adamayoung/TMDb/pull/60 ## New Contributors * @joeljfischer made their first contribution in https://github.com/adamayoung/TMDb/pull/60 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.0.1...8.1.0
8.0.1
1 year ago
## What's Changed * FIXED: no content found by @DannyCamenisch in https://github.com/adamayoung/TMDb/pull/48 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.0.0...8.0.1
8.0.0
1 year ago
## What's Changed * Add image URL builder and refactoring by @adamayoung in https://github.com/adamayoung/TMDb/pull/46 * Updated README for 8.0.0 by @adamayoung in https://github.com/adamayoung/TMDb/pull/47 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/7.1.0...8.0.0
7.1.0
1 year ago
## What's Changed * Renamed TMDb class to TMDbAPI to avoid confusion with module name by @adamayoung in https://github.com/adamayoung/TMDb/pull/44 * Updated README by @adamayoung in https://github.com/adamayoung/TMDb/pull/45 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/7.0.0...7.1.0
7.0.0
1 year ago
## What's Changed * CONFIG: Make tests run in parallel by @adamayoung in https://github.com/adamayoung/TMDb/pull/34 * CONFIG: GitHub workflow changes by @adamayoung in https://github.com/adamayoung/TMDb/pull/35 * FEATURE: Remove Combine and closure methods by @adamayoung in https://github.com/adamayoung/TMDb/pull/41 * HOUSEKEEPING: Remove VSCode directory and update gitignore by @adamayoung in https://github.com/adamayoung/TMDb/pull/42 * DOCUMENTATION: Update README by @adamayoung in https://github.com/adamayoung/TMDb/pull/43 **Full Changelog**: https://github.com/adamayoung/TMDb/compare/6.0.0...7.0.0
6.0.0
1 year ago
Added async/await support.
5.0.0
2 years ago
* Added support for Swift 5.5's async/await * Added documentation to the models
4.2.0
2 years ago
Now Playing, Top Rated and Upcoming Movies
4.1.0
2 years ago
Added Linux compatibility
iOS macOS watchOS tvOS
adamayoung/police-data-kit 3.0.2
A Swift Package for UK Police data providing a rich data source for information about crime and policing in England, Wales and Northern Ireland.
⭐️ 1
🕓 14 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.
3.0.2
14 weeks ago
## What's Changed * CONFIG: Add availability attributes to services by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/95 * CONFIG: Add URLSession configuration by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/96 **Full Changelog**: https://github.com/adamayoung/police-data-kit/compare/3.0.1...3.0.2
3.0.1
16 weeks ago
## What's Changed * CONFIG: Markdown linting by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/93 * TEST: Skip slow integration tests by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/94 **Full Changelog**: https://github.com/adamayoung/police-data-kit/compare/3.0.0...3.0.1
3.0.0
18 weeks ago
## What's Changed * Add caching to Neighbourhood service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/61 * Add caching to Availability service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/62 * Add caching to PoliceForce service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/63 * Add logging by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/64 * Add caching to Stop and Search service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/65 * Add caching to Outcome service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/66 * Add caching to Crime service by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/67 * Add Data availability region checks by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/68 * Rearchitecture by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/69 * Remove SwiftSoup dependency by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/70 * BUG: Fix Neighbourhoods with empty `url_force` by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/71 * BUG: Remove HTML from Neighbourhood name by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/72 * FEATURE: Fetch neighbourhood by coordinate by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/74 * FEATURE: Availability cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/75 * BUG: Change public var properties to constants by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/76 * FEATURE: Crime cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/77 * FEATURE: Outcome cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/78 * FEATURE: Police Force cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/79 * FEATURE: Stop and Search Cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/80 * FEATURE: Neighbourhood cache by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/81 * FEATURE: Add Combine publisher alternatives to coordinate based NeighbourhoodService functions by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/82 * FEATURE: Add Combine publisher alternatives to coordinate based OutcomeService functions by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/83 * FEATURE: Add Combine publisher alternatives to coordinate based StopAndSearchService functions by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/84 * DOC: Add Police Force Getting Started documentation by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/85 * TEST: Add integration tests for Availability by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/86 * TEST: Add integration tests for Police Forces by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/87 * TEST: Add integration tests for Neighbourhoods by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/88 * TEST: Add integration tests for Crimes by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/89 * FEATURE: Add Combine publisher alternatives to coordinate based CrimeService functions by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/90 * TEST: Add integration tests for Stop and Searches by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/91 * TEST: Add integration tests for Outcomes by @adamayoung in https://github.com/adamayoung/police-data-kit/pull/92 **Full Changelog**: https://github.com/adamayoung/police-data-kit/compare/2.0.3...3.0.0
2.0.3
23 weeks ago
## What's Changed * Fix Neighbourhood decoding with null url_force by @adamayoung in https://github.com/adamayoung/police-api/pull/60 **Full Changelog**: https://github.com/adamayoung/police-api/compare/2.0.2...2.0.3
2.0.2
23 weeks ago
## What's Changed * Fix NeighbourhoodLocation decoding by @adamayoung in https://github.com/adamayoung/police-api/pull/59 **Full Changelog**: https://github.com/adamayoung/police-api/compare/2.0.1...2.0.2
2.0.1
23 weeks ago
## What's Changed * Fix error when parsing a Neighbourhood with an empty url_force value by @adamayoung in https://github.com/adamayoung/police-api/pull/58 **Full Changelog**: https://github.com/adamayoung/police-api/compare/2.0.0...2.0.1
2.0.0
23 weeks ago
## What's Changed * FEATURE: Refactor to async/await by @adamayoung in https://github.com/adamayoung/police-api/pull/54 * Project rename and updates by @adamayoung in https://github.com/adamayoung/police-api/pull/57 **Full Changelog**: https://github.com/adamayoung/police-api/compare/1.0.0...2.0.0
1.0.0
2 years ago
iOS macOS watchOS tvOS
adamayoung/GiphyKit 1.0.0
A Swift library to fetch Giphy image meta data from Giphy's API.
⭐️ 0
🕓 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.
First Release
3 years ago
iOS macOS watchOS tvOS
adamayoung/SwiftRedux 1.0.0
Swift Redux
⭐️ 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
3 years ago
First Release
iOS macOS watchOS tvOS
adamayoung/Cache 1.0.0
A Swift in memory and on disk caching library for Codable objects.
⭐️ 0
🕓 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.
First Release
3 years ago
iOS macOS watchOS tvOS

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