Skip to content

0.3.4

  • 0.3.4
  • b0cf088
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • 0.3.4
  • b0cf088
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@shezadkhan137 shezadkhan137 tagged this 30 Nov 22:54
* Better validate decorator

The validate decorator can now be used with all types of functions no
matter how the function is called. Things that now work:

```
@validate(Requires("x", R("x") > R("y")))
def func(x, y):
    return x, y

func(1, 2) # ValidationError
```

* Bump version
Assets 2
Loading