Skip to content

Releases: cue-lang/intellij-cue

v0.11.0

30 Jul 15:35
Compare
Choose a tag to compare

What's Changed

  • Support 2024.2 and later by @jansorg in #71
  • Update plugin logo and file type icon with the official SVG by @jansorg in #69
  • Update links to new repository and copyright notice by @jansorg in #75
  • Update the vendor of the plugin to CUE Labs by @jansorg in #78

Full Changelog: v0.10.0...v0.11.0

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 [].