This commit is contained in:
Jannis R 2018-06-07 12:04:48 +02:00
parent 769f2e33f6
commit 92310ebdab
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,12 @@
# Changelog # Changelog
## `2.8.1`
- 769f2e3 send `Accept: application/json`
## `2.8.0` ## `2.8.0`
- 16c3f01 enable [`journeyLeg()`](journey-leg.md) for [DB](../p/db) - 16c3f01 enable [`journeyLeg()`](journey-leg.md) for [DB](../p/db)
- deb8829 [`journeys()`](journeys.md): new `whenRepresents` option
- f3d8304 let the `insa` and `nahsh` profiles use HTTPS
## `2.7.5` ## `2.7.5`

View file

@ -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.8.0", "version": "2.8.1",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",