v0.28.0
Changed
- KCL:
- Object literals like
{x}
as shorthand for{x = x}
- Executor returns specific errors, not anyhow
- Add patternTransform2d for sketches
- Allow transform patterns to return multiple transforms
- Record initialization (AKA objects) uses
=
instead of:
, as in{ x = 0, y = 1 }
- Implicit conversion of round numbers to integers
- Add round stdlib function
- Add tangentToEnd stdlib function
- Object literals like
- Selections Refactor
Added
- Offset plane point-and-click user flow
- Nightly link in the About section
- Warnings for recently deprecated syntax
Fixed
- Selection bugs
- Enter sketch mode bug
- Argument error to point to the arg at the call site
Full Changelog: v0.27.0...v0.28.0