changelog 📝; 5.20.1

[ci skip]
This commit is contained in:
Jannis R 2021-10-24 23:14:05 +02:00
parent f0d33564f2
commit 5104fa0fa8
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Changelog # 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` ## `5.20.0`
- 0a096a13 `parseJourneyLeg()`/`parseTrip()`: expose `currentLocation` ✅📝 - 0a096a13 `parseJourneyLeg()`/`parseTrip()`: expose `currentLocation` ✅📝

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.20.0", "version": "5.20.1",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -21,7 +21,7 @@
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)", "Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
"Yureka <github@yuka.dev>" "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", "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": {