Skip to content

Releases: iRail/stations

Added Prague Central Station

10 Apr 17:28
Compare
Choose a tag to compare
2.0.2

Add Prague Central Station

Add support for Czechian stations in jsonld build script

10 Apr 21:09
Compare
Choose a tag to compare
Add Czechia to country URIs in order to fix javascript build

(cherry picked from commit a3b2b5679cebbab440300c4ce338bb159b3687bc)

Added Prague Central Station

10 Apr 17:34
Compare
Choose a tag to compare
1.9.3

Add empty values for prague to ensure all readers can parse the file

Added Mannheim Hbf

09 Mar 14:17
Compare
Choose a tag to compare
2.0.1

Add Mannheim Hbf

Added Mannheim Hbf

09 Mar 14:18
Compare
Choose a tag to compare

Data update for version 1.x

2.0.0: New CSV parser

18 Feb 19:39
1a7a197
Compare
Choose a tag to compare

This release introduces breaking changes to the PHP library. Data changes to the stations.csv file will be backported to the 1.x branch for the foreseeable future.

  • Strongly typed Stations.php library reading directly from the CSV file. Results are identical to the previous implementation, but now a typed object is returned instead of an StdClass.
  • The old interface remains available in the StationsLd class
  • Introduced Station class
  • TAF/TAP TSI codes are now accessible through the PHP library
  • Update PHP Language level requirement to 8.0, update code with types for improved readability

1.9.0 Traveler counts added

18 Feb 19:33
9a23953
Compare
Choose a tag to compare

Added traveler counts for belgian stations

1.8.0

13 Feb 22:07
72d1844
Compare
Choose a tag to compare
  • Add TSI TAF/TAP identifiers to the dataset by @Bertware in #168

Added London Waterloo

28 Jan 17:13
51cd7b8
Compare
Choose a tag to compare

Added London Waterloo station

Telegraph codes and Yarn support

27 Jan 17:41
d410ca0
Compare
Choose a tag to compare
  • @jncn added telegraph codes for most stations
  • Yarn is now used when npm is not available