Skip to content

v0.2.0: terminal-space destination fields, dead isCancelled removed

Choose a tag to compare

@cyanheads cyanheads released this 31 Jul 00:15
v0.2.0
6fd6658

terminal-space destination fields, dead isCancelled removed

  • ⚠️ Breaking: wsdot_get_terminal_space drops arrivingTerminalName (an itinerary string, not a destination) — replaced by arrivingTerminalIds (the real destination IDs, chainable into wsdot_get_ferry_schedule) and itineraryLabel (display only); displayDriveUpSpace/displayReservableSpace are now surfaced too (#31)
  • ⚠️ Breaking: wsdot_get_ferry_schedule drops isCancelled — neither upstream schedule endpoint has ever populated it; check wsdot_get_ferry_alerts for disruptions instead (#32)
  • driveUpSpaceCount and reservableSpaceCount now floor at zero — an oversubscribed sailing reports a negative count upstream, and the FULL check in format() is non-positive instead of exactly-zero (#25)

CHANGELOG v0.2.0