1. 03abe87 cue: remove most uses of xerrors by Marcel van Lohuizen · 4 years, 5 months ago
  2. 3585705 internal/core/convert: fix for embedded structs are not honored by Dag Stromsvag · 4 years, 5 months ago
  3. 8661255 encoding/protobuf: fix trailing comment in oneof bug by Marcel van Lohuizen · 4 years, 5 months ago
  4. b5821dc interanal/core/runtime: move building logic from cue package by Marcel van Lohuizen · 4 years, 6 months ago
  5. c886094 cue/literal: implement CUE-specific quoting by Marcel van Lohuizen · 4 years, 6 months ago
  6. 3af2683 encoding/protobuf: parse message options by Marcel van Lohuizen · 4 years, 6 months ago
  7. d2fdbf0 cue: clean up handling of preamble declarations by Marcel van Lohuizen · 4 years, 7 months ago
  8. 4c10692 all: fix four previously ignored errors by Daniel Martí · 4 years, 8 months ago
  9. abce145 cue: move to external builtin packages by Marcel van Lohuizen · 4 years, 8 months ago
  10. 845df05 cue: make internal cue port main API implementation by Marcel van Lohuizen · 4 years, 8 months ago
  11. 0528376 all: adjustments package to work with new evaluator by Marcel van Lohuizen · 4 years, 9 months ago
  12. 7f52c10 all: switch to using cue port by Marcel van Lohuizen · 4 years, 9 months ago
  13. bdb45b3 cue: fix misspells by Oleg Kovalov · 4 years, 9 months ago
  14. 616d9e8 encoding/openapi: fix generation bug in CRD path by Marcel van Lohuizen · 4 years, 9 months ago
  15. c615c91 encoding/yaml: fix bug where an empty document is not treated as null by Marcel van Lohuizen · 4 years, 9 months ago
  16. d3c0096 encoding/openapi: update tests by Marcel van Lohuizen · 4 years, 10 months ago
  17. ecfbd72 encoding/openapi: date-time & string format by Malte Wrogemann · 4 years, 10 months ago
  18. 2a8b4ed encoding/openapi|jsonschema: allow bool for exclusiveNum by Marcel van Lohuizen · 4 years, 10 months ago v0.2.1
  19. 50b9067 encoding/openapi: wrap $ref in allOf when needed. by Marcel van Lohuizen · 4 years, 10 months ago
  20. cb21170 encoding/gocodec: Validate helper function by Marcel van Lohuizen · 4 years, 10 months ago
  21. eb7706b encoding/jsonschema: fix printing of error message by Marcel van Lohuizen · 4 years, 10 months ago
  22. 7aa2eb7 encoding/jsonschema: add support for OpenAPI nullable by Marcel van Lohuizen · 4 years, 10 months ago
  23. a91b869 encoding/jsonschema: constraints don't imply types by Marcel van Lohuizen · 4 years, 10 months ago
  24. 91d267a encoding/jsonschema: record more line information by Marcel van Lohuizen · 4 years, 10 months ago
  25. 197f4c8 cue/ast: introduce NewNull() by Marcel van Lohuizen · 4 years, 10 months ago
  26. b5b7521 encoding/jsonschema: improve handling of $id and $ref by Marcel van Lohuizen · 4 years, 11 months ago
  27. faf1dfc encoding/jsonschema: introduce extra pass for metadata by Marcel van Lohuizen · 4 years, 11 months ago
  28. 53e5561 encoding/jsonschema: use astutil.Sanitize to handle imports by Marcel van Lohuizen · 4 years, 11 months ago
  29. dbf1c00 cue: allow # and disallow #0 as identifiers by Marcel van Lohuizen · 4 years, 11 months ago
  30. f395f12 encoding/jsonschema: fix a few json schema bugs by Marcel van Lohuizen · 4 years, 11 months ago
  31. 98aaff9 encoding/openapi: update to new-style definitions by Marcel van Lohuizen · 5 years ago
  32. b7083ff cue: use `_#` instead of `#_` for hidden definition by Marcel van Lohuizen · 5 years ago
  33. b19b41a cue/ast/astutil: add and use Santize function by Marcel van Lohuizen · 5 years ago
  34. 2b118fb encoding/protobuf: move to new-style definitions by Marcel van Lohuizen · 5 years ago
  35. 435989a encoding/jsonschema: use new definition mapping by Marcel van Lohuizen · 5 years ago
  36. 0212bb9 encoding/protobuf: fix typo in example by Tobias Klauser · 5 years ago
  37. 56c994d cue: disallow bulk optional fields with other fields by Marcel van Lohuizen · 5 years ago
  38. 724da18 cue: introduce let declaration by Marcel van Lohuizen · 5 years ago
  39. a85238c encoding/openapi: make title and version defaults by Marcel van Lohuizen · 5 years ago
  40. 1370f0a cue: implement "front-style" list comprehensions by Marcel van Lohuizen · 5 years ago
  41. c1c4c63 cue/parser: remove support for space-separated labels by Marcel van Lohuizen · 5 years ago
  42. 9b62b36 encoding/protobuf: fix required option parsing by vvakame · 5 years ago v0.1.2
  43. 904f561 encoding/openapi: remove unused code by Marcel van Lohuizen · 5 years ago
  44. bcc19ce encoding/jsonschema: encode minItems differently by Marcel van Lohuizen · 5 years ago
  45. b99d364 encoding/jsonschema: add several validators by Marcel van Lohuizen · 5 years ago
  46. ed4fc4d encoding/jsonschema: wrap comment lines by Marcel van Lohuizen · 5 years ago
  47. 0059b2b cmd/cue/cmd: allow lossy conversion by default and add --strict option by Marcel van Lohuizen · 5 years ago
  48. 78e21c1 encoding/jsonschema: fix type exclusion logic by Marcel van Lohuizen · 5 years ago
  49. 83b0996 cmd/cue/cmd: fix newline discrepancies by Marcel van Lohuizen · 5 years ago
  50. d4ce8ef cmd/cue/cmd: support import of proto and openapi by Marcel van Lohuizen · 5 years ago
  51. 3c437bd encoding/openapi: encode title, version, and contact as fields by Marcel van Lohuizen · 5 years ago
  52. c3efeb0 encoding/protobuf: generate nested definitions by Marcel van Lohuizen · 5 years ago
  53. ed90d00 encoding/openapi: support nested defintitions by Marcel van Lohuizen · 5 years ago
  54. 56509a5 encoding/openapi: sort schema alphabetically by Marcel van Lohuizen · 5 years ago
  55. cc60dee cue: do not evaluate list elem for evalPartial by Marcel van Lohuizen · 5 years ago
  56. eac3ea2 encoding/openapi: more accurate handling of disjunctions by Marcel van Lohuizen · 5 years ago
  57. 0f03725 encoding/protobuf: proper encoding of oneOf by Marcel van Lohuizen · 5 years ago
  58. 439f857 encoding/openapi: supported nested definitions by Marcel van Lohuizen · 5 years ago
  59. f9fa4d8 encoding/protobuf: define messages as closed by Marcel van Lohuizen · 5 years ago
  60. 5c2b086 encoding/openapi: make API backwards compatible for Istio by Marcel van Lohuizen · 5 years ago
  61. 64b39e6 encoding/openapi: implement Extract by Marcel van Lohuizen · 5 years ago
  62. 671b956 encoding/jsonschema: add features to support OpenAPI by Marcel van Lohuizen · 5 years ago
  63. 08c8a8f encoding/protobuf: remove dependency on load by Marcel van Lohuizen · 5 years ago
  64. e752347 encoding/json: fix Doc comments for Extract and Decode by Paul Jolly · 5 years ago
  65. 09ad0d2 encoding/protobuf: allow specifying package by Marcel van Lohuizen · 5 years ago
  66. f51c879 encoding/openapi: generate CUE expressions by Marcel van Lohuizen · 5 years ago
  67. bd98b13 encoding/jsonschema: require explicit package name by Marcel van Lohuizen · 5 years ago
  68. fe9722f cue: rename Name to PkgName and add DisplayName by Marcel van Lohuizen · 5 years ago
  69. ffd21e6 cue/format: print empty struct on one line by default by Marcel van Lohuizen · 5 years ago
  70. f4649b2 cue: support export package clause and docs by Marcel van Lohuizen · 5 years ago
  71. cf72796 encoding/yaml: eliminate use of ghodss yaml pkg by Marcel van Lohuizen · 5 years ago
  72. 0308a53 encoding/gocode: make work for definitions by Marcel van Lohuizen · 5 years ago
  73. 066ede6 all: gofmt -s by Daniel Martí · 5 years ago
  74. e803ab8 cue/ast: add NewLit helper by Marcel van Lohuizen · 5 years ago
  75. b236d4a cue/ast: add NewStruct helper by Marcel van Lohuizen · 5 years ago
  76. 442bf2d cue: interpret nil as _ or top by Marcel van Lohuizen · 5 years ago
  77. 47d9870 encoding/jsonschema: expose API of JSON Schema decoder by Marcel van Lohuizen · 5 years ago
  78. 0797e46 encoding/protobuf: don't rely on verbatim Ident formatting by Marcel van Lohuizen · 5 years ago
  79. 60b4d91 encoding/jsonschema: fix Windows path issue by Marcel van Lohuizen · 5 years ago
  80. 6cb0878 encoding/jsonschema: initial JSON Schema to CUE conversion by Marcel van Lohuizen · 5 years ago
  81. 30a4bee all: make goimports happy by Koichi Shiraishi · 5 years ago
  82. b756712 encoding/json: don't simplify hidden fields by Marcel van Lohuizen · 5 years ago
  83. f81c40b encoding/json: fix JSON import for numeric keys by Marcel van Lohuizen · 5 years ago
  84. 6d8c95d cue: more conversions to new style templates by Marcel van Lohuizen · 5 years ago
  85. 0b4f016 cue/load: allow cue.mod to be directory by Marcel van Lohuizen · 5 years ago
  86. 4177df9 cue/parser: fix comment attachement issues by Marcel van Lohuizen · 5 years ago
  87. 300af3e cue: introduce colon-separated labels by Marcel van Lohuizen · 5 years ago
  88. 7213fa9 encoding/protobuf: don't encode default values for enums by Marcel van Lohuizen · 5 years ago
  89. 7e4dc22 encoding/openapi: support Definitions by Marcel van Lohuizen · 5 years ago
  90. 9b70cf3 encoding/openapi: add paths:{} by Eric Adlam · 6 years ago
  91. e7abb20 encoding/protobuf: don't use disallowed "__" prefix by Marcel van Lohuizen · 5 years ago
  92. dd75ef6 encoding/json: belated fixes of review by Marcel van Lohuizen · 6 years ago
  93. 78783f2 encoding/json: add JSON exporter by Marcel van Lohuizen · 6 years ago
  94. 749a667 cue/ast: convenience constructors for common types by Marcel van Lohuizen · 6 years ago
  95. 1f5a903 doc/ref: allow embeding to be Expression by Marcel van Lohuizen · 6 years ago
  96. 9af9a90 cue/format: output new comprehension format by Marcel van Lohuizen · 6 years ago
  97. d99e32e cue: define BottomKind as 0 by Marcel van Lohuizen · 6 years ago
  98. 5f47167 encoding/protobuf: make map field as not required by default by Jason Wang · 6 years ago
  99. bfbcd50 cue: support multierror return from Unify by Marcel van Lohuizen · 6 years ago
  100. 97a56d7 encoding/openapi: remove deprecation notice of old api by Marcel van Lohuizen · 6 years ago