| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-24 | Add Serialize derive to AnalyzeResultPure | 魏曹先生 | |
| 2026-01-24 | Move mapping methods from LocalSheet to LocalSheetData | 魏曹先生 | |
| The add_mapping, move_mapping, and remove_mapping methods now directly operate on LocalSheetData fields and maintain the vfs HashMap. The LocalSheet wrapper methods delegate to LocalSheetData. This centralizes mapping logic and ensures vfs is updated when mappings change. | |||
| 2026-01-23 | Add pure analysis result type and conversion | 魏曹先生 | |
| Introduce AnalyzeResultPure struct to hold owned data, separating it from the borrowed lifetime in AnalyzeResult. Provide From conversion to enable easy transformation between the two types. | |||
| 2026-01-23 | Add `new` function to LocalSheet | 魏曹先生 | |
| 2026-01-12 | Rename modules for better clarity and organization | 魏曹先生 | |
| 2026-01-12 | Move duplicate constants to constants.rs | 魏曹先生 | |
| 2026-01-12 | Reorganize crate structure and move documentation files | 魏曹先生 | |
