Skip to content

Commit e568327

Browse files
committed
Updated readme docs
1 parent a149058 commit e568327

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $('#runner').runner('stop');
6565

6666

6767

68-
`lap` - Take a lap time ("snapshot" of the current time) and return it as a formatted string. Fires `runnerLap` event.
68+
`lap` - Take a lap time (time between the current time and time from the last checkpoint) and return it as a formatted string. Fires `runnerLap` event.
6969

7070
```javascript
7171
alert("Current lap time: " + $('#runner').runner('lap'));
@@ -207,6 +207,11 @@ $('#runner').runner({
207207

208208
## Changelog
209209

210+
### v2.2.0 - *2013-05-24* - Feature improvements and fixes
211+
* Fixed a couple of small underlying bugs
212+
* The first lap-time value now takes under consideration if the startAt time was something else than 0
213+
* Lap-time now returns negative value if we are counting down
214+
210215
### v2.1.3 - *2013-05-22* - Yet another bug fix release
211216
* I make a lot of bugs apparently
212217
* Runner lap wasn't returning the correct lap time, it's fixed now, I swear!

0 commit comments

Comments
 (0)