changelog 📝, 5.2.0

[ci skip]
This commit is contained in:
Jannis R 2020-03-08 23:46:48 +01:00
parent 8c7f164fa3
commit 225a7c15c1
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## `5.2.0`
- 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md)
- 2a24137/3ea9380 `parseLocation()`: parse foreign stop IDs
- 3ea9380 `parseLocation()`: parse fare zone, transit authority
- 8c7f164 `parseLine()`: expose admin code
- b9d5c85 add DB & INSA `stop()` tests
[🏷 `5.2.0`](https://github.com/public-transport/hafas-client/releases/tag/5.2.0), 2020-03-08
## `5.1.2` ## `5.1.2`
- e5abe3d DB: fix journey leg loadFactor parsing 🐛 - e5abe3d DB: fix journey leg loadFactor parsing 🐛

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.1.2", "version": "5.2.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -18,7 +18,7 @@
"Julius Tens <mail@juliustens.eu>", "Julius Tens <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>" "n0emis <n0emis@noemis.me>"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.2", "homepage": "https://github.com/public-transport/hafas-client/tree/5.2.0",
"repository": "public-transport/hafas-client", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst", "funding": "https://github.com/sponsors/derhuerst",