Commit Graph

44 Commits

Author SHA1 Message Date
François Vaux
e4812f31ac Typo 2014-07-15 17:42:38 +02:00
Maxime Thirouin
f345cc4406 Add forEachSelectors method 2014-05-23 06:54:20 +02:00
Maxime Thirouin
baa6d2f4d7 Add attachLink method with test 2014-05-22 06:20:38 +02:00
Maxime Thirouin
a6adb69467 Add event options as an option for the trigger function 2014-05-22 06:20:02 +02:00
Maxime Thirouin
ac37e26f28 Add function.bind polyfill
https://github.com/ariya/phantomjs/issues/10522
2014-05-08 09:02:26 +02:00
Maxime Thirouin
acc3d87911 Add parseDOM & (new) parseElement proto methods 2014-05-06 08:19:23 +02:00
Maxime Thirouin
90615f8ac8 Add getElements method 2014-05-05 08:57:47 +02:00
Maxime Thirouin
f9a5116416 Add log method 2014-05-05 08:39:08 +02:00
Maxime Thirouin
acca4581c2 Add uniqueid helper 2014-05-05 08:38:55 +02:00
Maxime Thirouin
f992aa1702 Test isSupported
kind of stupid, but I don't want to maintain a list of browser UA or
whatever.
2014-05-05 08:36:12 +02:00
Maxime Thirouin
11b3e27288 Fix dispatchEvent for IE9/10/11
dispatchEvent doesn't work if element is not in the dom
This is not the silverbullet since an element can have a parent that is
not in the dom too, but to avoid dom update all the time, it should be
enough for very particular use cases (eg in my case unit test).
Maybe this should be moved into the test directly to be sure there is a
parent, we will see that later.
2014-05-05 08:24:46 +02:00
Maxime Thirouin
734a9c1efe add npm run test--html for debugging 2014-05-05 08:20:50 +02:00
Maxime Thirouin
d68833412b Drop fireEvent since we are supporting IE10 2014-05-04 09:13:42 +02:00
Maxime Thirouin
b063cc8a75 history is not available before IE10
http://caniuse.com/history
2014-05-04 08:54:46 +02:00
Maxime Thirouin
ceca76cb6c bye README gif 2014-05-04 08:52:17 +02:00
Maxime Thirouin
e17b236599 Test xhr request 2014-05-04 08:45:22 +02:00
Maxime Thirouin
006c408881 Test forEachEls 2014-05-04 08:45:05 +02:00
Maxime Thirouin
152051af1c Test executeScripts 2014-05-04 08:44:52 +02:00
Maxime Thirouin
67e0b89a22 Tests events (on, off, trigger) 2014-05-04 08:44:33 +02:00
Maxime Thirouin
901c019069 Test evalScript 2014-05-04 08:44:18 +02:00
Maxime Thirouin
9d3975751f Run testling on less browsers 2014-05-04 08:43:56 +02:00
Maxime Thirouin
4404f21077 Test clone method 2014-05-04 08:33:59 +02:00
Maxime Thirouin
1a1bc03c06 ignore dist/ 2014-05-04 08:33:43 +02:00
Maxime Thirouin
4a66a703d5 Add Gulp tasks 2014-05-04 08:33:30 +02:00
Maxime Thirouin
284ef33275 Add coverage command 2014-05-04 08:26:31 +02:00
Maxime Thirouin
8967251316 Setup testling 2014-05-04 08:16:44 +02:00
Maxime Thirouin
bd72da06ff Update workflow/conventions/tools 2014-05-04 08:16:31 +02:00
Maxime Thirouin
d72e2a852c Update description & README just a little. 2014-04-19 07:05:00 +02:00
Maxime Thirouin
1320dae352 Add FAQ section in README with a Disqus use case 2014-04-03 08:17:23 +02:00
Maxime Thirouin
aa294a3a1a 0.1.2 v0.1.2 2014-04-03 07:08:47 +02:00
Maxime Thirouin
71fcd4b24b v0.1.2 2014-04-03 07:08:47 +02:00
Maxime Thirouin
31d0232ef4 Update Changelog 2014-04-03 07:07:46 +02:00
Maxime Thirouin
e09c164491 Update gulpfile from my boilerplate & relocate pjax.js into src folder 2014-04-03 07:07:34 +02:00
Maxime Thirouin
4a3ba25547 Make <html> attributes available 2014-04-03 06:53:41 +02:00
Maxime Thirouin
bdf2394907 0.1.1 v0.1.1 2014-04-02 10:51:29 +02:00
Maxime Thirouin
84400bb61d v0.1.1 2014-04-02 10:51:23 +02:00
Maxime Thirouin
7a3a69b54b hr in README before Changelog 2014-04-02 10:51:05 +02:00
Maxime Thirouin
9849ac60d2 Safer UMD wrapper 2014-04-02 10:50:51 +02:00
Maxime Thirouin
e891de30cc v0.1.0 2014-03-24 08:56:23 +01:00
Maxime Thirouin
9c84ed3225 0.1.0 v0.1.0 2014-03-24 08:55:30 +01:00
Maxime Thirouin
5e972f2c25 Add bower.json 2014-03-24 08:52:34 +01:00
Maxime Thirouin
2ff8a656ce Moderate introduction :) 2014-03-24 08:50:45 +01:00
Maxime Thirouin
f9aac0b719 Notes about tests & demo. 2014-03-24 08:47:20 +01:00
Maxime Thirouin
db3eecadd0 First commit 2014-03-24 08:39:59 +01:00