Skip to content

Releases: rxliuli/liuli-tools

[email protected]

02 Feb 15:49
Compare
Choose a tag to compare
  • fix: Fix the problem that the state class name used has the same name as other plugins (essentially an internal implementation error of the official ide, but for the time being, use other methods to fix it), ref: #17

@liuli-util/[email protected]

13 Jan 16:19
Compare
Choose a tag to compare
  • Export API createBrowserHistory/createMemoryHistory
  • Build dist/index.js and dist/index.esm.js, no longer need to support ts to use

[email protected]

19 Nov 18:28
Compare
Choose a tag to compare
  • fix: fix expired API ServiceManager.getService

@liuli-util/[email protected]

04 Dec 05:26
Compare
Choose a tag to compare
  • feat: 同步命令支持同步 jest 依赖
  • chore: 更新模板,删除不需要的文档相关的命令
  • chore: 将所有的 liuli-cli 的依赖强制指向本地
  • fix: 修复 monorepo 中使用 cli 会复制 node_modules 的错误

@liuli-util/[email protected]

31 Aug 05:22
Compare
Choose a tag to compare
  • fix: 修复 monorepo-changelog 不能支持旧的 changelog 格式的问题
  • chore: 修复一些构建问题,主要是递归调用 setup

[email protected]

30 Aug 13:39
Compare
Choose a tag to compare
  • chore: change the name of the plugin displayed in the creation panel to Vite
  • feat: use create-vite instead of the deprecated @vitejs/create-app

@liuli-util/[email protected]

30 Aug 15:30
Compare
Choose a tag to compare
  • 修复模板中的一些依赖缺失和脚本错误的问题
  • 修复缺失 .gitignore 文件的问题
  • chore: 在项目本身使用 eslint 通用配置并同步
  • feat: 实现同步 eslint 配置,支持交互式创建模板项目
  • feat: 删除不需要的工具函数,删除 build config 命令
  • feat: 再模板中添加 initialize 命令以在 monorepo 中初始化
  • chore: 将生成的 i18n/index.d.ts 添加到 git 忽略文件中,并在根项目同步
  • feat: 支持同步 gitignore
  • feat: 实现同步配置的命令
  • feat: 当目录已经存在时,在命令行中交互式的提示是否覆盖它
  • feat: 生成模板项目默认不再删除目标目录
  • fix: 修复最终发布没有包含 .gitignore 的问题
  • feat: 生成的项目默认使用通用 .gitignore 配置
  • feat: 同步 yarn workspaces 和 lerna packages(以后升级 yarn2 有望干掉这个同步), 删除 monorepo-cli 模块

@liuli-util/[email protected]

29 Aug 04:08
Compare
Choose a tag to compare
  • chore: 不再将 Command 实例导出,而仅导出逻辑部分
  • chore: 由于 @liuli-util/monorepo-changelog 与 cli 循环依赖,所以不能作为插件直接依赖
  • fix: 修复生成多个版本时 changelog 有问题
  • feat: 当 CHANGELOG 文件不存在时就创建它而非退出
  • docs: 在 README 中添加基本的使用方法

@liuli-util/[email protected]

31 Aug 05:23
Compare
Choose a tag to compare
  • fix: 修复发生错误没有正确返回 1 的问题
  • chore: 添加 yarn workspaces foreach 错误示例可复现代码
  • chore: 更新 yarn plugin changed 插件的安装位置,修改为在线的 gh-pages 地址
  • docs: 在 README 文档中添加安装的链接

@liuli-util/[email protected]

26 Aug 05:12
Compare
Choose a tag to compare
  • chore: 删除 list 命令的 --json 参数
  • feat: 支持使用 list 命令查询构建缓存,修建缓存的 key,仅保存实际执行的命令
  • chore: 升级 clipanion3,放弃使用注解
  • perf: 优化查询缓存的性能(主要是 git 查找)
  • feat: 基本实现构建缓存功能