@jacks/jutils
Version:
A common set of JavaScript tool Libraries
43 lines (16 loc) • 1.3 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.1.1](https://github.com/jingxinxin/jutils/compare/v0.1.0...v0.1.1) (2019-06-03)
## [0.1.0](https://github.com/jingxinxin/jutils/compare/v0.0.3...v0.1.0) (2019-06-01)
### Features
* **index:** 新增根据value匹配集合中对应的对象 ([b05910a](https://github.com/jingxinxin/jutils/commit/b05910a))
### [0.0.3](https://github.com/jingxinxin/jutils/compare/v0.0.2...v0.0.3) (2019-05-31)
### Bug Fixes
* **docs:** 修复changelog页面404问题 ([69e304b](https://github.com/jingxinxin/jutils/commit/69e304b))
* **docs:** 删除zh-cn/CHANGELOG.md文件,修复_sidebar.md中的路径 ([e245968](https://github.com/jingxinxin/jutils/commit/e245968))
### [0.0.2](https://github.com/jingxinxin/jutils/compare/v0.0.1...v0.0.2) (2019-05-31)
### Build System
* **babel:** 新增babel7,编译src中es6文件到lib中浏览器可以直接运行的代码 ([7c760f0](https://github.com/jingxinxin/jutils/commit/7c760f0))
## 0.0.1 (2019-05-21)
### Features
* **index.js,test.js:** 添加ava测试,发布jutils 0.0.1版本 ([1b659ce](https://github.com/jingxinxin/jutils/commit/1b659ce))