An open API service providing commit metadata for open source projects.

GitHub / webmodules/jsonp / commits

A simple JSONP implementation

SHA Message Author Date Stats
79039894 Release 0.2.1 Nathan Rajlich <n****n@t****t> almost 10 years ago
8691f8a9 merge Merge pull request #21 from roderickhsiao/patch-1 Nathan Rajlich <n****n@t****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
33ea4160 loose debug version Roderick Hsiao <r****o@g****m> about 11 years ago
684a82cb component: update "repo" field Nathan Rajlich <n****n@t****t> over 11 years ago
72179195 Release 0.2.0 Guillermo Rauch <r****g@g****m> over 11 years ago
5e1eaaf6 merge Merge pull request #20 from rapind/master Guillermo Rauch <r****g@g****m> over 11 years ago
f9699f2c Update Readme.md Dave Rapin <d****e@r****m> over 11 years ago
e1b2aa91 Update basic.js Dave Rapin <d****e@r****m> over 11 years ago
e22b333b Update index.js Dave Rapin <d****e@r****m> over 11 years ago
dc6fbcd7 Added a cbName param that can used to pass a specifically named callback func... Dave Rapin <d****e@r****m> over 11 years ago
0745fafc Add `bower.json` Dmitri Voronianski <d****i@g****m>
Committed by: Nathan Rajlich <n****n@t****t>
over 11 years ago
cd6ea9c0 commit Guillermo Rauch <r****g@g****m> over 11 years ago
9f5b9378 merge Merge pull request #19 from feross/master Guillermo Rauch <r****g@g****m> over 11 years ago
d11b0f9c add travis/zuul/saucelabs testing Feross Aboukhadijeh <f****s@f****g> over 11 years ago
6b60064d add basic and timeout tests Feross Aboukhadijeh <f****s@f****g> over 11 years ago
a35058ec Update Readme.md Guillermo Rauch <r****g@g****m> over 11 years ago
4a69f77f Release 0.1.0 Nathan Rajlich <n****n@t****t> over 11 years ago
3fbdb035 merge Merge pull request #12 from azer/master Guillermo Rauch <r****g@g****m> about 12 years ago
c13b10c3 Make sure script.parentNode exists before removing the script element E.Azer Koçulu <a****r@k****m> about 12 years ago
a590ace0 merge Merge pull request #11 from feross/cancelable Nathan Rajlich <n****n@t****t> about 12 years ago
64a5baea merge Merge pull request #10 from feross/update-docs Nathan Rajlich <n****n@t****t> about 12 years ago
6eff760a Return fn to cancel in-progress jsonp request Feross Aboukhadijeh <f****s@f****g> about 12 years ago
47c4c95e add documentation for `prefix` option Feross Aboukhadijeh <f****s@f****g> about 12 years ago
5047ee0c Release 0.0.4 Nathan Rajlich <n****n@t****t> over 12 years ago
125f4a46 simplify the variable name "id" creation logic Nathan Rajlich <n****n@t****t> over 12 years ago
32d84e04 remove unnecessary semicolons Nathan Rajlich <n****n@t****t> over 12 years ago
153b6836 Readme: add Installation notes Nathan Rajlich <n****n@t****t> over 12 years ago
4c41c18f remove usage of "component/indexof" Nathan Rajlich <n****n@t****t> over 12 years ago
8e0ce3c0 README++ Nathan Rajlich <n****n@t****t> almost 13 years ago
b973aa20 fix jshint warnings Nathan Rajlich <n****n@t****t> almost 13 years ago
4354f426 rename "index" to "indexof" Nathan Rajlich <n****n@t****t> almost 13 years ago
0467987d merge Merge pull request #4 from tellnes/target Nathan Rajlich <n****n@t****t> almost 13 years ago
415627c0 merge Merge pull request #5 from godmodelabs/indexof Nathan Rajlich <n****n@t****t> almost 13 years ago
b9dea9d8 merge Merge pull request #6 from repoify/add/repository TJ Holowaychuk <t****j@v****a> about 13 years ago
6302f3b6 add repository field to readme Forbes Lindesay <f****s@l****k> about 13 years ago
05f455ae typo Julian Gruber <j****n@j****m> about 13 years ago
e9562390 use indexof component Julian Gruber <j****n@j****m> about 13 years ago
5df796be fallback to document.head if there is not any script tags in the dom Christian Tellnes <c****n@t****o> over 13 years ago
aca65d34 merge Merge pull request #3 from yields/master TJ Holowaychuk <t****j@v****a> over 13 years ago
49e44600 remove script safely. Amir Abu Shareb <y****s@i****m> over 13 years ago
9b0db6f5 package: bump version Guillermo Rauch <r****g@g****m> over 13 years ago
0a2b8c11 Release 0.0.3 Guillermo Rauch <r****g@g****m> over 13 years ago
5e9d4ec5 component: update Guillermo Rauch <r****g@g****m> over 13 years ago
43aee338 use `index` Guillermo Rauch <r****g@g****m> over 13 years ago
7aec71dc merge Merge pull request #2 from maxogden/patch-1 Guillermo Rauch <r****g@g****m> over 13 years ago
1fc573f9 add main to package.json Max Ogden <m****x@m****m> over 13 years ago
be2733f3 jsonp: style Guillermo Rauch <r****g@g****m> over 13 years ago
ad8a9389 jsonp: go back to integer ids Guillermo Rauch <r****g@g****m> over 13 years ago
fb9529ed jsonp: honor `param` option Guillermo Rauch <r****g@g****m> over 13 years ago
dc872233 Readme Guillermo Rauch <r****g@g****m> over 13 years ago
38a8e6cf Release 0.0.2 Guillermo Rauch <r****g@g****m> over 13 years ago
a9ad77a7 merge Merge pull request #1 from gjohnson/master Guillermo Rauch <r****g@g****m> over 13 years ago
7aafcbce make IE<=8 happy Garrett Johnson <g****n@r****m> over 13 years ago
326ebe45 add component.json TJ Holowaychuk <t****j@v****a> over 13 years ago
8aa5ff9e Release 0.0.1 Guillermo Rauch <r****g@g****m> about 14 years ago
ed514b72 first commit Guillermo Rauch <r****g@g****m> about 14 years ago

← Back to repository