Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emjio committed Jan 31, 2023
1 parent 3bc3449 commit 71a5e89
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

## [1.2.0](https://github.com/emjio/cacheController/compare/v1.1.0...v1.2.0) (2023-01-31)


### Features

* 代码格式化 ([697bc72](https://github.com/emjio/cacheController/commit/697bc7232ada81ce303b31d76ec0c67ed6b76c35))
* 完善testcase 配置。新增请求缓存生成器逻辑 ([586064d](https://github.com/emjio/cacheController/commit/586064df50cd0a6d7f8c1fff42da96a2a25aee2b))
* 属性值合法校验 ([1a94b16](https://github.com/emjio/cacheController/commit/1a94b16b7f09b0a229223551daa4a093777131e7))
* 新增eslint ([731c5e8](https://github.com/emjio/cacheController/commit/731c5e8f552bee4305599e37002b02d70177b3b7))
* 新增example ([e9f57d3](https://github.com/emjio/cacheController/commit/e9f57d39d57842f875d066d4a50c4219222fed0c))
* 新增类型声明,完善说明文档 ([d679234](https://github.com/emjio/cacheController/commit/d67923480c6a98623be9fb149bf96c496a5b20df))
* 新增请求缓存函数生成器 ([50874aa](https://github.com/emjio/cacheController/commit/50874aa4c483b6c9e96ce0e3b19ef81651c3aeaf))
* 新增请求缓存函数生成器 ([7f5d477](https://github.com/emjio/cacheController/commit/7f5d4770268cecb306074d73c791f3b7933776ea))
* 重构rollup 配置。 ([f4a76c8](https://github.com/emjio/cacheController/commit/f4a76c87aea83d79e484f496176345aff080a65d))


### Bug Fixes

* typo fix ([687852e](https://github.com/emjio/cacheController/commit/687852e5456a1181ef73f738046b98d0583e666d))

## 1.1.0 (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cachecontroller",
"version": "1.1.0",
"version": "1.2.0",
"description": "a cache controller for cache data from request, can be auto read when a request have finished. and auto remove the least use cache.",
"main": "./dist/cache.common.js",
"module": "dist/cache.esm.js",
Expand Down

0 comments on commit 71a5e89

Please sign in to comment.