Skip to content

v0.13.2

Latest

Choose a tag to compare

@mpyw mpyw released this 27 Dec 07:51
· 6 commits to main since this release
8f5f055

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-return to supported directives list
  • README cleanup

    • Removed retracted versions warning (handled by go.mod retract directive)

Full Changelog

v0.13.1...v0.13.2