Skip to content

3.0.0

Compare
Choose a tag to compare
@djluck djluck released this 21 Apr 23:12
· 10 commits to master since this release
7ec2f3d
  • Added support for deep cloning of Expr
  • Clarified support for mutability (only properties on types implementing Expr may be mutated)
  • BREAKING CHANGE: Some existing properties on non-Expr types were mutable, made them immutable.