From bec3249b01a4668a35b848003e30157a0f54341f Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 25 Jul 2018 11:17:44 +0200 Subject: [PATCH] changelog for refreshJourney :memo:, tap-spec@5 --- docs/changelog.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 34450707..028445a1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,7 @@ This version is not fully backwords-compatible. Check out [the migration guide]( - 0db84ce #61 parse remarks for stopovers and journey legs - ac9819b `arrivals()` method – [docs](arrivals.md) +- 5b754aa `refreshJourney()` method – [docs](refresh-journey.md) - 21c273c `journeys()`/`trip()`: leg stopovers: parse & expose delays - 021ae45 `journeys()`/`trip()`: leg stopovers: parse & expose platforms - 84bce0c `arrivals()`/`departures()`: parse & expose platforms diff --git a/package.json b/package.json index 48374738..49e0c460 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "db-stations": "^2.3.0", "is-coordinates": "^2.0.2", "is-roughly-equal": "^0.1.0", - "tap-spec": "^4.1.1", + "tap-spec": "^5.0.0", "tape": "^4.8.0", "tape-promise": "^3.0.0", "validate-fptf": "^2.0.1",