Releases: emma-k-alexandra/WMATA.swift
15.2.0 - MetroGTFS
What's Changed
- MetroGTFS Package: MetroRail GTFS Static data in a new wrapper by @emma-k-alexandra in #57
Full Changelog: 15.1.0...15.2.0
v15.1 - Potomac Yard
What's Changed
- feat(Station): Potomac Yard is open! by @emma-k-alexandra in #56
Full Changelog: 15.0.0...15.1.0
Silver Line Extension Phase 2
What's Changed
- v15: Silver Line Extension Phase 2 stations are now open by @emma-k-alexandra in #52
- Build docs with actions by @emma-k-alexandra in #53
- fix: remove docs directory by @emma-k-alexandra in #54
Full Changelog: 14.2.0...15.0.0
Add isRevenueService
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
Match Station
names to WMATA's new station names.
GTFS-RT and Docs
13.3.2
What's Changed
- fix: public access control on endpoint delegate convenience init by @emma-k-alexandra in #44
Full Changelog: 13.3.1...13.3.2
13.3.1
What's Changed
- fix: Map DestinationCode field to destination key in decoder by @emma-k-alexandra in #43
Full Changelog: 13.3.0...13.3.1
13.3.0
What's Changed
- fix: Response struct initializer property types now match the actual property types of the structs by @emma-k-alexandra in #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: 13.2.0...13.3.0
13.2.0 EntranceType
What's Changed
- feat: add EntranceType for Station Entrance by @emma-k-alexandra in #39
Full Changelog: 13.1.0...13.2.0