mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
changelog 📝, 5.10.0
[ci skip]
This commit is contained in:
parent
013ab2d3ce
commit
0ce6a41a85
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `5.10.0`
|
||||||
|
|
||||||
|
- 013ab2d add [*mobiliteit.lu* (Luxembourg) profile](../p/mobiliteit-lu)
|
||||||
|
- 11ca3b1 add [`tripsByName()` method](trips-by-name.md)
|
||||||
|
- 92fb29d `parseTrip`: handle `stopL[]` items without `idx` 🐛
|
||||||
|
|
||||||
|
[🏷 `5.10.0`](https://github.com/public-transport/hafas-client/releases/tag/5.10.0), 2020-11-01
|
||||||
|
|
||||||
## `5.9.0`
|
## `5.9.0`
|
||||||
|
|
||||||
- 8ed218f add [*Irish Rail* profile](../p/irish-rail)
|
- 8ed218f add [*Irish Rail* profile](../p/irish-rail)
|
||||||
|
|
|
@ -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.9.0",
|
"version": "5.10.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"em0lar <hello@em0lar.de>",
|
"em0lar <hello@em0lar.de>",
|
||||||
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)"
|
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.9.0",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.10.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": "https://github.com/sponsors/derhuerst",
|
"funding": "https://github.com/sponsors/derhuerst",
|
||||||
|
|
Loading…
Add table
Reference in a new issue