diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eff5a4..f8a8e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.2.0](https://github.com/IdeaLeap/Pipeline/compare/v1.1.0...v1.2.0) (2023-10-11) + + +### Features + +* add DynamicExecutor Fn ([c916fc8](https://github.com/IdeaLeap/Pipeline/commit/c916fc860b6574eb47fb168464ac3ea76fd8940d)) +* V1.1.6 ([336a828](https://github.com/IdeaLeap/Pipeline/commit/336a828debcdff48252303b2255c6ed223fd872b)) +* 修改type为use ([3323909](https://github.com/IdeaLeap/Pipeline/commit/3323909fbeb517f090a67580cde28763c1fbbc82)) +* 支持API文档自动生成 ([c87e72a](https://github.com/IdeaLeap/Pipeline/commit/c87e72abed00bd29c25e2749dec22c833c147ec7)) +* 支持build直接publish ([37de50d](https://github.com/IdeaLeap/Pipeline/commit/37de50d6a897cf0fa6cafa650dfce12c59150466)) +* 支持globalParams ([f25abfa](https://github.com/IdeaLeap/Pipeline/commit/f25abfa474bb5042c5873d993de062f6b089d98e)) +* 支持pipe的input指定 && 更强的插槽渲染 ([04bfd9d](https://github.com/IdeaLeap/Pipeline/commit/04bfd9d4dd0d0ac55df725d460970d7ec7528ddf)) +* 支持pipe的input指定 && 更强的插槽渲染 ([bb0e617](https://github.com/IdeaLeap/Pipeline/commit/bb0e617d663fd71362d1b6de14ed49abc9bfc66f)) +* 支持tsc编译 ([9cbd128](https://github.com/IdeaLeap/Pipeline/commit/9cbd12878267446d6956d9b67aecff5f8ba8712d)) +* 支持插槽渲染 && 使用lodash优化代码 ([ef91a16](https://github.com/IdeaLeap/Pipeline/commit/ef91a165efbf3ae8045ff971e6677ec37bdd0a9f)) +* 支持获取self_params ([c8a6447](https://github.com/IdeaLeap/Pipeline/commit/c8a6447807f6e95783baec558b6cc6bb9a713382)) + + +### Bug Fixes + +* emitter err ([05b634f](https://github.com/IdeaLeap/Pipeline/commit/05b634f098d88b86c033111285519907e6347125)) +* publish ([9af58ca](https://github.com/IdeaLeap/Pipeline/commit/9af58cab14099bc168fad65111c99ec1f0d9f520)) +* 增加深拷贝选项 ([01f58b8](https://github.com/IdeaLeap/Pipeline/commit/01f58b80c3868902be069a69573a318ddaa94c4e)) +* 开发环境优化 ([b1db2cd](https://github.com/IdeaLeap/Pipeline/commit/b1db2cdd36ea17304d6791a434270eb339a8a4e7)) +* 禁止设置已用ID ([6dd96e8](https://github.com/IdeaLeap/Pipeline/commit/6dd96e886da233739d7e973d79946d40c0fe10b3)) +* 部分错误 ([6a232f5](https://github.com/IdeaLeap/Pipeline/commit/6a232f5525dd439f85f7ca67b6e9e94989c740fb)) +* 错误输入导致的ts问题 ([d2a57b3](https://github.com/IdeaLeap/Pipeline/commit/d2a57b3db94c4881cb8ec722159c1471de85a491)) + ## [1.1.0](https://github.com/IdeaLeap/Pipline/compare/v1.0.0...v1.1.0) (2023-09-02) ### Features diff --git a/package.json b/package.json index 3387739..cc237e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idealeap/pipeline", - "version": "1.1.6", + "version": "1.2.0", "description": "A lightweight, low-code Pipeline built with GPT-4.", "main": "package/index.js", "author": "GPT-4 && Marlene && IdeaLeap",