333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 
2.0.0 / 2017-11-11
==================
 
**others**
  * [[`a9cadba`](http://github.com/eggjs/egg-jsonp/commit/a9cadba740dc54b9c3dd0593495b66b5a98383e8)] - refactor: use async function and support egg@2 (#10) (Yiyu He <<dead_horse@qq.com>>)
 
1.2.2 / 2017-11-10
==================
 
**fixes**
  * [[`d14d2d6`](http://github.com/eggjs/egg-jsonp/commit/d14d2d6aa1cdc50ff084f801fa741221667ee577)] - fix: rename to createJsonpBody (#9) (Yiyu He <<dead_horse@qq.com>>)
 
**others**
  * [[`f7137a0`](http://github.com/eggjs/egg-jsonp/commit/f7137a011b202882fbfd48a4ee434031a9b950d2)] - chore: add pkgfiles check in ci (dead-horse <<dead_horse@qq.com>>)
 
1.2.1 / 2017-10-11
==================
 
**fixes**
  * [[`a19f450`](http://github.com/eggjs/egg-jsonp/commit/a19f45089ed8229a3ee0099a730a2be9ea57b114)] - fix: add lib into files (dead-horse <<dead_horse@qq.com>>)
 
1.2.0 / 2017-10-11
==================
 
**features**
  * [[`ee98948`](http://github.com/eggjs/egg-jsonp/commit/ee9894834ed8de081b26680a58506896d736cb61)] - feat: add acceptJSONP and open jsonp wrap function (#8) (Gao Peng <<ggjqzjgp103@qq.com>>)
 
1.1.2 / 2017-07-21
==================
 
  * fix: should not throw when referrer illegal (#5)
 
1.1.1 / 2017-06-04
==================
 
  * docs: fix License url (#4)
 
1.1.0 / 2017-06-01
==================
 
  * test: test on node 8
  * feat: support _callback and callback
 
1.0.0 / 2017-01-23
==================
 
  * fix: refine jsonp (#1)
  * feat: init jsonp