mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
changelog 📝; 5.20.1
[ci skip]
This commit is contained in:
parent
f0d33564f2
commit
5104fa0fa8
2 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## `5.20.1`
|
||||
|
||||
- 46fb44d0 SNCB: update CA chain 🐛
|
||||
- f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅
|
||||
- fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝
|
||||
- 39ca7ede `tripsByName()`: support some journey filters
|
||||
- 22a7f16e remove SBB integration/E2E test ✅
|
||||
- 102c4bf2 BVG/VBB: fix `nearby()` integration/E2E test ✅
|
||||
- 959e894d E2E/integration tests: un-skip tests, update mocked `when`, update fixtures ✅
|
||||
|
||||
[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-24
|
||||
|
||||
## `5.20.0`
|
||||
|
||||
- 0a096a13 `parseJourneyLeg()`/`parseTrip()`: expose `currentLocation` ✅📝
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "5.20.0",
|
||||
"version": "5.20.1",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
|
||||
"Yureka <github@yuka.dev>"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.0",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": {
|
||||
|
|
Loading…
Add table
Reference in a new issue