@@ -83,11 +83,11 @@ $("time#some_id").timeago("update", new Date());
8383
8484| Version | Notes |
8585| ---------| ---------------------------------------------------------------------------------|
86- | 1.5.x | ([ compare] [ compare-1.5 ] ) Added Date object as argument to update function |
87- | 1.4.x | ([ compare] [ compare-1.4 ] ) Added allowPast setting |
86+ | 1.5.x | ([ compare] [ compare-1.5 ] ) Added Date as argument to update function; locales |
87+ | 1.4.x | ([ compare] [ compare-1.4 ] ) Added allowPast setting; locale updates |
8888| 1.3.x | ([ compare] [ compare-1.3 ] ) Added updateFromDOM function; bug fixes; bower support |
89- | 1.2.x | ([ compare] [ compare-1.2 ] ) Added cutoff setting |
90- | 1.1.x | ([ compare] [ compare-1.1 ] ) Added update function |
89+ | 1.2.x | ([ compare] [ compare-1.2 ] ) Added cutoff setting; locale updates |
90+ | 1.1.x | ([ compare] [ compare-1.1 ] ) Added update function; locale updates |
9191| 1.0.x | ([ compare] [ compare-1.0 ] ) locale updates; bug fixes; AMD wrapper |
9292| 0.11.x | ([ compare] [ compare-0.11 ] ) natural rounding; locale updates; |
9393| 0.10.x | ([ compare] [ compare-0.10 ] ) locale updates |
@@ -96,7 +96,7 @@ $("time#some_id").timeago("update", new Date());
9696| 0.7.x | ([ compare] [ compare-0.7 ] ) locale function overrides; unit tests |
9797| ... | ... |
9898
99- [ compare-1.5 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.0
99+ [ compare-1.5 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.1
100100[ compare-1.4 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
101101[ compare-1.3 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
102102[ compare-1.2 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
0 commit comments