Documentation Updates
This release contains documentation improvements across the codebase:
Changes
-
Expanded purity package documentation (
internal/ssa/purity/validator.go)- Added detailed Pure Contract explanation
- Documented SSA-based derivation tracking analysis strategy
- Clarified what pure functions CAN do
-
Improved doc comment accuracy (
analyzer.go)- Fixed Session() placement explanation (now correctly shows
.Session()at end of chain) - Added
//gormreuse:immutable-returnto supported directives list
- Fixed Session() placement explanation (now correctly shows
-
README cleanup
- Removed retracted versions warning (handled by go.mod retract directive)