Skip to content

Commit f5da14c

Browse files
authored
Update CHANGELOG.md
Use level-2 headings consistently for all releases. v0.5.4 was never released either on GitHub or npm, and v0.6.1 hasn’t been released either.
1 parent e88b599 commit f5da14c

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

CHANGELOG.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,56 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/
33

4-
# master
4+
## master
55

66
- `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-
107
- 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)
118

12-
# 0.6.0
9+
## 0.6.0 2017-09-06
1310

1411
- Adds `phrase` types to the English localiztion. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
1512
- Adds `distance`, `name` and `namedistance` options to the continue and continue straight instructions. [#141](https://github.com/Project-OSRM/osrm-text-instructions/pull/141)
1613
- 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)
1714
- 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-
2115
- Improves the wording of "continue" instructions. [#142](https://github.com/Project-OSRM/osrm-text-instructions/pull/142)
2216

23-
# 0.5.3 2017-08-25
17+
## 0.5.3 2017-08-25
2418

2519
- Adds Brazilian Portuguese, Italian, and Ukrainian localizations. [#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)
2620
- Adds the word “right” to right-hand exit instructions. [#125](https://github.com/Project-OSRM/osrm-text-instructions/pull/125)
2721
- Improves the wording of “continue straight” instructions. [#130](https://github.com/Project-OSRM/osrm-text-instructions/pull/130)
2822
- 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)
2923
- The Spanish localization consistently uses _usted_ form. [#137](https://github.com/Project-OSRM/osrm-text-instructions/pull/137)
3024

31-
# 0.5.2 2017-07-25
25+
## 0.5.2 2017-07-25
3226

3327
- 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)
3428

35-
# 0.5.1 2017-07-07
29+
## 0.5.1 2017-07-07
3630

3731
- Fix exits being correctly separated (by semicolons in OSRM)
3832

39-
# 0.5.0 2017-07-07
33+
## 0.5.0 2017-07-07
4034

4135
- Support `exit` property on `off ramp` type
4236
- Curently supported languages: english, vietnamese, german
4337
- Polish: Add translation
4438
- German: Ausfahrt/Abbfahrt instead of Rampe, Shorten Kreisverkehr messages
4539

46-
# 0.4.0 2017-06-19
40+
## 0.4.0 2017-06-19
4741

4842
- 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.
4943

50-
# 0.3.0 2017-05-30
44+
## 0.3.0 2017-05-30
5145

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

54-
# 0.2.1 2017-04-05
48+
## 0.2.1 2017-04-05
5549

5650
- Add Spanish translation (thanks @josek5494)
5751
- Update Russian translation
5852

59-
# 0.2.0 2017-03-14
53+
## 0.2.0 2017-03-14
6054

6155
- Manage translations via Transifex
6256
- Add Russian translation (thanks @yuryleb @oxidase)
@@ -67,17 +61,17 @@ All notable changes to this project will be documented in this file. For change
6761
- Development: Completely automated fixture generation
6862
- Development: Fixture instructions in all languages
6963

70-
# 0.1.0 2016-11-17
64+
## 0.1.0 2016-11-17
7165

7266
- Improve chinese translation
7367
- Standardize capitalizeFirstLetter meta key
7468
- Change instructions object customization to options.hooks.tokenizedInstruction
7569

76-
# 0.0.7 2016-11-10
70+
## 0.0.7 2016-11-10
7771

7872
- Fix name of chinese translation file
7973

80-
# 0.0.6 2016-11-10
74+
## 0.0.6 2016-11-10
8175

8276
- Run tests per language via LANGUAGE=de npm test
8377
- Shorter merge instructions (Merge slightly left -> Merge left)
@@ -87,7 +81,7 @@ All notable changes to this project will be documented in this file. For change
8781
- Add Dutch translation (thanks @milovanderlinden)
8882
- Add Chinese translation (thanks @YunjieLi)
8983

90-
# 0.0.5 2016-10-26
84+
## 0.0.5 2016-10-26
9185

9286
- Add German Translation
9387
- Put under Simplified BSD License

0 commit comments

Comments
 (0)