changelog 📝; 5.21.0

[ci skip]
This commit is contained in:
Jannis R 2021-11-01 22:22:52 +01:00
parent 4492b3a376
commit 601164de21
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 14 additions and 4 deletions

View file

@ -1,6 +1,16 @@
# Changelog # Changelog
## `5.20.1` ## `5.21.0`
- 97b6a76e `parseTrip()`: expose `realtimeDataUpdatedAt`
- 3453cbe1 `parseArrival()`/`parseDeparture()`: expose `stbStop.{rem,msg}L` as `remarks[]` as well
- 69ddf5fb/6941e7a4 BVG: parse occupancy ✅
- c270eed9 `nationalExp` -> `nationalExpress` 🐛
- 4492b3a3 use correct `HttpsAgent` option for `LOCAL_ADDRESS` environment variable 🐛
[🏷 `5.21.0`](https://github.com/public-transport/hafas-client/releases/tag/5.21.0), 2021-11-01
## `5.20.2`
- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247) - 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247)
- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛 - dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛
@ -9,7 +19,7 @@
- 39d3807c minor tweaks 📝 - 39d3807c minor tweaks 📝
- 8d4f8a83 E2E/integration tests: update fixtures ✅ - 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.2`](https://github.com/public-transport/hafas-client/releases/tag/5.20.2), 2021-10-26
## `5.20.1` ## `5.20.1`

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.2", "version": "5.21.0",
"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.2", "homepage": "https://github.com/public-transport/hafas-client/tree/5.21.0",
"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": {