https://github.com/answerail/myjs-common
一个公共的 JS 库
https://github.com/answerail/myjs-common
common javascript js myjs-common nodejs npm ts typescript utils
Last synced: 4 months ago
JSON representation
一个公共的 JS 库
- Host: GitHub
- URL: https://github.com/answerail/myjs-common
- Owner: AnswerAIL
- License: mit
- Created: 2019-09-20T09:58:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T02:57:57.000Z (over 5 years ago)
- Last Synced: 2025-01-31T19:39:34.226Z (5 months ago)
- Topics: common, javascript, js, myjs-common, nodejs, npm, ts, typescript, utils
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/myjs-common
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 一个公共的js库
- [myjs-common GitHub](https://github.com/AnswerAIL/myjs-common)
- [myjs-common NPM](https://www.npmjs.com/package/myjs-common)
- [myjs-common ApiDoc](https://github.com/AnswerAIL/myjs-common/blob/master/docs/HANDBOOK.md)### 安装/卸载使用
```bash
# 项目本地安装
npm install myjs-common
# 全局安装
npm install myjs-common -g# 项目本地卸载
npm uninstall myjs-common
# 全局卸载
npm uninstall myjs-common -g
```# 版本变更记录
## 1.0.0
- 2019-09-20
- 初始版本## 1.0.1
- 2019-09-26
- *+* 新增 MyMap 类型
- *+* 新增 MyString 类型
- *+* 新增 MyDate 类型
- *-* 废弃 HashMap 类型, 请使用原生的 Map 类型## 1.0.2
- 2019-09-27
- *+* 优化 MyDate 类型## 1.0.3
- 2019-10-23
- *+* 新增 FuRequire 文件上传工具类## 1.0.4
- 2019-10-24
- *+* 对 FuRequire 方法进行参数校验## 1.0.5
- 2019-10-24
- *+* 上传函数增加请求参数可选入参选项## 1.0.6
- 2019-10-25
- *M* 优化 FuRequire 函数入参 options
Copyright © 2015 - 2019 Answer/MyJs. All Rights Reserved