Releases: rxliuli/liuli-tools
Releases · rxliuli/liuli-tools
[email protected]
- feat(vite-jetbrains-plugin): Remove jetbrains ide version restriction
- refactor(vite-jetbrains-plugin): Use more streamlined kotlin ui dsl getter/setter code
- fix(vite-jetbrains-plugin): Delete settings.gradle.kts under jetbrains-plugins.vite-jetbrains-plugin to solve the error
@liuli-util/[email protected]
- chore(@liuli-util/cli): 更新 @types/rollup-plugin-auto-external,修复类型定义的错误
- refactor(@liuli-util/cli): 标记 build config 和 defineConfig 将被废弃,使用 rm 替代 rimraf
- chore(@liuli-util/cli): 为模板添加 CHANGELOG
- feat(@liuli-util/cli): 更新模板项目,使用 @liuli-util/shell 替换 liuli-cli clean 命令
- chore(@liuli-util/cli): 删除 tsconfig.json 中冗余的各种配置
- fix(@liuli-util/cli): 删除不小心提交的 test 目录
[email protected]
- docs(rollup-plugin-worker-threads): Updated README, added motivation and usage examples
@liuli-util/[email protected]
- Fixed many documentation issues
@liuli-util/[email protected]
- Rename package
i18next-typescript-generator
=>@liuli-util/i18next-dts-gen
- Internationalization of the cli itself
- Support for generating type definitions for multiple directories at once
- Support monitoring mode
- Remove the gen subcommand and use the
i18next-dts-gen
command directly - Use ast to refactor the type definition generation part, replacing the original string splicing
- The refactoring code is divided into
Watcher/Scanner/Parser/Generator
sections according to the basic flow
@liuli-util/[email protected]
- feat(@liuli-util/shell): 改变 cp/mv 的行为,具体参考:cp/mv 命令的行为似乎有点奇怪?
- fix(@liuli-util/shell): 修复依赖声明缺失的问题
- test(@liuli-util/shell): 为 ShellProgram 添加完整的测试用例
- fix(@liuli-util/shell): 修复 commander 要求可变参数必须是最后一个带来的一些问题
[email protected]
Fixed
- feat(vite-jetbrains-plugin): Persistent the selected template, the last selected template is selected by default
@liuli-util/[email protected]
- chore(@liuli-util/shell): 更新 rollup 版本为最新
- chore(@liuli-util/cli): 删除 @liuli-util/shell 的依赖,升级 rollup 版本
- chore(@liuli-util/shell): 在 setup 命令中重置 .bin/ 目录,删除 @liuli-util/cli 依赖
- docs(@liuli-util/shell): 更新 FAQ
- docs(@liuli-util/shell): 发布到公共的组织下
@liuli-util/[email protected]
- 实现基本的 unix* 命令
@liuli-util/[email protected]
- feat(@liuli-util/cli): 添加 define 定义 rollup 配置的辅助函数
- feat(@liuli-util/cli): 使用 shell rm 代替 liuli-cli clean