From e18fa7ccaeaf2502d8cbae85c216b32fb742daa3 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 26 Jul 2020 21:26:29 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=205.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 14 ++++++++++++-- package.json | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 71ffd015..b829043e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,22 @@ # Changelog -## `5.6.1` +## `5.6.3` + +- 71db75d `journeys()`: expose realtime data timestamp +- d2314e0 `journeys()`: don't send `outDate`/`outTime` & `ctxScr` +- f9bfd69 `parseJourneyLeg`: parse `jny.poly` 🐛 +- 51f4a66/2c04e2f `journeys()`: remove collection of results +- 6b27517 `parseMovement`: skip invalid `stopL[]` items 🐛 + +[🏷 `5.6.3`](https://github.com/public-transport/hafas-client/releases/tag/5.6.3), 2020-07-26 + +## `5.6.2` - de896b1 `parseCommon`: respect `opt.polyline` 🐛 - fc2e214 ÖBB: add `trip()` test ✅ - dce42bf move trip parsing into `parse/trip` -[🏷 `5.6.1`](https://github.com/public-transport/hafas-client/releases/tag/5.6.1), 2020-06-13 +[🏷 `5.6.2`](https://github.com/public-transport/hafas-client/releases/tag/5.6.2), 2020-06-13 ## `5.6.1` diff --git a/package.json b/package.json index 17222f4e..60504028 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.6.2", + "version": "5.6.3", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.6.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.6.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",