File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# 变更日志
22
3+ ## 0.3.0 / 2019-3-2
4+
5+ - 增加.d.ts文件,支持ts调用
6+
37## 0.2.0 / 2019-3-2
48
59- ` stringify ` 新增` filter ` 和` convert ` 参数
Original file line number Diff line number Diff line change 33[ ![ ] ( https://img.shields.io/badge/Powered%20by-jslib%20querystring-brightgreen.svg )] ( https://github.com/yanhaijing/jslib-querystring )
44[ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/jsmini/querystring/blob/master/LICENSE )
55[ ![ Build Status] ( https://travis-ci.org/jsmini/querystring.svg?branch=master )] ( https://travis-ci.org/jsmini/querystring )
6- [ ![ npm] ( https://img.shields.io/badge/npm-0.2 .0-orange.svg )] ( https://www.npmjs.com/package/@jsmini/querystring )
6+ [ ![ npm] ( https://img.shields.io/badge/npm-0.3 .0-orange.svg )] ( https://www.npmjs.com/package/@jsmini/querystring )
77[ ![ NPM downloads] ( http://img.shields.io/npm/dm/@jsmini/querystring.svg?style=flat-square )] ( http://www.npmtrends.com/@jsmini/querystring )
88[ ![ Percentage of issues still open] ( http://isitmaintained.com/badge/open/jsmini/querystring.svg )] ( http://isitmaintained.com/project/jsmini/querystring " Percentage of issues still open ")
99
Original file line number Diff line number Diff line change 1+ export as namespace jsminiQuerystring ;
2+
3+ export function parse ( str : string , option ?: object ) : object ;
4+ export function stringify ( obj : object , option ?: object ) : string ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @jsmini/querystring" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " 最好用的js第三方库脚手架" ,
55 "main" : " dist/index.js" ,
66 "jsnext:main" : " dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments