James Bebbington
bd42f80c17
Interpret null wordSeparator as empty string
2012-12-27 15:37:26 +00:00
Ryan McGeary
b311508ee0
Bumped version to 0.11.4
2012-06-28 22:46:05 -04:00
Arnaud Le Blanc
8083799acd
fixed parsing of timestamps with decimal fraction of a second
2012-06-28 23:16:31 +02:00
Ryan McGeary
7866aec323
Bumped version to 0.11.3
2012-05-16 11:30:44 -04:00
Ryan McGeary
c3fca2db92
Added support for $.timeago to accept a millisecond UNIX epoch value
...
#78
2012-05-16 11:30:02 -04:00
Ryan McGeary
e9aff9d663
Bumped version to 0.11.2
2012-05-10 11:41:31 -04:00
Jan Graichen
92e8705144
Preserve already present title attribute in time tags.
...
Also extract isTime check to avoid duplication.
2012-05-10 11:00:18 +02:00
Ryan McGeary
7659564dba
Updated copyright dates
2012-03-19 15:26:24 -04:00
Ryan McGeary
27e9ccf986
Bumped version to 0.11.1
2012-03-12 10:13:29 -04:00
Ryan McGeary
0236ebd2a4
Added space as default separator when wordSeparator
setting isn't defined
...
Fixes #61
2012-03-12 10:12:45 -04:00
Ryan McGeary
22d6710f4b
Bumped version to 0.11
2012-03-07 11:55:17 -05:00
Ryan McGeary
a56c87db01
Merge remote-tracking branch 'Akral/master' into natural_rounding
...
* Akral/master:
Natural rounding for days, months and years.
2012-03-07 11:45:49 -05:00
Denis Sokolov
5353c1849d
Natural rounding for days, months and years.
2012-03-04 16:47:20 +01:00
Ryan McGeary
6d16a03665
Bumped version to 0.10.1
2012-03-03 22:20:48 -05:00
Ryan McGeary
e085a6f28d
Renamed wordSep setting to wordSeparator and added tests
2012-03-03 15:18:46 -05:00
Ryan McGeary
d11a9ccb6d
Merge remote-tracking branch 'eggli/master'
...
* eggli/master:
add word separator setting for i18n, most Asian languages uses no word separator.
2012-03-03 15:18:27 -05:00
Ryan McGeary
0477dbb36f
Bumped version to 0.10.0
2011-12-14 09:22:49 -05:00
Ryan McGeary
d2b2a8bc9e
Changed the value passed to the substitution functions from abs to signed
...
Instead of passing only possitive millisecond values to string substitution
functions, now a signed millisecond value is passed. Negative impies a future
timestamp. Postive implies a past timestamp. This might seem a little backward,
but the plugin is called "timeago" afterall.
2011-12-14 09:20:18 -05:00
Ryan McGeary
9b0a886354
Updated header comment for JSDoc
2011-11-28 09:31:26 -05:00
aeggli
c2f3d8aaf9
add word separator setting for i18n, most Asian languages uses no word separator.
2011-03-18 16:14:54 +08:00
Ryan McGeary
ade04a5b15
Version bump 0.9.3
2011-01-21 16:57:05 -05:00
Randy Merrill
3751418fa2
Making all if statements have the curly braces.
2011-01-21 09:36:21 -08:00
Randy Merrill
49e782a9eb
Replacing the ==
with ===
operator.
2011-01-21 09:33:34 -08:00
Randy Merrill
f6dbaa285f
Placing the immediate function call inside the )
.
2011-01-21 09:32:46 -08:00
Randy Merrill
627de675dc
Excaping the -
char in the regex.
2011-01-21 09:32:18 -08:00
Ryan McGeary
0de35004bc
Version bump 0.9.2
2010-09-14 21:46:58 -04:00
Ryan McGeary
a003945e65
Now passing the distance in milliseconds to the i18n function [ Closes #8 ]
2010-09-14 21:44:55 -04:00
Ryan McGeary
89a493cbc3
Version bump 0.9.1
2010-08-30 09:19:24 -04:00
Maximillian Dornseif
05abe2b454
fix for micro second precision timestamps
...
timeago is now able to parse timestamps wth micro-second precision.
Before timestamps like "2010-08-29 09:24:52.556066Z" resutled in an
parsing error / invalid datetime object.
2010-08-30 21:07:03 +08:00
Ryan McGeary
57fd61b23d
Version bump 0.9
2010-06-21 15:11:43 -04:00
Ryan McGeary
e8e3072d77
Added support for milliseconds in ISO 8601 timestamps [ Closes #13 ]
2010-06-21 15:09:54 -04:00
Ryan McGeary
3109ef5d86
Added support for using words instead of figures for a range of numbers
...
* The intention is to give the ability to support words instead of figures for numbers up to ten.
* Credit goes to Nick Zadrozny (nzadrozny) for the idea
2010-02-28 14:24:23 -05:00
Ryan McGeary
2ee76c6d0a
Removed deprecated 'ago' and 'fromNow' i18n strings
2010-02-28 14:02:35 -05:00
Ryan McGeary
3700277d31
Version bump 0.8.2
2010-02-16 07:50:16 -05:00
Ryan McGeary
7ba0c76ef6
Bug fix while checking for undefined attached data
2010-02-16 07:49:41 -05:00
Ryan McGeary
a7df538960
I'm anal retentive about consistent use of double quotes
2010-01-27 17:30:51 -05:00
Ryan McGeary
6ecfa356ea
Version bump 0.8.1
2010-01-04 12:44:04 -05:00
Ryan McGeary
644e63e52e
Fix for time
tag in HTML 5 time
when using IE <8 [treyp]
2010-01-04 12:43:13 -05:00
Ryan McGeary
ee869e5634
Version bump to 0.8.0
2009-10-25 20:23:41 -04:00
Ryan McGeary
ae84945b3f
Store the datetime as a jQuery data object instead of re-parsing on every refresh
2009-10-25 20:22:09 -04:00
Mark Gibson
39a051940e
Added partial support for HTML5 <time> element - only handles 'datetime' attr.
2009-10-25 14:18:15 -04:00
Ryan McGeary
c2f185f7c8
Version bump to v0.7.2
2009-07-30 13:37:04 -04:00
Alex Rabarts
69a5ffcd80
Remove dependency on $.browser as it is now deprecated
2009-07-30 17:59:02 +01:00
Ryan McGeary
83ab26b4d7
version bump to 0.7.1
2009-02-18 11:26:54 -05:00
Ryan McGeary
5346cba5ae
Run substitute on all strings
2009-02-18 11:25:18 -05:00
Ryan McGeary
0cd7e1eab1
version bump to v0.7
2009-02-14 14:15:17 -05:00
Ryan McGeary
579b5c6f05
Added the ability to pass a function as a locale override [DimaD]
...
* Good for cyrillic languages, like Russian
2009-02-14 14:09:53 -05:00
Ryan McGeary
e3533cccee
Copyright 2008-2009
2009-01-25 18:53:26 -05:00
Ryan McGeary
795011da16
Fix for nasty typo
2008-10-14 22:55:20 -04:00
Ryan McGeary
3dde17c021
Deprecated 'ago' and 'fromNow' options
...
* Use 'suffixAgo' and 'suffixFromNow' instead
* Also upped version to 0.6.1
2008-10-14 08:45:42 -04:00