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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ $('#runner').runner('stop');
65
65
66
66
67
67
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.
69
69
70
70
```javascript
71
71
alert("Current lap time: "+$('#runner').runner('lap'));
@@ -207,6 +207,11 @@ $('#runner').runner({
207
207
208
208
## Changelog
209
209
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
+
210
215
### v2.1.3 - *2013-05-22* - Yet another bug fix release
211
216
* I make a lot of bugs apparently
212
217
* Runner lap wasn't returning the correct lap time, it's fixed now, I swear!
0 commit comments