This commit is contained in:
Jannis R 2018-05-15 23:49:56 +02:00
parent 39aac10a17
commit 7b5f13524d
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## `2.7.0`
- `journeys()`: `polylines` option
- `journeyLeg()`: `polyline` option
- `radar()`: `polylines` option
## `2.6.0` ## `2.6.0`
- 5d10d76 journey legs: parse cycle - 5d10d76 journey legs: parse cycle

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.6.0", "version": "2.7.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",