Skip to content

Commit f1802a5

Browse files
committed
v0.5.0
1 parent 02cb413 commit f1802a5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ All notable changes to this project will be documented in this file. For change
55

66
- put future changes here
77

8-
- Support `exit` property on `off ramp` types
8+
# 0.5.0 2017-07-07
9+
10+
- Support `exit` property on `off ramp` type
11+
- Curently supported languages: english, vietnamese, german
912
- Polish: Add translation
1013
- German: Ausfahrt/Abbfahrt instead of Rampe, Shorten Kreisverkehr messages
1114

1215
# 0.4.0 2017-06-19
1316

1417
- Adds optional third argument to `compile`: `compile(language, step, options)`. If provided, `options` must be an object with two keys: `legIndex` and `legCount`. This information is used for making more detailed instructions when using waypoints.
1518

16-
# 0.3 2017-05-30
19+
# 0.3.0 2017-05-30
1720

1821
- Breaking API change: move language selection from module loading to `compile(language, step)`
1922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "OSRM Text Instructions",
44
"url": "https://github.com/Project-OSRM/osrm-text-instructions.js",
55
"homepage": "http://project-osrm.org",
6-
"version": "0.4.0",
6+
"version": "0.5.0",
77
"main": "./index.js",
88
"license": "BSD-2-Clause",
99
"bugs": {

0 commit comments

Comments
 (0)