mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
changelog 📝, 5.6.2
[ci skip]
This commit is contained in:
parent
de896b1e96
commit
3461573f31
2 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
## `5.6.1`
|
## `5.6.1`
|
||||||
|
|
||||||
|
- 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.1`
|
||||||
|
|
||||||
- 542aa8c parse `DEVI` journey legs (#175)
|
- 542aa8c parse `DEVI` journey legs (#175)
|
||||||
- 3ca4a0c/57fc610 `arrivals()`: add `provenance` field (#180)
|
- 3ca4a0c/57fc610 `arrivals()`: add `provenance` field (#180)
|
||||||
- ee94c65 ÖBB: improve `onCall` product name
|
- ee94c65 ÖBB: improve `onCall` product name
|
||||||
|
|
|
@ -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.1",
|
"version": "5.6.2",
|
||||||
"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.1",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.6.2",
|
||||||
"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