From 5c7632c56f5067ae50e6a382d7a59263d513fccb Mon Sep 17 00:00:00 2001 From: LinYYY Date: Wed, 1 Mar 2023 15:39:14 +0800 Subject: [PATCH] #0 update readme --- README-zh.md | 12 +++++++----- README.md | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README-zh.md b/README-zh.md index 2c97f23..fe923cf 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,12 +8,12 @@ README: [English](https://github.com/YummyLau/ComponentPlugin/blob/master/README ### 版本更新 * 2019/10/10 1.0.3-beta - * 支持组件循环依赖 - * 支持并发 transform 加快编译速度 + * 支持组件循环依赖 + * 支持并发 transform 加快编译速度 * 2019/10/22 1.0.4 - * 调整gradle插件版本为3.1 - * 优化调试 log 格式 - * 解决多task任务下 make project 编译失败的问题 + * 调整gradle插件版本为3.1 + * 优化调试 log 格式 + * 解决多task任务下 make project 编译失败的问题 * 2019/11/04 1.0.5 * 支持模块内子工程pin * 提供更人性化的调试日志格式 @@ -30,6 +30,8 @@ README: [English](https://github.com/YummyLau/ComponentPlugin/blob/master/README * 支持编译注入impl时从maven产物,本地编译缓存和源码编译三者中自动注入 - 暂时取消组件debug能力 - 暂时取消pin工程支持能力 +* 2023/03/01 + * 发布功能优化 ### 为什么要使用 diff --git a/README.md b/README.md index 923f7aa..5edffc8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ From the very beginning, I learned that "WeChat's Modular Architecture Reconstru * Support automatic injection from maven product, local compilation cache and source code compilation when compiling and injecting impl - Temporarily cancel the component debug ability - Temporarily cancel the pin project support capability +* 2023/03/01 + * Some optimization ### Why use it