Skip to content

Releases: pbock/fahrplan

v0.3.4: Ensure that browser switch works when bundling with webpack

28 Jul 21:00

Choose a tag to compare

  • Ensure that browser switch works when bundling with webpack
  • Switch to HTTPS API

0.3.3

09 Mar 16:11

Choose a tag to compare

  • Prevent webpack from bundling unnecessary adapters for node's standard http/https modules.

v0.3.2

29 Feb 12:04

Choose a tag to compare

  • Add browser support

v0.3.1

29 Feb 12:02

Choose a tag to compare

  • Allow passing Promises and station objects to departure.find() and arrival.find()

v0.3.0

26 Feb 23:18

Choose a tag to compare

Allow querying arrivals and departures boards by station name as well as station ID.

This was unofficially supported before due to undocumented behaviour in the API, but now behaves consistently by passing anything that doesn't look like a station ID through station.get().

v0.2.0

26 Feb 23:16

Choose a tag to compare

  • Rename arrivalsBoard.get() to arrival.find()
  • Rename departuresBoard.get() to departure.find()

The methods were renamed to be more consistent with station.find() and station.get() and to allow the addition of departure.get()/arrival.get()

v0.1.2

26 Feb 23:14

Choose a tag to compare

  • Add station.get() method to complement station.find()

(Semantic versioning mistake; this release should have been called 0.2.0. Sorry.)

v0.1.1

26 Feb 23:12

Choose a tag to compare

Fix `date` argument being ignored for departures/arrivals tables

Initial release

26 Feb 23:11

Choose a tag to compare

v0.1.0

Add warning about lack of timezone support