mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
changelog 📝; 5.20.2
[ci skip]
This commit is contained in:
parent
8d4f8a8357
commit
2f5c8f4619
2 changed files with 13 additions and 2 deletions
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
## `5.20.1`
|
## `5.20.1`
|
||||||
|
|
||||||
|
- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247)
|
||||||
|
- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛
|
||||||
|
- 3f75e075 BVG: update API endpoint
|
||||||
|
- 1f6e6810 DB: update `.ext`
|
||||||
|
- 39d3807c minor tweaks 📝
|
||||||
|
- 8d4f8a83 E2E/integration tests: update fixtures ✅
|
||||||
|
|
||||||
|
[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-26
|
||||||
|
|
||||||
|
## `5.20.1`
|
||||||
|
|
||||||
- 46fb44d0 SNCB: update CA chain 🐛
|
- 46fb44d0 SNCB: update CA chain 🐛
|
||||||
- f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅
|
- f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅
|
||||||
- fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝
|
- fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝
|
||||||
|
|
|
@ -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.20.1",
|
"version": "5.20.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"Yureka <github@yuka.dev>",
|
"Yureka <github@yuka.dev>",
|
||||||
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)"
|
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.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": {
|
"funding": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue