Skip to content

Commit f908f5c

Browse files
committed
v1.6.0
1 parent bd41c19 commit f908f5c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
9696

9797
| Version | Notes |
9898
|---------|---------------------------------------------------------------------------------|
99+
| 1.6.x | ([compare][compare-1.6]) Wraped locales in UMD wrappers |
99100
| 1.5.x | ([compare][compare-1.5]) Added Date as argument to update function; locales |
100101
| 1.4.x | ([compare][compare-1.4]) Added allowPast setting; locale updates |
101102
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support |
@@ -109,6 +110,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
109110
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
110111
| ... | ... |
111112

113+
[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.0
112114
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4
113115
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
114116
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2

jquery.timeago.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
44
*
55
* @name timeago
6-
* @version 1.5.4
6+
* @version 1.6.0
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

timeago.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)