changelog 📝, 5.6.3

[ci skip]
This commit is contained in:
Jannis R 2020-07-26 21:26:29 +02:00
parent 20d00ca3f0
commit e18fa7ccae
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 14 additions and 4 deletions

View file

@ -1,12 +1,22 @@
# Changelog # 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` 🐛 - de896b1 `parseCommon`: respect `opt.polyline` 🐛
- fc2e214 ÖBB: add `trip()` test ✅ - fc2e214 ÖBB: add `trip()` test ✅
- dce42bf move trip parsing into `parse/trip` - 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` ## `5.6.1`

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.6.2", "version": "5.6.3",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -18,7 +18,7 @@
"Julius Tens <mail@juliustens.eu>", "Julius Tens <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>" "n0emis <n0emis@noemis.me>"
], ],
"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", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst", "funding": "https://github.com/sponsors/derhuerst",