Sign in
cue
/
cue
/
41cce52410a60c877a459a43f054addfe403ee1e
41cce52
pkg/encoding: add {yaml.json}.Validate
by Marcel van Lohuizen
· 6 years ago
d208ff1
cue: add another example
by Marcel van Lohuizen
· 6 years ago
29a11be
cmd/cue: fix linter warnings
by Marcel van Lohuizen
· 6 years ago
9471633
cue/format: fix linter warnings
by Marcel van Lohuizen
· 6 years ago
e47dda7
cue: don't print definitions in concrete mode
by Marcel van Lohuizen
· 6 years ago
5134dee
cue: implement embedding and close structs
by Marcel van Lohuizen
· 6 years ago
cd81fa9
cue: implement parsing and formatting of definitions
by Marcel van Lohuizen
· 6 years ago
94b3193
cue: unknown reference are incomplete
by Marcel van Lohuizen
· 6 years ago
cc5aaa6
cue: changes ahead of unchecked unification
by Marcel van Lohuizen
· 6 years ago
3908dac
cue/ast: make package clause a declaration
by Marcel van Lohuizen
· 6 years ago
483afc5
doc/tutorials/basic: update regexp.md
by N
· 6 years ago
2e9193f
doc/tutorials/basic: update numbers.md
by N
· 6 years ago
ed718e2
doc/tutorials/basic: update hidden.md
by N
· 6 years ago
62658a8
doc/ref: define defintions, closed structs and embedding
by Marcel van Lohuizen
· 6 years ago
6659da2
cue: fix linter warnings and divide by zero error
by Marcel van Lohuizen
· 6 years ago
ed08085
cue/ast: split off Ellipsis from ListLit
by Marcel van Lohuizen
· 6 years ago
4108f80
doc/ref: simplify string model
by Marcel van Lohuizen
· 6 years ago
7414fae
doc/ref: propose restrictions on package paths
by Marcel van Lohuizen
· 6 years ago
80b7904
cue: allow bottom for optional fields
by Marcel van Lohuizen
· 6 years ago
bc432d5
cue: fix issues related to '_'
by Marcel van Lohuizen
· 6 years ago
2e7c882
cue: fix error formatting issues
by Marcel van Lohuizen
· 6 years ago
fbab65d
doc/ref: remove dot import
by Marcel van Lohuizen
· 6 years ago
6c35af6
doc/ref: change meaning of numbers and lists, remove %
by Marcel van Lohuizen
· 6 years ago
13c9718
encoding/protobuf: provide default import path and short name
by Marcel van Lohuizen
· 6 years ago
9fad62f
encoding/openapi: implement structural schema
by Marcel van Lohuizen
· 6 years ago
35abfa7
encoding/openapi: define strict order on fields
by Marcel van Lohuizen
· 6 years ago
c1d1f1a
encoding/protobuf: ensure predeclared identifiers are not masked
by Marcel van Lohuizen
· 6 years ago
84ffa3c
encoding/protobuf: make oneOf fields required
by Marcel van Lohuizen
· 6 years ago
743365e
encoding/protobuf: add more proto to JSON conversions
by Marcel van Lohuizen
· 6 years ago
ceb003d
encoding/openapi: allow empty string from ReferenceFunc
by Marcel van Lohuizen
· 6 years ago
dc30df1
cue: update builtins
by Marcel van Lohuizen
· 6 years ago
v0.0.5
3bc7dd3
cue/load: Unix-related fixes related to 5a3cce060
by Marcel van Lohuizen
· 6 years ago
240a995
encoding/gocode: add Go code generator
by Marcel van Lohuizen
· 6 years ago
332ea47
cue: improve coverage of Go value conversion
by Marcel van Lohuizen
· 6 years ago
5a3cce0
cue: implement recursive marshalling
by Marcel van Lohuizen
· 6 years ago
ca05b5f
pkg/time: use UTC time zone for Unix and Parse
by Marcel van Lohuizen
· 6 years ago
6bf3697
encoding/openapi: support time types
by Marcel van Lohuizen
· 6 years ago
6cea136
encoding/openapi: introduce support validator methods
by Marcel van Lohuizen
· 6 years ago
64cb20a
encoding/protobuf: implement time type conversions
by Marcel van Lohuizen
· 6 years ago
afd1cc5
encoding/protobuf: fix linter issues
by Marcel van Lohuizen
· 6 years ago
9501233
cue: handle builtins used as values
by Marcel van Lohuizen
· 6 years ago
8090639
pkg/time: define time types and builtins
by Marcel van Lohuizen
· 6 years ago
1372f3e
cue: fix import shortname mapping
by Marcel van Lohuizen
· 6 years ago
29236f2
cue: fix possible drop of doc comment in unification
by Marcel van Lohuizen
· 6 years ago
d6ec5cf
cue: use more realistic arguments for TestDecode
by Marcel van Lohuizen
· 6 years ago
9c96be3
cue: add Raw option
by Marcel van Lohuizen
· 6 years ago
c3b171d
cue: fix attribute parsing bugs
by Marcel van Lohuizen
· 6 years ago
ed81a47
cue: allow getting Runtime from Instance
by Marcel van Lohuizen
· 6 years ago
48d8732
cue: maintain type cache per index (runtime)
by Marcel van Lohuizen
· 6 years ago
eac8f9a
cue: treat cycle errors as normal incomplete errors
by Marcel van Lohuizen
· 6 years ago
9934915
cue: implement marshaling and restoring instances
by Marcel van Lohuizen
· 6 years ago
f03161d
cue/parser: attach attributes to correct field
by Marcel van Lohuizen
· 6 years ago
0265ac2
cue: remove unify function
by Marcel van Lohuizen
· 6 years ago
2463e2d
cue/ast: rename EmitDecl
by Marcel van Lohuizen
· 6 years ago
b6baed4
cue: cleanup before implementing close structs
by Marcel van Lohuizen
· 6 years ago
222d96c
cue: tighten type
by Marcel van Lohuizen
· 6 years ago
5608a83
cuego: use Runtime to simplify code
by Marcel van Lohuizen
· 6 years ago
9811321
cue/load: fix module loading bug
by Marcel van Lohuizen
· 6 years ago
980b30c
doc: adding cue community contact information
by xinau
· 6 years ago
3086ea6
pkg/struct: add Min/MaxFields builtins
by Marcel van Lohuizen
· 6 years ago
56f120c
cue: add Struct type
by Marcel van Lohuizen
· 6 years ago
730165c
pkg/strconv: remove CanBackquote
by Marcel van Lohuizen
· 6 years ago
73e3f6b
encoding/openapi: bug fixes in expandReference
by Marcel van Lohuizen
· 6 years ago
d8f4450
cue: observe JSON mappings for google.protobuf.Struct
by Marcel van Lohuizen
· 6 years ago
c8e131d
cue: treat disjunctions as normal non-concrete values
by Marcel van Lohuizen
· 6 years ago
1588fe0
pkg/net: added package
by Marcel van Lohuizen
· 6 years ago
60ae081
cue: fix top shortcut
by Marcel van Lohuizen
· 6 years ago
26d8901
doc/tutorial/kubernetes: update to minimize diff
by Marcel van Lohuizen
· 6 years ago
55039f3
pkg: adding base64 encoding for strings
by xinau
· 6 years ago
15bb998
doc/tutorial/kubernetes: support for gnu sed
by xinau
· 6 years ago
1ceb046
pkg/list: add list builtins for OpenAPI features
by Marcel van Lohuizen
· 6 years ago
5ba7174
cue: add Value.Equals method
by Marcel van Lohuizen
· 6 years ago
b05c768
pkg/math: added MultipleOf
by Marcel van Lohuizen
· 6 years ago
ce195d2
pkg/strings: add MinRunes and MaxRunes
by Marcel van Lohuizen
· 6 years ago
0be096f
cue: fix bug when using multiple custom validators
by Marcel van Lohuizen
· 6 years ago
9467491
cue/scanner: added fuzzing code
by Marcel van Lohuizen
· 6 years ago
dd9bff0
cue/parser: added fuzzing code and fix one issue
by Marcel van Lohuizen
· 6 years ago
55b58eb
cue/load: fix comment
by Marcel van Lohuizen
· 6 years ago
4fe2fb5
cue: include package name in debug output for builtins
by Marcel van Lohuizen
· 6 years ago
66ec959
doc/tutorial/kubernetes: fix typos
by Emil Hessman
· 6 years ago
c3d0b48
doc/tutorial/kubernetes: fix typo
by Marko Mikulicic
· 6 years ago
f06f781
cue: improve error messages
by Marcel van Lohuizen
· 6 years ago
4e5b69a
encoding/yaml: expose internal yaml functionality
by Marcel van Lohuizen
· 6 years ago
42cfa68
cue: improve naming of Runtime methods
by Marcel van Lohuizen
· 6 years ago
4697b78
internal/third_party/yaml: improve yaml positining
by Marcel van Lohuizen
· 6 years ago
99e7b6d
cue: preserve path info in unification errors
by Marcel van Lohuizen
· 6 years ago
1233594
internal/third_party/yaml: decode bool and null to BasicLit
by Marcel van Lohuizen
· 6 years ago
259bdfe
cue: unexport NewInstance from api
by Marcel van Lohuizen
· 6 years ago
e2e2e63
cue: ignore fields of Go types unmappable to CUE
by Marcel van Lohuizen
· 6 years ago
b7d24b8
cue/errors: always add error
by Marcel van Lohuizen
· 6 years ago
74c19ff
.goreleaser.yml: set commit_author info for homebrew config
by Marcel van Lohuizen
· 6 years ago
a68a786
cue/errors: remove List from public API
by Marcel van Lohuizen
· 6 years ago
v0.0.4
561b39a
cmd/cue: improve error messages for unknown commands
by Marcel van Lohuizen
· 6 years ago
05fbfe4
cue/errors: make List implement Error
by Marcel van Lohuizen
· 6 years ago
0a97533
encoding/openapi: correct typo
by Marcel van Lohuizen
· 6 years ago
c89f5a6
encoding/openapi: make OrderedMap type opaque
by Marcel van Lohuizen
· 6 years ago
7b7ccdd
encoding/openapi: add FieldFilter option
by Marcel van Lohuizen
· 6 years ago
f94a548
encoding/protobuf: make names consistent with new convention
by Marcel van Lohuizen
· 6 years ago
4de93e1
encoding/openapi: add Info and DescriptorFunc features
by Marcel van Lohuizen
· 6 years ago
865f159
encoding/openapi: change naming in line with standard
by Marcel van Lohuizen
· 6 years ago
Next »