<feed xmlns='http://www.w3.org/2005/Atom'>
<title>VersionControl.git/data, branch deploy/nightly</title>
<subtitle>JustEnoughVCS Core Library
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/'/>
<entry>
<title>Remove examples and legacy code, update .gitignore</title>
<updated>2026-02-05T14:35:05+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-05T14:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=27f6414ad1ff451feb0044af62f37dc2a6255ffa'/>
<id>27f6414ad1ff451feb0044af62f37dc2a6255ffa</id>
<content type='text'>
- Delete examples directory and its example action system
- Rename actions/ to legacy_actions/ and data/ to legacy_data/
- Update Cargo.toml license file reference
- Move setup scripts to scripts/dev/ directory
- Add todo.txt patterns to .gitignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Delete examples directory and its example action system
- Rename actions/ to legacy_actions/ and data/ to legacy_data/
- Update Cargo.toml license file reference
- Move setup scripts to scripts/dev/ directory
- Add todo.txt patterns to .gitignore
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Serialize derive to AnalyzeResultPure</title>
<updated>2026-01-23T20:51:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-23T20:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=1bcf2e53061a92be0869dbd3723147da62e17514'/>
<id>1bcf2e53061a92be0869dbd3723147da62e17514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move mapping methods from LocalSheet to LocalSheetData</title>
<updated>2026-01-23T20:51:40+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-23T20:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=71ae05b79139054bec893c8c86cf26d89cb5683f'/>
<id>71ae05b79139054bec893c8c86cf26d89cb5683f</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pure analysis result type and conversion</title>
<updated>2026-01-22T20:09:44+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-22T20:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=8713864b0351c71d250814a554e31dfd0499b741'/>
<id>8713864b0351c71d250814a554e31dfd0499b741</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `new` function to LocalSheet</title>
<updated>2026-01-22T20:09:06+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-22T20:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=3003ef7c113ee062ff8e6553bc6cd7504c48c629'/>
<id>3003ef7c113ee062ff8e6553bc6cd7504c48c629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename modules for better clarity and organization</title>
<updated>2026-01-11T22:01:52+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-11T22:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=bac88ab54b28825a17f808def90209517f484355'/>
<id>bac88ab54b28825a17f808def90209517f484355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move duplicate constants to constants.rs</title>
<updated>2026-01-11T21:03:51+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-11T21:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=89d228816f3f9f31a2c66fa21f97f958195cbe6d'/>
<id>89d228816f3f9f31a2c66fa21f97f958195cbe6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize crate structure and move documentation files</title>
<updated>2026-01-11T20:51:34+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-11T20:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=c5fb22694e95f12c24b8d8af76999be7aea3fcec'/>
<id>c5fb22694e95f12c24b8d8af76999be7aea3fcec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
