Swiftpack.co - Swift Packages by RandomHashTags

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

Packages published by RandomHashTags

RandomHashTags/paradigm-utilities 1.3.3
Shared files between the Server and Client.
⭐️ 3
🕓 1 week 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
1 week ago
### Additions - 15 `SovereignStateInfo` ranking values - `WeatherEventType` - 2 non-optional computed properties to Array in `SequenceExtensions` - `remove` function in `Hyperlinks` - some documentation to `EventDate` ### Removals - `name_suffix` from `WeatherZone` ### Fixes - failing to build due to missing semi-colon in a Localizable file **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.2...1.3.3
1.3.2
5 weeks ago
fixed localization not being properly implemented, resulting in projects that use this framework to fail when trying to build them **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.1...1.3.2
1.3.1
5 weeks ago
made `mag` in `PreEarthquakeMagnitude` a float instead of string **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.0...1.3.1
1.3.0
5 weeks ago
made `get(index)` publicly accessible in `SequenceExtensions` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.7...1.3.0
1.2.7
5 weeks ago
Changed a bunch of function getters to computed properties, along with some minor performance improvements. - updated SwiftSovereignStates requirement to 1.2.0 - removed some identifier functions in favor of `RawRepresentable` - moved some computed properties from the Server to here **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.6...1.2.7
1.2.6
7 weeks ago
- Fixed Upcoming Event `image_url` not being optimized when encoded to JSON - migrated some `StringExtensions` functions from the server to here for better parity **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.5...1.2.6
1.2.5
7 weeks ago
fixed a infinite recursion loop when encoding a `SemanticVersion`
1.2.4
7 weeks ago
made some functions computed properties and re-added some removed variables. **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.3...1.2.4
1.2.3
8 weeks ago
reverted changing some arrays to sets due to performance loss when decoding from JSON **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.2...1.2.3
1.2.2
8 weeks ago
- converted certain arrays to sets, where applicable - changes to `CodableOmittable` - minor performance improvements - renamed some files to clarify their intended purpose - changes to `JsonableProtocol` now omit more values when encoded to JSON under certain conditions - fixed `WOTDEvent` image url no longer loading **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.2.1...1.2.2
macOS
RandomHashTags/swift-sovereign-states 1.2.1
Highly performant and efficient Swift library used to implement Sovereign States, Subdivisions, and other relevant information into your Swift projects.
⭐️ 2
🕓 5 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.
1.2.1
5 weeks ago
made `wikipedia_url_suffix` non-optional in `Country` **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.2.0...1.2.1
1.2.0
6 weeks ago
**Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.9...1.2.0 ### Additions - `is_nato_member` to `Country` - `is_european_union_member` to `Country` - you can now return the `type` of a `SovereignStateSubdivision` from a `Country` - you can now return the `type` of a `SovereignStateCity` from a `SovereignStateSubdivision` - level-1 administrative divisions for 13 countries (Greenland, Grenada, Bermuda, Finland, the Maldives, Mozambique, Somalia, Guinea, the Marshall Islands, Morocco, Nauru, South Africa, Uganda) ### Fixes - 4 incorrect Wikipedia URLs for `SubdivisionsMadagascar` ### Performance Improvements - major: `SovereignRegion`'s `isMentioned` (+ `SovereignRegions.doesEqual` & `SovereignRegions.doesSatisfy`) - major: `SovereignRegion`'s `keywords` and other string arrays by using Sets instead of Arrays - major: `Country`'s `valueOfSubdivisionIdentifier` - major: `SovereignStateSubdivision`'s `valueOfCityIdentifier` - minor: `SovereignRegion`'s `toCorrectCapitalization` ### Other changes - replaced a large portion of functions with computed properties where appropriate (only functions that served as getters) - `SovereignRegion` cache id is now separated by their parent cache id with a hyphen - renamed `getConditionalName` to `getWikipediaName` (computed property=`wikipedia_name`) - `Currency` now conforms to `LosslessStringConvertible` - began localization journey ### Removals (mostly due to redundancy/best-practice/performance improvements) - `Country`'s `valueOfCacheID`in favor of `init?(description)` and `init(rawValue)` - `getIdentifier` from `SovereignRegion` - `getDefaultType` from `SovereignStateCity` - now solely handled by `type`
1.1.9
10 weeks ago
added 2 aliases; fixed some typos **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.8...1.1.9
1.1.8
19 weeks ago
can now validate if a `SovereignRegion` is mentioned in a string while ignoring case sensitivity. **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.7...1.1.8
1.1.7
20 weeks ago
adds some aliases for multiple `Country` **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.6...1.1.7
1.1.6
20 weeks ago
Bug fix relating to `Country` additional keywords and a change to `Currency` rawValue. **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.5...1.1.6
1.1.5
23 weeks ago
Added `getCurrencies` to `SovereignRegion`. **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.4...1.1.5
1.1.4
23 weeks ago
`SovereignRegion` is no longer `Sendable` **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.3...1.1.4
1.1.3
24 weeks ago
This release corrects the podspec file so it can be uploaded to Cocoapods.org. This release also adds 2 `wrapped` functions for easier usage under certain situations where it would be more convenient.
1.1.2
24 weeks ago
`SovereignRegion` now conforms to `Sendable`, and by inheritance `Country`, `SovereignStateSubdivision`, `SovereignStateCity`, and their wrappers. **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.1...1.1.2
iOS macOS watchOS tvOS

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