Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Releases: cuelang/cue

v0.0.4

09 Jul 13:10
Compare
Choose a tag to compare

Changelog

561b39a cmd/cue: improve error messages for unknown commands
05fbfe4 cue/errors: make List implement Error
a68a786 cue/errors: remove List from public API
7b7ccdd encoding/openapi: add FieldFilter option
4de93e1 encoding/openapi: add Info and DescriptorFunc features
865f159 encoding/openapi: change naming in line with standard
0a97533 encoding/openapi: correct typo
c89f5a6 encoding/openapi: make OrderedMap type opaque
f94a548 encoding/protobuf: make names consistent with new convention
c891137 encoding: adopt naming convention for conversions

v0.0.4-rc1

01 Jul 16:38
Compare
Choose a tag to compare

Changelog

d87f9d4 cmd/cue: allow incomplete in vet
61c220f all: add .gitignore
633834d all: add homebrew config to goreleaser
f23a596 all: and go.sum
128976f all: update sync dependency
4fcba03 cmd/cue: fix deduplication of message in vet
ad3fde1 cue/build: get rid of ParseOptions
70108ad cue/errors: convert more errors to cue/errors.Error
2d9b769 cue/format: allow invalid identifiers as labels
4954491 cue/format: simplify Node API
eadbea7 cue/load: allow file overlays
2c18c7c cue/load: allow storing module in cue.mod
065bfd4 cue: change Reference to return Instance as well
1dbda0e cue: fix gen.go and rerun go generate
99d1872 cue: limit validation depth
1700232 cue: use v2 of abitrary precision decimal package
ef90d5c encoding/openapi: add option to close over imported types
a0d2a40 encoding/openapi: simplify based on user-defined format
93e9597 encoding/protobuf: add Builder API
ffe4ced encoding/protobuf: don't make oneOf required by default
f9bd63e encoding/protobuf: don't map google.protobuf types
eae20e0 encoding/protobuf: don't mark a single enum value as default
13a9d4d encoding/protobuf: remove test binary

v0.0.3

26 Jun 10:43
Compare
Choose a tag to compare

Changelog

59018e6 all: add initial goreleaser config
e4ce243 cue/parser: factor out source reading into internal package
5e3a5d4 cue/scanner: improve escape modifier handling
95fcc28 cue: Elem should return unevaluated value
b545d8e cue: add String method for Op
6767a01 cue: precompile regular expressions
fdd176c encoding/openapi: few tweaks in the output
ebf960e encoding/openapi: record path in error
a5286e4 encoding/protobuf: moved from internal dir
368b433 encoding: add package documentation
9fe5fed internal/proto: move location of cue/cue.proto
3074aeb internal/protobuf: add Parse example
fbcb339 internal/protobuf: record position information

v0.0.2

23 Jun 13:58
Compare
Choose a tag to compare

Changelog

78e755c cue: add tests for manually created builtins