mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
2.5.3
This commit is contained in:
parent
d676b8430d
commit
3c052e9fef
2 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `2.5.3`
|
||||||
|
|
||||||
|
- d676b84 fix parsing for journey leg alternatives 🐛
|
||||||
|
|
||||||
|
## `2.5.2`
|
||||||
|
|
||||||
|
- 16e6dd6 departure docs: fix method 📝
|
||||||
|
- c60213a DB: tram mode should be `train` 🐛
|
||||||
|
|
||||||
|
## `2.5.1`
|
||||||
|
|
||||||
|
- afc0124 fix stopover parsing 🐛
|
||||||
|
|
||||||
## `2.5.0`
|
## `2.5.0`
|
||||||
|
|
||||||
- new [Schleswig-Holstein (NAH.SH)](https://de.wikipedia.org/wiki/Nahverkehrsverbund_Schleswig-Holstein) [profile](../p/nahsh)
|
- new [Schleswig-Holstein (NAH.SH)](https://de.wikipedia.org/wiki/Nahverkehrsverbund_Schleswig-Holstein) [profile](../p/nahsh)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "JavaScript client for HAFAS public transport APIs.",
|
"description": "JavaScript client for HAFAS public transport APIs.",
|
||||||
"version": "2.5.2",
|
"version": "2.5.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue