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