changelog 📝, minor changes, 3.4.0

[ci skip]
This commit is contained in:
Jannis R 2018-09-20 19:01:59 +02:00
parent e2493b5228
commit af29210c07
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## `3.4.0`
- #81 [S-Bahn München profile](p/sbahn-muenchen)  Thanks @flori-uni!
## `3.3.1`
- 035877c `reachableFrom()` retry 🐛

View file

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

View file

@ -179,7 +179,6 @@ The returned [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript
- [*Friendly Public Transport Format*](https://github.com/public-transport/friendly-public-transport-format#friendly-public-transport-format-fptf) A format for APIs, libraries and datasets containing and working with public transport data.
- [`db-hafas`](https://github.com/derhuerst/db-hafas#db-hafas) JavaScript client for the DB HAFAS API.
- [`vbb-hafas`](https://github.com/derhuerst/vbb-hafas#vbb-hafas) JavaScript client for Berlin & Brandenburg public transport HAFAS API.
- [`hafas-departures-in-direction`](https://github.com/derhuerst/hafas-departures-in-direction#hafas-departures-in-direction)  Pass in a HAFAS client, get departures in a certain direction.
- [`hafas-collect-departures-at`](https://github.com/derhuerst/hafas-collect-departures-at#hafas-collect-departures-at)  Utility to collect departures, using any HAFAS client.
- [`hafas-monitor-departures`](https://github.com/derhuerst/hafas-monitor-departures#hafas-monitor-departures)  Pass in a HAFAS client, fetch all departures at any set of stations.
- [`hafas-discover-stations`](https://github.com/derhuerst/hafas-discover-stations#hafas-discover-stations) Pass in a HAFAS client, discover stations by querying departures.