mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
changelog 📝, 5.6.3
[ci skip]
This commit is contained in:
parent
20d00ca3f0
commit
e18fa7ccae
2 changed files with 14 additions and 4 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue