mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝, add @PaulSut as contributor; 6.3.0
This commit is contained in:
parent
7f78dc9458
commit
65096a85b6
2 changed files with 13 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## `6.3.0`
|
||||
|
||||
- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details – Thanks @PaulSut!
|
||||
- fd90abde/9365c00a/c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: parse & expose ticket details – Thanks @PaulSut!
|
||||
- c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: with `opt.generateUnreliableTicketUrls: true`, try to generate *bahn.de* URLs to the tickets – Thanks @PaulSut!
|
||||
|
||||
[🏷 `6.3.0`](https://github.com/public-transport/hafas-client/releases/tag/6.3.0), 2024-03-20
|
||||
|
||||
## `6.2.2`
|
||||
|
||||
- 26c56f8d/c85f083d/8a174016 fix date of next-day DEVI leg in an overnight journey 🐛 – Thanks @soerface!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "6.2.2",
|
||||
"version": "6.3.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
@ -24,9 +24,11 @@
|
|||
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
|
||||
"Marcel Radzio <mtrnord@nordgedanken.dev>",
|
||||
"Benoit Deldicque (https://github.com/bddq)",
|
||||
"roehrt"
|
||||
"roehrt",
|
||||
"Sören Wegener (https://soerface.de/)",
|
||||
"Paul Sutter <paul.sutter@moia.io>"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.2.2",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": {
|
||||
|
|
Loading…
Add table
Reference in a new issue