File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.1] - 2025-11-13
11+
12+ ### Added
13+ - Token counting commands (` lean-spec tokens ` ) for LLM context management
14+ - Token-based validation thresholds replacing line-count metrics
15+ - Chinese (zh-Hans) translations for documentation site
16+ - UI/UX enhancements for LeanSpec Web including dark theme improvements
17+
18+ ### Fixed
19+ - Migration tests now use correct fixture paths
20+ - CI workflow improvements and error handling
21+ - Dark theme typography and status color consistency
22+ - Validator error handling for better user experience
23+
24+ ### Changed
25+ - Complexity validation now uses token-based thresholds (spec 071)
26+ - Web package downgraded to Tailwind v3 for better compatibility
27+ - Enhanced spec detail pages with timeline and metadata display
28+
1029## [ 0.2.0] - 2025-11-10
1130
1231** 🎉 Official Public Release - Production Ready**
Original file line number Diff line number Diff line change 11{
22 "name" : " lean-spec-monorepo" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "description" : " Lightweight spec methodology for AI-powered development (monorepo root)" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lean-spec" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Lightweight spec methodology for AI-powered development" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @leanspec/core" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Core spec parsing and validation library for LeanSpec" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @leanspec/web" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " LeanSpec Web: Fullstack spec showcase platform" ,
55 "private" : true ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments