You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-20Lines changed: 14 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,62 +1,56 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/
3
3
4
-
# master
4
+
##master
5
5
6
6
-`language` is now the first argument of `tokenize` instead of the last. [#149](https://github.com/Project-OSRM/osrm-text-instructions/pull/149)
7
-
8
-
# 0.6.1
9
-
10
7
- Updates `continue` maneuvers in en to read as turns when the road you are staying on turns at the intersection. [#145](https://github.com/Project-OSRM/osrm-text-instructions/pull/145)
11
8
12
-
# 0.6.0
9
+
##0.6.0 2017-09-06
13
10
14
11
- Adds `phrase` types to the English localiztion. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
15
12
- Adds `distance`, `name` and `namedistance` options to the continue and continue straight instructions. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
16
13
- Adds `tokenize` to the top level api so that external users can fill in osrm-text-instructions template strings. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
17
14
- Made the format of name-and-ref combinations localizable. [#148](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
18
-
19
-
# 0.5.4 2017-09-06
20
-
21
15
- Improves the wording of "continue" instructions. [#142](https://github.com/Project-OSRM/osrm-text-instructions/pull/142)
22
16
23
-
# 0.5.3 2017-08-25
17
+
##0.5.3 2017-08-25
24
18
25
19
- Adds Brazilian Portuguese, Italian, and Ukrainian localizations. [#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)
26
20
- Adds the word “right” to right-hand exit instructions. [#125](https://github.com/Project-OSRM/osrm-text-instructions/pull/125)
27
21
- Improves the wording of “continue straight” instructions. [#130](https://github.com/Project-OSRM/osrm-text-instructions/pull/130)
28
22
- Improves the wording of various instructions in Russian and Swedish. [#138](https://github.com/Project-OSRM/osrm-text-instructions/pull/138)[#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)
29
23
- The Spanish localization consistently uses _usted_ form. [#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)
30
24
31
-
# 0.5.2 2017-07-25
25
+
##0.5.2 2017-07-25
32
26
33
27
- In cases where the `ref` contains numbers and the road class is motorway, the ref is used for the `way_name`. [#129](https://github.com/Project-OSRM/osrm-text-instructions/pull/129)
34
28
35
-
# 0.5.1 2017-07-07
29
+
##0.5.1 2017-07-07
36
30
37
31
- Fix exits being correctly separated (by semicolons in OSRM)
38
32
39
-
# 0.5.0 2017-07-07
33
+
##0.5.0 2017-07-07
40
34
41
35
- Support `exit` property on `off ramp` type
42
36
- Curently supported languages: english, vietnamese, german
43
37
- Polish: Add translation
44
38
- German: Ausfahrt/Abbfahrt instead of Rampe, Shorten Kreisverkehr messages
45
39
46
-
# 0.4.0 2017-06-19
40
+
##0.4.0 2017-06-19
47
41
48
42
- 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.
49
43
50
-
# 0.3.0 2017-05-30
44
+
##0.3.0 2017-05-30
51
45
52
46
- Breaking API change: move language selection from module loading to `compile(language, step)`
0 commit comments