@@ -83,11 +83,11 @@ $("time#some_id").timeago("update", new Date());
83
83
84
84
| Version | Notes |
85
85
| ---------| ---------------------------------------------------------------------------------|
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 |
88
88
| 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 |
91
91
| 1.0.x | ([ compare] [ compare-1.0 ] ) locale updates; bug fixes; AMD wrapper |
92
92
| 0.11.x | ([ compare] [ compare-0.11 ] ) natural rounding; locale updates; |
93
93
| 0.10.x | ([ compare] [ compare-0.10 ] ) locale updates |
@@ -96,7 +96,7 @@ $("time#some_id").timeago("update", new Date());
96
96
| 0.7.x | ([ compare] [ compare-0.7 ] ) locale function overrides; unit tests |
97
97
| ... | ... |
98
98
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
100
100
[ compare-1.4 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
101
101
[ compare-1.3 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
102
102
[ compare-1.2 ] : https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
0 commit comments