An open API service indexing awesome lists of open source software.

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 库

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