diff --git a/docs/changelog.md b/docs/changelog.md index 5ab740e3..3371a082 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,10 @@ # Changelog -## `4.0.1` +## `4.0.3` + +- 6aa57d4 `parseJourneyLeg`/`parseMovement`/`parseArrival`/`parseDeparture`: handle missing `dirTxt` 🐛 + +## `4.0.2` - 133cee9 `parseWarning`: expose `warning.id` 🐛 diff --git a/package.json b/package.json index a2722d4e..23e4ae16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.0.2", + "version": "4.0.3", "main": "index.js", "files": [ "index.js", diff --git a/readme.md b/readme.md index 1e7272d1..3c5fb693 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,12 @@ HAFAS endpoint | wrapper library | docs | example code | source code [*S-Bahn München*](https://en.wikipedia.org/wiki/Munich_S-Bahn) | - | [docs](p/sbahn-muenchen/readme.md) | [example code](p/sbahn-muenchen/example.js) | [src](p/sbahn-muenchen/index.js) *Saarfahrplan*/VGS ([Saarland](https://en.wikipedia.org/wiki/Saarland)) | - | [docs](p/saarfahrplan/readme.md) | [example code](p/saarfahrplan/example.js) | [src](p/saarfahrplan/index.js) +There are also client libraries that use the library, but contain their own customisations: + +HAFAS endpoint | library +---------------|-------- +[Betriebsstellen & disturbances in the German rail network](https://strecken.info/) | [`db-netz-hafas`](https://github.com/derhuerst/db-netz-hafas) + [![npm version](https://img.shields.io/npm/v/hafas-client.svg)](https://www.npmjs.com/package/hafas-client) [![build status](https://img.shields.io/travis/public-transport/hafas-client.svg?branch=3)](https://travis-ci.org/public-transport/hafas-client) [![Windows build status](https://img.shields.io/appveyor/ci/public-transport/hafas-client.svg?branch=3)](https://ci.appveyor.com/project/public-transport/hafas-client)