changelog 📝, 5.3.1

[ci skip]
This commit is contained in:
Jannis R 2020-03-18 22:16:47 +01:00
parent 78487d9163
commit ce76c1f983
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## `5.3.1`
- 916ac30 PKP: trim `-` from stop names
- a939090 INSA: `ver` `1.21` -> `1.18` 🐛
- 2cb6a0c `parseIcon()`, `parseHint()`, `parseLocation()`: handle more edge cases 🐛
- 0dceb41 `parseJourneyLeg()`: parse isRchbl correctly 🐛
- 78487d9 `journeys()`: default `earlierRef` & `laterRef` to `null` 🐛
- cda96b6 improve docs 📝
[🏷 `5.3.1`](https://github.com/public-transport/hafas-client/releases/tag/5.3.1), 2020-03-18
## `5.3.0` ## `5.3.0`
- 1c790e1/299b5ac add [*INVG* profile](../p/invg) - 1c790e1/299b5ac add [*INVG* profile](../p/invg)

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.3.0", "version": "5.3.1",
"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.3.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.1",
"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",