mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; add @roehrt as contributor; 5.24
[ci skip]
This commit is contained in:
parent
7e1f7ed4ee
commit
27d4479e1a
2 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## `5.24.0`
|
||||
|
||||
- 2edcd49e `serverInfo()`: add `opt.versionInfo` 📝✅
|
||||
- f3c2ee6f/1236cf63 DB: support age-based tariffs – Thanks @roehrt!
|
||||
- 7e1f7ed4 BVG/VBB: parse stop DHIDs ✅
|
||||
- f8ca2d5d BVG: only expand `9*` stop IDs to 12 digits 🐛
|
||||
- 68ecd7c5 readme: fix `strecken.info` link 📝 – Thanks @fhueter!
|
||||
|
||||
[🏷 `5.24.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-04-26
|
||||
|
||||
## `5.23.0`
|
||||
|
||||
- 57084262 expose `departure.destination` & `arrival.origin` ✅
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "5.23.0",
|
||||
"version": "5.24.0",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"Yureka <github@yuka.dev>",
|
||||
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
|
||||
"Marcel Radzio <mtrnord@nordgedanken.dev>",
|
||||
"Benoit Deldicque (https://github.com/bddq)"
|
||||
"Benoit Deldicque (https://github.com/bddq)",
|
||||
"roehrt"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.23.0",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.24.0",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": {
|
||||
|
|
Loading…
Add table
Reference in a new issue