changelog 📝, 4.1.0

[ci skip]
This commit is contained in:
Jannis R 2019-05-27 20:27:06 +02:00
parent dca6c15ded
commit 4f8bc17015
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## `4.1.0`
- 831bcaf ISO date+time: suppress milliseconds if 0
- 3e01303/75432fc CFG profile
- 820f2ab `parseWarning`: parse products
- 3ab099b/57c7186 HVV profile
## `4.0.3` ## `4.0.3`
- 6aa57d4 `parseJourneyLeg`/`parseMovement`/`parseArrival`/`parseDeparture`: handle missing `dirTxt` 🐛 - 6aa57d4 `parseJourneyLeg`/`parseMovement`/`parseArrival`/`parseDeparture`: handle missing `dirTxt` 🐛

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": "4.0.3", "version": "4.1.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",