Swiftpack.co - Swift Packages by emma-k-alexandra

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

Packages published by emma-k-alexandra

emma-k-alexandra/RTree v2.1.2
An on-disk, Codable R*-Tree for Swift
⭐️ 21
🕓 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.2.1 Bug Fixes
2 years ago
**Full Changelog**: https://github.com/emma-k-alexandra/RTree/compare/2.2.0...2.2.1
2.2.0 Custom JSON Encoding and Decoding
2 years ago
**Full Changelog**: https://github.com/emma-k-alexandra/RTree/compare/v2.1.2...2.2.0
Bug Fixes
4 years ago
Bug Fixes
4 years ago
More efficient storage model
4 years ago
RTree files should be much smaller now.
Correctly order nearest neighbor search heap
4 years ago
Examples corrections
4 years ago
Nearest Neighbor Bug Fix
4 years ago
Bug Fixes
4 years ago
Bug Fixes
4 years ago
emma-k-alexandra/GTFS v1.0.0
GTFS and GTFS-RT structures for Swift
⭐️ 15
🕓 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.
Release 1.0.1
2 years ago
Update dependencies Formatting
GTFS & GTFS-RT
4 years ago
emma-k-alexandra/WMATA.swift v8.3.0
WMATA.swift is a Swift interface to the Washington Metropolitan Area Transit Authority API
⭐️ 12
🕓 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.
15.2.0 - MetroGTFS
5 weeks ago
## What's Changed * MetroGTFS Package: MetroRail GTFS Static data in a new wrapper by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/57 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/15.1.0...15.2.0
v15.1 - Potomac Yard
45 weeks ago
## What's Changed * feat(Station): Potomac Yard is open! by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/56 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/15.0.0...15.1.0
Silver Line Extension Phase 2
1 year ago
## What's Changed * v15: Silver Line Extension Phase 2 stations are now open by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/52 * Build docs with actions by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/53 * fix: remove docs directory by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/54 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/14.2.0...15.0.0
Add isRevenueService
1 year ago
`Rail.NextTrains.Response.Prediction` has a new property called `isRevenueService` that can be used to check if an upcoming train is one a customer can ride or something like a No Passengers train like the Money Train.
Update Station Names
1 year ago
Match `Station` names to [WMATA's new station names](https://www.wmata.com/about/news/Metro-to-implement-station-name-change-at-five-stations.cfm).
GTFS-RT and Docs
1 year ago
## What's Changed * GTFS-RT and Docs by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/46 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/13.3.2...14.0.0
13.3.2
2 years ago
## What's Changed * fix: public access control on endpoint delegate convenience init by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/44 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/13.3.1...13.3.2
13.3.1
2 years ago
## What's Changed * fix: Map DestinationCode field to destination key in decoder by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/43 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/13.3.0...13.3.1
13.3.0
2 years ago
## What's Changed * fix: Response struct initializer property types now match the actual property types of the structs by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/40 feat: add explicit Rail.NextTrains initializer without a station parameter - It was previously possible to initialize Rail.NextTrains like this, but it didn't appear in autocomplete within Xcode. feat: map the carCount value 0 to nil in Rail.PathDetails.Response.Positions feat: Map the value "0" to nil for Stops in several Metrobus endpoint responses feat: Added convenience initializer to EndpointDelegate for sharedContainerIdentifier feat: Allow WMATAMappedValues to be any Codable & Hashable value, not just Strings docs: Pointed to newer, more relevant Apple documentation for background requests docs: Add information on how to build documentation in Xcode test: correct line order of sharedTracksWith tests **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/13.2.0...13.3.0
13.2.0 EntranceType
2 years ago
## What's Changed * feat: add EntranceType for Station Entrance by @emma-k-alexandra in https://github.com/emma-k-alexandra/WMATA.swift/pull/39 **Full Changelog**: https://github.com/emma-k-alexandra/WMATA.swift/compare/13.1.0...13.2.0
iOS macOS watchOS tvOS
emma-k-alexandra/BTree v1.0.0
A Codable, On-Disk B-Tree
⭐️ 7
🕓 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.
4 years ago
4 years ago
Storage is smaller now!
4 years ago
Removed isLeaf and isRoot from storage, making each record stored smaller.
Struct!
4 years ago
BTree is now a struct rather than a class - This has a weird implication that `find()` is a mutating func, but might be able to work on that in the future - Cleaned up consistency throughout BTree - Cleaned up storage of root in a new storage - Removed parent property of BTreeNode, replaced with isRoot - Removed the ability to store duplicate keys - Properly `save()` nodes when they are modified - Completely rewrote `split(at:)`, hopefully is much more understandable and swifty now
4 years ago
emma-k-alexandra/RelativeDateView v3.1.1
SwiftUI View for displaying autoupdating relative dates
⭐️ 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.
Bug Fixes
4 years ago
Optional placeholder field
4 years ago
v3 - Styling output date view
4 years ago
Remove binding
4 years ago
v1: Relative Date View!
4 years ago
iOS macOS watchOS tvOS

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