File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 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;
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " timeago" ,
3- "version" : " 1.5.4 " ,
3+ "version" : " 1.6.0 " ,
44 "title" : " jQuery Timeago" ,
55 "author" : {
66 "name" : " Ryan McGeary" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " timeago" ,
3- "version" : " 1.5.4 " ,
3+ "version" : " 1.6.0 " ,
44 "title" : " jQuery Timeago" ,
55 "author" : {
66 "name" : " Ryan McGeary" ,
You can’t perform that action at this time.
0 commit comments