Skip to content

Commit 64616a9

Browse files
committed
Release 1.1.0
1 parent a5034da commit 64616a9

File tree

4 files changed

+33
-23
lines changed

4 files changed

+33
-23
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.1.0 / 2024-01-11
3+
==================
4+
5+
* feat: add TypeScript declaration file
6+
27
1.0.0 / 2014-08-19
38
==================
49

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright(c) 2014 - present node-modules and other contributors.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
jsonp-body
2-
=======
1+
# jsonp-body
32

43
[![NPM version][npm-image]][npm-url]
54
[![build status][travis-image]][travis-url]
@@ -53,25 +52,10 @@ Get `obj` jsonp string response with `callback`.
5352

5453
## License
5554

56-
(The MIT License)
55+
[MIT](LICENSE)
5756

58-
Copyright (c) 2014 - 2015 node-modules and other contributors
57+
## Contributors
5958

60-
Permission is hereby granted, free of charge, to any person obtaining
61-
a copy of this software and associated documentation files (the
62-
'Software'), to deal in the Software without restriction, including
63-
without limitation the rights to use, copy, modify, merge, publish,
64-
distribute, sublicense, and/or sell copies of the Software, and to
65-
permit persons to whom the Software is furnished to do so, subject to
66-
the following conditions:
59+
[![Contributors](https://contrib.rocks/image?repo=node-modules/jsonp-body)](https://github.com/node-modules/jsonp-body/graphs/contributors)
6760

68-
The above copyright notice and this permission notice shall be
69-
included in all copies or substantial portions of the Software.
70-
71-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
72-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61+
Made with [contributors-img](https://contrib.rocks).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonp-body",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Helper to create more safe jsonp response body for koa and other web framework.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -39,6 +39,6 @@
3939
"engines": {
4040
"node": ">= 0.10.0"
4141
},
42-
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
42+
"author": "fengmk2 <[email protected]> (https://github.com/fengmk2)",
4343
"license": "MIT"
4444
}

0 commit comments

Comments
 (0)