Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve typings and README #71

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Improve typings and README #71

merged 2 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Improve README

    Change-type: patch
    pipex committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3e91574 View commit details
    Browse the repository at this point in the history
  2. Improve Task contructor typings

    This enforces that the context in the functions defined when
    constructing a task are treated as Read-Only objects. This prevents a
    task from modifying part of the state outside what is referenced by its
    defined lens path.
    
    Change-type: minor
    pipex committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3d63b81 View commit details
    Browse the repository at this point in the history