mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; 5.16.0
This commit is contained in:
parent
4aae0cbcb9
commit
48af075f6f
2 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `5.16.0`
|
||||||
|
|
||||||
|
- 7cb62108 `lib/request`: validate response `content-type` 🐛
|
||||||
|
- 96b4d55f (re-)upgrade profiles, adapt feature flags
|
||||||
|
- 62843f79 update profiles' examples 📝
|
||||||
|
- e9701648 add Rejseplanen profile to the list 📝
|
||||||
|
- 4557e336 update the "writing a profile" guide 📝
|
||||||
|
|
||||||
|
96b4d55f might break your code. Eventually I would have been forced to upgrade the HAFAS protocol version anyways though, so I included this change in the `5.16` minor release.
|
||||||
|
|
||||||
|
[🏷 `5.16.0`](https://github.com/public-transport/hafas-client/releases/tag/5.16.0), 2021-05-01
|
||||||
|
|
||||||
## `5.15.2`
|
## `5.15.2`
|
||||||
|
|
||||||
- 7025d3bc ÖBB: fix profile by using `https:` 🐛
|
- 7025d3bc ÖBB: fix profile by using `https:` 🐛
|
||||||
|
|
|
@ -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.15.2",
|
"version": "5.16.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"em0lar <hello@em0lar.de>",
|
"em0lar <hello@em0lar.de>",
|
||||||
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)"
|
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.15.2",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.16.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": {
|
"funding": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue