mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; 5.26.2
This commit is contained in:
parent
a60083f8d1
commit
2baf2f6f04
2 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `5.26.2`
|
||||||
|
|
||||||
|
- a60083f8 parse `trip.scheduledDays` ✅
|
||||||
|
- b6900a3d parse `journey.scheduleDays` using `fpB` & `fpE` 🐛✅ – Thanks @bergmannjg!
|
||||||
|
- f530a30f mention related libs 📝
|
||||||
|
- 5ff8527b tweak & restructure docs 📝, explicit defaults
|
||||||
|
|
||||||
|
[🏷 `5.26.2`](https://github.com/public-transport/hafas-client/releases/tag/5.26.2), 2022-10-15
|
||||||
|
|
||||||
## `5.26.1`
|
## `5.26.1`
|
||||||
|
|
||||||
- 0f7382e3 `parseArrival` & `parseDeparture`: properly parse `.origin` & `destination` 🐛
|
- 0f7382e3 `parseArrival` & `parseDeparture`: properly parse `.origin` & `destination` 🐛
|
||||||
|
|
|
@ -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.26.1",
|
"version": "5.26.2",
|
||||||
"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.26.1",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.26.2",
|
||||||
"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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue