changelog 📝; 5.26.0

This commit is contained in:
Jannis R 2022-10-06 19:22:23 +02:00
parent 829c9ca461
commit 4189ce437b
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 9 additions and 3 deletions

View file

@ -1,12 +1,18 @@
# Changelog # Changelog
## `5.26.0`
- 829c9ca4 add `profile.log{Request,Response}()` hooks 📝
[🏷 `5.26.0`](https://github.com/public-transport/hafas-client/releases/tag/5.26.0), 2022-10-06
## `5.25.0` ## `5.25.0`
- 0a636981 parse `CHKI` (check-in, check-out) legs ✅ - 0a636981 parse `CHKI` (check-in, check-out) legs ✅
- 7c68f962 `parse{Stopover,JourneyLeg, Trip}`: expose `{arrival,departure}PrognosisType` - 7c68f962 `parse{Stopover,JourneyLeg, Trip}`: expose `{arrival,departure}PrognosisType`
- 95af0a01 `parseArrival` & `parseDeparture`: expose `prognosisType` - 95af0a01 `parseArrival` & `parseDeparture`: expose `prognosisType`
[🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-07-30 [🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.25.0), 2022-07-30
## `5.24.1` ## `5.24.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.25.0", "version": "5.26.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -25,7 +25,7 @@
"Benoit Deldicque (https://github.com/bddq)", "Benoit Deldicque (https://github.com/bddq)",
"roehrt" "roehrt"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.25.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.26.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": {