Skip to content

Releases: monogon-dev/intellij-cue

v0.10.0

22 Aug 10:08
Compare
Choose a tag to compare

What's Changed

  • Support required field constraint of Cue 0.6 by @jansorg in #67
  • Support constraints on dynamic fields, extend color highlighting by @jansorg in #68

Full Changelog: v0.9.0...v0.10.0

v0.9.0

21 Jul 09:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.8...v0.9.0

v0.8.8

21 Mar 16:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.7...v0.8.8

v0.8.7

01 Mar 21:11
Compare
Choose a tag to compare
fix release build

v0.8.5

14 Jul 09:27
Compare
Choose a tag to compare

What's Changed

  • Catch up with spec: AliasExpr updates by @jansorg in #56

Full Changelog: v0.8.4...v0.8.5

v0.8.4

13 Apr 12:02
a6aff0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

Version 0.8.3

08 Dec 10:17
efa0624
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

Version 0.8.2

02 Aug 20:19
33b942a
Compare
Choose a tag to compare
  • Support 2021.2 major version

Version 0.8.1

17 Mar 12:12
Compare
Choose a tag to compare

Added

  • Automatically indent inside of {}, [], and ().
  • Code style settings to configure the behaviour of TAB handling.
  • Default to TAB indents (two characters wide).

Fixed

  • Fix indent handling when pressing enter between [].

Version 0.8.0

17 Mar 09:02
Compare
Choose a tag to compare

Added

  • Support formatting with cue fmt. Only the reformatting of a complete file is supported.
  • Application settings to configure a custom path to the cue binary. By default, the binary is searched in $PATH.
  • Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment editor.

Fixed

  • #35: Trailing bracket on ellipsis multi-line list not parsed correctly.
  • #36: Don't accept implicit comma separator in list literals.