v0.5.0
v0.5.0 Release Notes
Summary
Refactored the project into a pnpm monorepo architecture, updated all README documentation, and bumped version to 0.5.0.
🔄 Changed
- Monorepo Architecture (
de4718c): Converted to pnpm monorepo withpackages/cli(published aslearn-anything-cli) andpackages/gui(private, future GUI). Build, test, and lint commands now support per-package execution viapnpm -F. - Simplified Build (
c073a13): Replaced the custombuild.jswrapper with directtsccompilation, reducing indirection and making the build process more standard.
✨ Added
- README Enhancements (
26b15ea): Added badges, monorepo structure diagram, and footer to all READMEs for better visuals and discoverability.
v0.5.0 发布说明
简介
将项目重构为 pnpm monorepo 架构,更新所有 README 文档,并升级版本号至 0.5.0。
🔄 变更
- Monorepo 架构 (
de4718c): 转换为 pnpm monorepo,包含packages/cli(发布为learn-anything-cli)和packages/gui(私有,未来的 GUI)。构建、测试、lint 命令现支持通过pnpm -F按包执行。 - 简化构建流水线 (
c073a13): 移除自定义build.js包装器,直接使用tsc编译,减少间接层,使构建过程更标准化。
✨ 新增
- README 增强 (
26b15ea): 所有 README 添加 badges、monorepo 结构图和 footer,提升视觉效果和可发现性。