v0.27.0
Changed
- Exported file names now following KCL instead of
output
- Better docs for reduce
- Better management of file writing
- JSON removed from the KCL object model
- BREAKING: KCL has new reserved words that can no longer be used for variable or function names:
_
(underscore),as
,new
,interface
,type
,record
,struct
,object
,self
,array
- BREAKING: KCL
import()
'stype:
parameter changed toformat:
Added
- Center rectangle
- Basic horizontal and vertical snapping for Line tool
- KCL modules and
import
statements
Fixed
- Linux AppImage updater
- Finding path to node for import and if-else
- Description of angleToMatchLengthX fixed
- KCL formatting of return values now indents properly
Full Changelog: v0.26.5...v0.27.0