File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
96
96
97
97
| Version | Notes |
98
98
| ---------| ---------------------------------------------------------------------------------|
99
+ | 1.6.x | ([ compare] [ compare-1.6 ] ) Wraped locales in UMD wrappers |
99
100
| 1.5.x | ([ compare] [ compare-1.5 ] ) Added Date as argument to update function; locales |
100
101
| 1.4.x | ([ compare] [ compare-1.4 ] ) Added allowPast setting; locale updates |
101
102
| 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;
109
110
| 0.7.x | ([ compare] [ compare-0.7 ] ) locale function overrides; unit tests |
110
111
| ... | ... |
111
112
113
+ [ compare-1.6 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.0
112
114
[ compare-1.5 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4
113
115
[ compare-1.4 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
114
116
[ compare-1.3 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
Original file line number Diff line number Diff line change 3
3
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
4
4
*
5
5
* @name timeago
6
- * @version 1.5.4
6
+ * @version 1.6.0
7
7
* @requires jQuery v1.2.3+
8
8
* @author Ryan McGeary
9
9
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " timeago" ,
3
- "version" : " 1.5.4 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"title" : " jQuery Timeago" ,
5
5
"author" : {
6
6
"name" : " Ryan McGeary" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " timeago" ,
3
- "version" : " 1.5.4 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"title" : " jQuery Timeago" ,
5
5
"author" : {
6
6
"name" : " Ryan McGeary" ,
You can’t perform that action at this time.
0 commit comments