Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 16:10
· 523 commits to main since this release
30afa65

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()'s type: parameter changed to format:

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