David DeSandro
|
c012559202
|
require wolfie87-eventemitter for browserify
better version for eventie in .jsons
remove component.json support, conflicted with browserify
tick version v3.1.8
v3.1.8
|
2014-06-14 09:10:38 -04:00 |
|
David DeSandro
|
d6e2c4aef8
|
Merge pull request #152 from CodeYellowBV/master
Also add dependencies to package.json
|
2014-06-14 09:03:09 -04:00 |
|
Peter Bex
|
7e6bb7ccf7
|
Also add dependencies to package.json
|
2014-06-13 14:24:00 +02:00 |
|
David DeSandro
|
e17609bc40
|
this -> window; tick version v3.1.7 Fixes #148
v3.1.7
|
2014-05-24 09:06:43 -04:00 |
|
David DeSandro
|
8a407cf2e3
|
refactor nodeType; doc frag test
tick version 3.1.6
v3.1.6
|
2014-04-22 21:10:11 -04:00 |
|
David DeSandro
|
6274d04642
|
Merge branch 'master' of github.com:desandro/imagesloaded
|
2014-04-22 21:02:55 -04:00 |
|
David DeSandro
|
69c107bd02
|
Merge pull request #145 from moimikey/master
additionally test document fragment nodes
|
2014-04-22 21:02:51 -04:00 |
|
David DeSandro
|
1ffe90c21c
|
add test frag; Ref #145
|
2014-04-22 21:02:28 -04:00 |
|
Michael Scott Hertzberg
|
728a1cd49b
|
additionally test document fragment nodes
|
2014-04-22 10:45:58 -04:00 |
|
David DeSandro
|
182e3e4718
|
add grunt file to generate pkgd files
Fixes #127
tick version v3.1.5
v3.1.5
|
2014-04-20 19:02:41 -04:00 |
|
David DeSandro
|
0c0de543c9
|
do not test non-element text nodes; Fixes #143
|
2014-04-20 18:48:00 -04:00 |
|
David DeSandro
|
ffd3fcfa3e
|
component install typo. Ref #134 & @graouts
|
2014-03-04 11:33:06 -05:00 |
|
David DeSandro
|
79e6c521f1
|
typo: path to your app
|
2014-02-27 05:42:54 -05:00 |
|
David DeSandro
|
41cd2d2301
|
tick version v3.1.4
v3.1.4
|
2014-01-23 21:12:46 -05:00 |
|
David DeSandro
|
24fbc52800
|
Merge pull request #125 from timmywil/amd
Fix AMD exposure: pass the window to the factory
|
2014-01-23 18:11:20 -08:00 |
|
Timmy Willison
|
b3d91d776f
|
Fix AMD exposure: pass the window the factory
|
2014-01-23 15:05:27 -05:00 |
|
David DeSandro
|
527e1d41dc
|
component.json try star versions ⭐
require eventEmitter, lowercase e
v3.1.3
|
2014-01-23 08:12:25 -05:00 |
|
David DeSandro
|
16670d8ffe
|
README - install via Component
|
2014-01-23 07:04:23 -05:00 |
|
David DeSandro
|
783e77b8b5
|
add CommonJS definition and component.json
Ref #119
+ add bower ignores
+ tick version v3.1.3
|
2014-01-23 06:58:45 -05:00 |
|
David DeSandro
|
9234fbee39
|
use UMD
https://github.com/umdjs/umd/blob/master/returnExports.js
move module definition to top
ref #119
|
2014-01-22 22:21:25 -05:00 |
|
David DeSandro
|
9674454ed9
|
Merge pull request #123 from cpwinn/patch-1
broken link in readme
|
2014-01-22 13:51:45 -08:00 |
|
Paul
|
6ba91eab27
|
broken link in readme
just a typo in the the RequireJS url
|
2014-01-22 12:50:56 -08:00 |
|
David DeSandro
|
321436e59c
|
Check for jqDeferred.notify
Not available in jQuery <1.7
fixes #120
v3.1.2
|
2014-01-21 07:00:01 -05:00 |
|
David DeSandro
|
132cf3a1fa
|
change url to imagesloaded.desandro.com
|
2013-12-26 19:31:13 -05:00 |
|
David DeSandro
|
ca24a99345
|
url is imagesloaded.desandro.com
|
2013-12-26 19:28:16 -05:00 |
|
David DeSandro
|
1394e3ba9c
|
tick eventie to v1.0.4; Fixes #117
v3.1.1
|
2013-12-24 15:36:31 -05:00 |
|
David DeSandro
|
718278d242
|
add Resource class; 🐬 separate class to prevent memory leaks
Ref #115
tick version
v3.1.0
|
2013-12-13 22:08:28 -05:00 |
|
David DeSandro
|
0501ddd7fc
|
README: okay to use pkgd.js in RequireJS
Ref #71
|
2013-11-23 12:45:59 -05:00 |
|
David DeSandro
|
6a709f9640
|
fix qunit link
|
2013-11-09 18:13:45 -05:00 |
|
David DeSandro
|
bccab964ee
|
specify MIT license in imagesloaded.js; fixes #102
|
2013-10-16 19:32:54 -04:00 |
|
David DeSandro
|
4f564e901b
|
update requireJS paths in README
|
2013-07-21 09:10:28 -04:00 |
|
David DeSandro
|
4475aac285
|
tick version v3.0.4
v3.0.4
|
2013-07-21 09:07:09 -04:00 |
|
David DeSandro
|
8a734d7c82
|
requireJS module/module
|
2013-07-21 09:05:44 -04:00 |
|
David DeSandro
|
8744396578
|
components -> bower_components
|
2013-07-21 09:05:15 -04:00 |
|
David DeSandro
|
c6ccc9ce7b
|
wrap complete event in setTimeout
Fixes bug with jQuery not triggering .progress(), part of #83
|
2013-07-21 09:04:36 -04:00 |
|
David DeSandro
|
d51d89cbda
|
tick version v3.0.3
v3.0.3
|
2013-07-17 07:50:53 -04:00 |
|
Tomas Sardyha
|
91624191ca
|
Fixed borken 'this' in progress method, closes #84
|
2013-07-10 11:57:42 +02:00 |
|
Tomas Sardyha
|
462a70f372
|
Fixed Chrome's premature events for progress callbacks, ref #83
|
2013-07-08 16:43:53 +02:00 |
|
David DeSandro
|
905d69526b
|
Merge branch 'master' of github.com:desandro/imagesloaded
|
2013-06-23 10:24:40 -04:00 |
|
David DeSandro
|
0949842695
|
Merge pull request #79 from alagos/master
Just a typo
|
2013-06-23 07:24:26 -07:00 |
|
David DeSandro
|
bd116245a9
|
tick version in bower.json
v3.0.2
|
2013-06-23 09:59:54 -04:00 |
|
Alter Lagos
|
33554a1da3
|
code typo in readme
|
2013-06-21 17:43:23 -04:00 |
|
David DeSandro
|
13e56c1db5
|
complete if no images; Fixes #70
|
2013-06-12 21:38:45 -04:00 |
|
David DeSandro
|
4e04b00ecc
|
add RequireJS to readme; ref #68
|
2013-06-10 21:59:22 -04:00 |
|
David DeSandro
|
f89b708485
|
typeof !== 'undefined' as a string
fixes console bug in IE; tick version
v3.0.1
|
2013-05-27 16:40:57 -04:00 |
|
David DeSandro
|
3c4fa519d7
|
jshint - curly: true
|
2013-05-27 16:40:17 -04:00 |
|
David DeSandro
|
69ad678374
|
remove beta in version
v3.0.0
|
2013-05-27 10:10:23 -04:00 |
|
David DeSandro
|
85655be76d
|
remove jquery.imagesloaded.js
|
2013-05-27 10:08:10 -04:00 |
|
David DeSandro
|
3a72a4d41e
|
redo bower.json
|
2013-05-27 10:07:54 -04:00 |
|
David DeSandro
|
22446d7cfd
|
Merge branch 'v3' into master2
Conflicts:
bower.json
jquery.imagesloaded.js
|
2013-05-27 10:02:48 -04:00 |
|