From 9b626693a30fe07cb0bd35718f3d0c178586259a Mon Sep 17 00:00:00 2001 From: fanhaoyuan <418536538@qq.com> Date: Wed, 20 Jul 2022 10:26:04 +0800 Subject: [PATCH] release: v1.5.0 --- CHANGELOG.md | 6 +++--- CODE_OF_CONDUCT.md | 32 ++++++++++++++++---------------- package.json | 2 +- packages/aborter/package.json | 2 +- packages/cache/package.json | 2 +- packages/fatcher/CHANGELOG.md | 5 +++++ packages/fatcher/package.json | 2 +- packages/form-data/package.json | 2 +- packages/json/package.json | 2 +- packages/progress/package.json | 2 +- shared/tests/index.ts | 2 +- 11 files changed, 32 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b80fc5..f02498a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Coming Soon +## v1.5.0 ### fatcher -- 🚀 `readStreamByChunk` supports async callback -- 🚀 request url supports relative path like `../` and `./` +- 🚀 `readStreamByChunk` supports async callback ([#167](https://github.com/fatcherjs/fatcher/pull/167)) +- 🚀 request url supports relative path like `../` and `./` ([#170](https://github.com/fatcherjs/fatcher/pull/170)) ## v1.4.1 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2ea43c9..c52f91b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -17,24 +17,24 @@ diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals, but for the + overall community Examples of unacceptable behavior include: -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or + advances of any kind +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email + address, without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an +standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within diff --git a/package.json b/package.json index 387d0fe..a686697 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "fatcher", - "version": "1.4.1", + "version": "1.5.0", "repository": { "type": "git", "url": "git+https://github.com/fatcherjs/fatcher.git" diff --git a/packages/aborter/package.json b/packages/aborter/package.json index 319a3b3..e293646 100644 --- a/packages/aborter/package.json +++ b/packages/aborter/package.json @@ -1,6 +1,6 @@ { "name": "@fatcherjs/middleware-aborter", - "version": "1.4.1", + "version": "1.5.0", "main": "dist/aborter.js", "module": "dist/aborter.esm.js", "browser": "dist/aborter.min.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 8acf243..a450945 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@fatcherjs/middleware-cache", - "version": "1.4.1", + "version": "1.5.0", "main": "dist/cache.js", "module": "dist/cache.esm.js", "browser": "dist/cache.min.js", diff --git a/packages/fatcher/CHANGELOG.md b/packages/fatcher/CHANGELOG.md index 2b0d1f7..b18495c 100644 --- a/packages/fatcher/CHANGELOG.md +++ b/packages/fatcher/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.5.0 + +- 🚀 `readStreamByChunk` supports async callback ([#167](https://github.com/fatcherjs/fatcher/pull/167)) +- 🚀 request url supports relative path like `../` and `./` ([#170](https://github.com/fatcherjs/fatcher/pull/170)) + ## v1.4.1 - 🔧 Remove some overt options ([#161](https://github.com/fatcherjs/fatcher/pull/161)) diff --git a/packages/fatcher/package.json b/packages/fatcher/package.json index ea2db78..be67686 100644 --- a/packages/fatcher/package.json +++ b/packages/fatcher/package.json @@ -1,6 +1,6 @@ { "name": "fatcher", - "version": "1.4.1", + "version": "1.5.0", "description": "Send fetch request gracefully in browsers and nodeJS", "homepage": "https://fatcherjs.github.io/fatcher/", "repository": { diff --git a/packages/form-data/package.json b/packages/form-data/package.json index 6c611a3..6b61ad9 100644 --- a/packages/form-data/package.json +++ b/packages/form-data/package.json @@ -1,6 +1,6 @@ { "name": "@fatcherjs/middleware-form-data", - "version": "1.4.1", + "version": "1.5.0", "main": "dist/form-data.js", "module": "dist/form-data.esm.js", "browser": "dist/form-data.min.js", diff --git a/packages/json/package.json b/packages/json/package.json index 2bd4419..e5c7d5c 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@fatcherjs/middleware-json", - "version": "1.4.1", + "version": "1.5.0", "main": "dist/json.js", "module": "dist/json.esm.js", "browser": "dist/json.min.js", diff --git a/packages/progress/package.json b/packages/progress/package.json index 53ea0a1..ec10128 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@fatcherjs/middleware-progress", - "version": "1.4.1", + "version": "1.5.0", "main": "dist/progress.js", "module": "dist/progress.esm.js", "browser": "dist/progress.min.js", diff --git a/shared/tests/index.ts b/shared/tests/index.ts index a18136f..badb7b1 100644 --- a/shared/tests/index.ts +++ b/shared/tests/index.ts @@ -1,4 +1,4 @@ export * from './getRandomString'; export * from './getStringStream'; export * from './getStringStreamByLength'; -export * from './sleep'; \ No newline at end of file +export * from './sleep';