All notable changes to the "cue" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- Sign macos cueimports binaries. This fixes a bug where cueimports doesn't run on macos.
- Fix display of multi-line errors.
- Fix line and col position of errors.
- By default, the linter now uses the "-c" flag but skips all "incomplete" errors. See cue-lang/cue#1928.
If any flag is set in the
lintFlags
option, this behavior is disabled.
- Fix download of x84_64 cueimports
- Fix path of errors relative to the cue.mod directory.
- Fix exception when line and / or col are equal to 0.