Swiftpack.co - Swift Packages by RandomHashTags

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

Packages published by RandomHashTags

RandomHashTags/swift-sovereign-states 1.3.2
Countries, Sovereign States, Subdivisions, and other relevant information ready to be used offline.
⭐️ 2
🕓 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.
1.3.2
45 weeks ago
fixed a crash when trying to parse the localization bundle **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.3.1...1.3.2
1.3.1
47 weeks ago
fixed the product not being found when imported by another swift package **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.3.0...1.3.1
1.3.0
47 weeks ago
- major localization changes and additions - added counties for many United State level-1 subdivisions - fixed multiple incorrect Wikipedia URLs for some level-2 administration divisions - major performance improvement to `SovereignRegion`'s `flag_url` computed property - `Finland` is now a NATO member - removed `SovereignRegion`'s `real_name`, `short_name`, and `short_name_decimal_separator_index` computed properties (now use a singular `name` computed property **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.2.1...1.3.0
1.2.1
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year ago
Added `getCurrencies` to `SovereignRegion`. **Full Changelog**: https://github.com/RandomHashTags/swift-sovereign-states/compare/1.1.4...1.1.5
iOS macOS watchOS tvOS
RandomHashTags/paradigm-utilities 1.3.33
Shared files between the Server and Client.
⭐️ 2
🕓 42 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.3.33
42 weeks ago
corrected a server-side `ParadigmCacheType` case **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.32...1.3.33
1.3.32
42 weeks ago
server-side additions, and a logic fix to `ParadigmCache` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.31...1.3.32
1.3.31
43 weeks ago
- added `ParadigmSharedInstanceIdentifier` and a static function `shared_identifier` - fixed `remove` function logic in `ParadigmSharedInstance` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.30...1.3.31
1.3.30
43 weeks ago
made `on_error` optional in `FileManagerAPI` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.29...1.3.30
1.3.29
43 weeks ago
updated `FileManagerAPI` with an escaping closure instead of returning the whole Task. **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.28...1.3.29
1.3.28
43 weeks ago
added `DownloadedFile` and `FileManagerAPI` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.27...1.3.28
1.3.27
43 weeks ago
added `TargetServer` and corrected `ParadigmCacheIdentifier` **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.26...1.3.27
1.3.26
43 weeks ago
added `ParadigmCacheIdentifier`, which is to be used as an alternative to creating a string identifier for the cache system **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.25...1.3.26
1.3.25
43 weeks ago
nonsense package fixes **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.24...1.3.25
1.3.23
43 weeks ago
filler update **Full Changelog**: https://github.com/RandomHashTags/paradigm-utilities/compare/1.3.22...1.3.23
iOS macOS

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