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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
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
+
## 0.10.1 2017-10-19
5
+
6
+
- Simplify roundabout and rotary instructions for US usecase. Will need an GB version of en.json now [#179](https://github.com/Project-OSRM/osrm-text-instructions/pull/179)
7
+
- Clean up Russian roundabout and rotary instructions [#174](https://github.com/Project-OSRM/osrm-text-instructions/pull/174)
8
+
4
9
## 0.10.0 2017-10-18
5
10
6
11
- Added a `formatToken` option to `compile`, `getWayName`, and `tokenize` that allows you to manipulate any token value after any grammar or capitalization rules are applied but before the value is inserted into the instruction. [#170](https://github.com/Project-OSRM/osrm-text-instructions/pull/170)
0 commit comments