mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝, @Adwirawien as contributor, 5.8.0
[ci skip]
This commit is contained in:
parent
c17bd5a541
commit
4b72c61c58
2 changed files with 15 additions and 3 deletions
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## `5.8.0`
|
||||
|
||||
- 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen)
|
||||
- 9848dfa RMV: fix product bitmasks 🐛 (by [Adwirawien](https://github.com/Adwirawien))
|
||||
- 25fb25c `parseLeg`: use remarks without `fIdx`/`tIdx` 🐛
|
||||
- 68aaad1 *S-Bahn München*: switch to `1.21` protocol
|
||||
- a621fd6 minor tweaks
|
||||
- 2d139c8/c9f8cc6/b2a3ce4/e6f25a6/c17bd5a improve/update E2E & integration tests ✅
|
||||
|
||||
[🏷 `5.8.0`](https://github.com/public-transport/hafas-client/releases/tag/5.8.0), 2020-09-15
|
||||
|
||||
## `5.7.1`
|
||||
|
||||
- 2612494 fix platform parsing with some profiles 🐛 (by [em0lar](https://em0lar.de))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "5.7.1",
|
||||
"version": "5.8.0",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -17,9 +17,10 @@
|
|||
"contributors": [
|
||||
"Julius Tens <mail@juliustens.eu>",
|
||||
"n0emis <n0emis@noemis.me>",
|
||||
"em0lar <hello@em0lar.de>"
|
||||
"em0lar <hello@em0lar.de>",
|
||||
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.7.1",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.8.0",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": "https://github.com/sponsors/derhuerst",
|
||||
|
|
Loading…
Add table
Reference in a new issue