Maxime Thirouin
f4e5ec254a
old pjax huge file must die
2014-10-14 08:13:50 +02:00
Maxime Thirouin
f1976c3a10
Remove gulp (overkill)
2014-10-14 08:11:23 +02:00
François Vaux
799dd51597
Typo
2014-10-14 08:04:22 +02:00
Maxime Thirouin
76026cf8d9
Add forEachSelectors method
2014-10-14 08:04:22 +02:00
Maxime Thirouin
b6702a5ea0
Add attachLink method with test
2014-10-14 08:04:22 +02:00
Maxime Thirouin
673c483ccb
Add event options as an option for the trigger function
2014-10-14 08:04:22 +02:00
Maxime Thirouin
d1536eb228
Add function.bind polyfill
...
https://github.com/ariya/phantomjs/issues/10522
2014-10-14 08:04:22 +02:00
Maxime Thirouin
681aa74e1d
Add parseDOM & (new) parseElement proto methods
2014-10-14 08:04:22 +02:00
Maxime Thirouin
3f3fa761e1
Add getElements method
2014-10-14 08:04:22 +02:00
Maxime Thirouin
0d6643cf7a
Add log method
2014-10-14 08:04:22 +02:00
Maxime Thirouin
4a4fb6fbc6
Add uniqueid helper
2014-10-14 08:04:22 +02:00
Maxime Thirouin
d5395c3d07
Test isSupported
...
kind of stupid, but I don't want to maintain a list of browser UA or
whatever.
2014-10-14 08:04:22 +02:00
Maxime Thirouin
8c05692004
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-10-14 08:04:21 +02:00
Maxime Thirouin
13b3485111
add npm run test--html for debugging
2014-10-14 08:04:21 +02:00
Maxime Thirouin
b1de220555
Drop fireEvent since we are supporting IE10
2014-10-14 08:03:43 +02:00
Maxime Thirouin
b4f7aceab6
history is not available before IE10
...
http://caniuse.com/history
2014-10-14 08:03:43 +02:00
Maxime Thirouin
1cc1aa9d04
bye README gif
2014-10-14 08:03:43 +02:00
Maxime Thirouin
52d7971dc5
Test xhr request
2014-10-14 08:03:43 +02:00
Maxime Thirouin
9ac709b5d8
Test forEachEls
2014-10-14 08:03:43 +02:00
Maxime Thirouin
fa27e05606
Test executeScripts
2014-10-14 08:03:43 +02:00
Maxime Thirouin
106b14b851
Tests events (on, off, trigger)
2014-10-14 08:03:42 +02:00
Maxime Thirouin
2990f93a20
Test evalScript
2014-10-14 08:03:42 +02:00
Maxime Thirouin
5644893c59
Run testling on less browsers
2014-10-14 08:03:42 +02:00
Maxime Thirouin
7631cc92c7
Test clone method
2014-10-14 08:03:42 +02:00
Maxime Thirouin
25a725c858
ignore dist/
2014-10-14 08:03:42 +02:00
Maxime Thirouin
f93efb0c00
Add Gulp tasks
2014-10-14 08:03:42 +02:00
Maxime Thirouin
cac43b7c59
Add coverage command
2014-10-14 08:03:42 +02:00
Maxime Thirouin
dd590bae28
Setup testling
2014-10-14 08:00:10 +02:00
Maxime Thirouin
48376db0ef
Update workflow/conventions/tools
2014-10-14 07:56:42 +02:00
Maxime Thirouin
a17a6b90be
v0.1.4
0.1.4
2014-10-14 07:42:56 +02:00
Maxime Thirouin
7541d82095
prepare v0.1.4
2014-10-14 07:42:35 +02:00
Maxime Thirouin
e0d33c9e18
Fix pjax on iOS Simulator
...
The iOS 8.0 simulator on Mavericks contains the following in its
user-agent string: "iPhone; CPU iPhone OS 10_9_5 like Mac OS X"
The "OS 1" bit gets interpreted by our regex as if it were iOS 1.0 and
thus forcing pjax to be disabled since history manipulation APIs weren't
stable until iOS 5.0.
Close #19
Credits:
https://github.com/defunkt/jquery-pjax/commit/863b802a84af8a9c72def4984d
4d38163541fe6d
2014-10-14 07:39:37 +02:00
Maxime Thirouin
ce28c1adc3
Make some dirty fixes
...
Close #13
2014-10-14 07:38:06 +02:00
Maxime Thirouin
fa72f25fd5
Fix issue when <html> doesn't have any attribs
...
Close #6
2014-10-14 07:29:59 +02:00
Maxime Thirouin
743196fe7e
Update some metas stuff
2014-10-14 07:29:16 +02:00
Maxime Thirouin
0a14fd9e70
v0.1.3
0.1.3
2014-09-16 07:56:13 +02:00
Maxime Thirouin
02fabcca8d
prepare 0.1.3 & rename clickReload to currentUrlFullReload
2014-09-16 07:54:12 +02:00
Maxime Thirouin
c65507ec50
Merge pull request #16 from mduheaume/master
...
Add title when calling createHTMLDocument
2014-09-16 07:51:04 +02:00
Maxime Thirouin
075cc43b68
Merge pull request #15 from gillesfabio/issue-14
...
Fix issue #14 (click on current url don't make a full reload anymore).
2014-09-16 06:47:06 +02:00
Mike du Heaume
2b4c614890
Add title when calling createHTMLDocument
...
document.implementation.createHTMLDocument in IE10 (possibly other versions) throws an exception if no argument is provided.
2014-09-10 15:13:17 -06:00
Gilles Fabio
f9c5929e2d
Fix issue #14 (click reload).
2014-09-01 09:47:28 +02:00
Maxime Thirouin
54ed7a276c
Add a note about WIP tests on testling branch
2014-05-22 06:23:24 +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