Skip to content

Releases: iRail/hyperRail

Laravel 5.1

22 Aug 21:45
Compare
Choose a tag to compare
  • Update to Laravel 5.1
  • We now use irail/station for the autocompletion

hyperRail 1.0, release 2

07 Jun 11:43
Compare
Choose a tag to compare

This is an updated version of hyperRail that is linked to archive.irail.be, and fixes some issues with data formats.

Improvements:

  • Added support for requests with accept: application/json
  • Now linked to the archive
  • Improved French translations
  • 404's if a station is not found

hyperRail is not perfect, though. There are improvements that can still be made, so make sure to check out the issues and feel free to make some pull requests with improvements.

hyperRail 1.0, release 1

05 Jun 20:26
Compare
Choose a tag to compare

The first release is out! Many bugs were squashed, and improvements made. A new minor release will be pushed tomorrow as the final additions and tweaks are added, but this is release is the first version as it is currently live at https://www.irail.be.

  • Ready for production!
  • Safe, uses https for all traffic
  • Returns JSON-LD (application/ld+json)
  • You can now request and link to specific departures
  • Departures have twitter cards
  • OpenGraph support
  • Pretty fast
  • and more

hyperRail is not perfect, though. There are improvements that can still be made, so make sure to check out the issues and feel free to make some pull requests with improvements.

New iRail (prerelease 2)

03 Jun 14:43
Compare
Choose a tag to compare
Pre-release

This is the first update to the initial prerelease of the new iRail. Changes include:

  • Liveboards API is now called through hyperRail itself. As a result, it is slightly slower, but now there are no problems with the secure HTTP traffic. Unresolved for the route planner, which is next for version 1.0.
  • Fixes to parameters. If you save an url after you searched a route, the route planner will automatically load the results for you. If you searched that route before, chances are that the result is even cached. This makes it easy to share schedules.
  • Improved tab order. Now the 'go to liveboard' button won't bother you anymore.
  • Liveboards are now faster! And accessible through /NMBS/stations.
  • Currently, requesting pure JSON & JSON-LD does not work all the time.
  • Delays are now visible on the route planner.

New iRail (prerelease 1)

02 Jun 14:14
Compare
Choose a tag to compare
Pre-release

This is a pre-release version of the new hyperRail. The following is completely functional:

  • Route planning (front-end)
  • Liveboards (front-end)
  • JSON output
  • Content delegation
  • Framework laid for JSON-LD

I want to fix a few issues and improve the code structure as the end of the week approaches and the end of my internship at iRail. Minor fixes will also be added.