Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:58
· 2 commits to main since this release

2.0.0 (2021-06-22)

Bug Fixes

  • website: fixed display of Breadcrumbs (7d41dde)
  • website: fixed query on /stations/[name] page (b37c4ed)

Features

  • updated Postman collection (41ae44f)
  • functions: removed ID from Station type (a6ea369)
  • website: switched from /stations/[id] to /stations/[name] (8e59f1a)

BREAKING CHANGES

  • website: To obscure the station ID, the station name is now used as URL path parameter
  • functions: Queries for stations switched from ID to name field. ID is not selectable anymore, name is now the unique identifier.