changelog 📝, 3.6.0

[ci skip]
This commit is contained in:
Jannis R 2018-12-03 11:49:55 +01:00
parent b208a3dda4
commit 054b3f3eec
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,14 @@
# Changelog
## `3.6.0`
- 4b56f66 parse `journey.cycle` if returned by HAFAS
- 17b8f14 `journeyLeg.cycle`: parse `nr` field if returned by HAFAS
- 8fac5fc `journeyLeg.alternatives`: parse `direction`, `delay`, `tripId`
## `3.5.0`
- 9d96902 `readableFrom()`: max `opt.maxDuration` optional
- 9d96902 `readableFrom()`: make `opt.maxDuration` optional
- 02e0e51 parse scheduled days of a `journey`
## `3.4.3`

View file

@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "3.5.0",
"version": "3.6.0",
"main": "index.js",
"files": [
"index.js",