Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. f6d3c92 Update test runner to avoid using flags when not necessary (#1174) by Tristan Swadell · 4 days ago master
  2. 845f2a8 Fix lastIndexOf behavior against an empty string in strings extension (#1173) by l46kok · 11 days ago
  3. ad76382 Sqrt func (#1166) by Hari Raghu · 2 weeks ago
  4. 9ed72dd fix test runner test cases (#1170) by zev.ac · 2 weeks ago
  5. 9d29b7f Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test (#1165) by zev.ac · 3 weeks ago v0.25.0
  6. 5f44021 Check arg count when validating optFieldSelect (#1168) by Jonathan Tatum · 3 weeks ago
  7. 5de96a5 Add two var comprehensions to repl (#1167) by l46kok · 3 weeks ago
  8. 2aa9572 Add test runner library (#1149) by zev.ac · 4 weeks ago
  9. 13e5296 Unparse Expr values to strings (#1164) by Tristan Swadell · 4 weeks ago
  10. 3da6139 Initial stateful observers prior to evaluation (#1163) by Tristan Swadell · 4 weeks ago
  11. 55657d8 Document optional library and increase docs coverage (#1162) by Tristan Swadell · 4 weeks ago
  12. 0f9133d Add LateFunctionBinding declaration and fix constant folding (#1117) by Andreas Rohner · 4 weeks ago
  13. 6b7ecea Remove non-functional optional test in field selection (#1161) by Tristan Swadell · 4 weeks ago
  14. 94b45f0 Prompt generation for AI-assisted authoring based on a CEL environment (#1160) by Tristan Swadell · 4 weeks ago
  15. 535d561 Document the standard library macros and functions (#1159) by Tristan Swadell · 4 weeks ago
  16. bdf49d6 Support for documentation and example strings in CEL environments (#1156) by Tristan Swadell · 4 weeks ago
  17. 997fbb2 Re-export interpreter.AttributePattern in package cel. (#1158) by Yuchen Shi · 5 weeks ago
  18. a6fbac9 Utilities for formatting and parsing documentation strings (#1155) by Tristan Swadell · 5 weeks ago
  19. 2c79b14 Lightweight observable evaluation (#1151) by Tristan Swadell · 5 weeks ago
  20. 8de5d32 Update type formatting for type params (#1154) by Tristan Swadell · 5 weeks ago
  21. 8514549 Additional comments and coverage for Activation methods (#1150) by Tristan Swadell · 6 weeks ago
  22. 840f741 Update NativeTypes doc to reflect how to enable cel tag (#1148) by Chuang Wang · 6 weeks ago
  23. e31356b Refactoring changes (#1145) by zev.ac · 7 weeks ago
  24. f6a27f7 Bzlmod configuration fixes (#1146) by Tristan Swadell · 7 weeks ago
  25. dc6468b Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment (#1143) by zev.ac · 7 weeks ago
  26. 8890f56 Update strings.format to adhere to the specification (#1133) by Justin King · 7 weeks ago
  27. f5ea07b Expose extension option factory as a public method (#1141) by zev.ac · 9 weeks ago
  28. 3b3a438 Separate unnest optimization from composer to capture type info (#1138) by Tristan Swadell · 2 months ago v0.24.1
  29. 9855c70 Support for splitting nested branching operators within policies (#1136) by Tristan Swadell · 2 months ago v0.24.0
  30. fad0c1b Use remote caching for Cloud Build with Bazel (#1134) by Justin King · 3 months ago
  31. 45c4980 Support for feature flags and validators in env.Config (#1132) by Tristan Swadell · 3 months ago v0.24.0-beta
  32. 4b27149 Option to configure CEL via env.Config object (#1129) by Tristan Swadell · 3 months ago
  33. 4adcf4d Default enable DefaultUTCTimeZone (#1130) by Tristan Swadell · 3 months ago
  34. af0bf8e Support for cel.Env conversion to YAML-serializable config (#1128) by Tristan Swadell · 3 months ago
  35. fddae56 Canonical environment description and stdlib subsetting (#1125) by Tristan Swadell · 3 months ago
  36. b7c14fa Fix godoc formatting (#1127) by origolucis · 3 months ago
  37. 9a4b48b ContextEval support for Unknowns (#1126) by Tristan Swadell · 3 months ago
  38. c053251 Introduce cel package aliases for Activation (#1123) by Tristan Swadell · 3 months ago
  39. e086729 Add k8s custom policy tag handler for test (#1121) by zev.ac · 3 months ago v0.24.0-alpha
  40. 1ef45b2 Indicate that CEL is an official Google product (#1122) by Tristan Swadell · 3 months ago
  41. 2a85bb6 Helper methods for subsetting function declaration overloads (#1120) by Tristan Swadell · 3 months ago
  42. 1bf2472 Minor update on cost order (#1119) by Tristan Swadell · 3 months ago v0.23.2
  43. fb3fe56 Bump github.com/golang/glog (#1115) by dependabot[bot] · 3 months ago
  44. d8351df Modify cost updates to be more extension friendly (#1113) by Tristan Swadell · 3 months ago v0.23.1
  45. 2f7606a Cost tracking for two-variable comprehensions and bindings (#1104) by Tristan Swadell · 4 months ago v0.23.0
  46. 7621362 Add optional.unwrap() / .unwrapOpt() function (#1103) by Antoine Pietri · 4 months ago
  47. 9f925d8 Bump the npm_and_yarn group across 1 directory with 2 updates (#1110) by dependabot[bot] · 4 months ago
  48. 91fb306 Update PruneAst to support constants of optional type (#1109) by dbuduev · 4 months ago
  49. 33a7f97 Default enable using hidden accumulator name. (#1099) by Jonathan Tatum · 4 months ago
  50. ee426f4 Add base_config and partial_config files under restricted_destination testdata (#1106) by zev.ac · 4 months ago
  51. 43bc483 Add test cases for `string.format` covering various edge cases (#1101) by Andreas Rohner · 4 months ago
  52. 628543b Fixes for google import. (#1102) by Jonathan Tatum · 4 months ago
  53. fa6eb32 Add option to use inaccessible accumulator var (#1097) by Jonathan Tatum · 4 months ago
  54. 7c5909e Update README.md (#1098) by dbuduev · 4 months ago
  55. 98789f3 Address non-const format string lint findings (#1096) by Jonathan Tatum · 5 months ago
  56. a108e9e Add syntax for escaped field selectors. (#1002) by Jonathan Tatum · 5 months ago
  57. 8b07a00 Policy nested rule fix (#1092) by Tristan Swadell · 5 months ago
  58. aacca17 Add support for typed conformance tests. (#1089) by Jonathan Tatum · 5 months ago
  59. 0091f8d Replace checks for valid UTF-8 in strings with go-maintained calls (#1094) by Tristan Swadell · 5 months ago
  60. bd1ec92 Fix two-variable comprehension pruning (#1083) by Tristan Swadell · 5 months ago
  61. 6202a67 improve debug output to properly quote byte strings (#1088) by Dan Hudlow · 5 months ago
  62. c096438 Fix a crash in mismatched output check for nested rules (#1086) by Antoine Pietri · 5 months ago
  63. 000958d Add versioning support for extensions (#1075) by Tristan Swadell · 5 months ago
  64. 2e67731 Fix partial evaluation with the new folder objects used with comprehensions (#1084) by Tristan Swadell · 5 months ago
  65. 5910569 Improve policy compiler error message for incompatible outputs. (#1082) by Antoine Pietri · 5 months ago
  66. 5d18e93 First and last (#1067) by Kevin McDermott · 6 months ago
  67. 933f926 Fix nil-type when two-var comprehension has a dyn range (#1077) by Tristan Swadell · 6 months ago v0.22.1
  68. ff1302f Fix optional test to be functional (#1076) by Tristan Swadell · 6 months ago
  69. 4b73ba3 Add two-variable comprehension support to cel-policy (#1074) by Tristan Swadell · 6 months ago
  70. ba74bf6 Additional nil-safety checks with corresponding test updates (#1073) by Tristan Swadell · 6 months ago
  71. 72e0977 Rename conformance proto import for ease of syncing (#1071) by Tristan Swadell · 6 months ago
  72. 24ec244 Fix format string issue (#1072) by Tristan Swadell · 6 months ago
  73. 7184cb0 Update docs on IO methods (#1070) by Tristan Swadell · 6 months ago
  74. da44524 Expose public methods to convert function and variable decl to v1 Decl (#1069) by zev.ac · 6 months ago
  75. f8ecaa2 Harden legacy macros, add support for existsOne macro (#1064) by Tristan Swadell · 6 months ago
  76. 8ad600b Ensure variables in comprehensions don't collide (#1062) by Tristan Swadell · 6 months ago v0.22.0
  77. 3f12eca Support for cel.@block during policy composition (#1056) by Tristan Swadell · 6 months ago
  78. f9db1d6 Expand visibility of package (#1057) by Tristan Swadell · 6 months ago
  79. b43274d Update go.mod for policy and repl (#1054) by Tristan Swadell · 6 months ago
  80. ba36ff8 Fix out of range error for non-negative string indexing offsets (#1052) by Tristan Swadell · 7 months ago
  81. 3338c3f Upgrade cel-go to support bazel-mod (#1049) by Tristan Swadell · 7 months ago
  82. 7c13168 Fix doc strings and version support on math extensions (#1046) by Tristan Swadell · 7 months ago
  83. 04eb5b9 Rename strings version test (#1047) by Tristan Swadell · 7 months ago
  84. bf20be9 Add functions to the lists extension. (#1037) by Antoine Pietri · 7 months ago
  85. bbbc670 Remove unused server directory (#1041) by Tristan Swadell · 7 months ago
  86. 1468aa0 Fix strings.reverse member overload name (#1045) by Tristan Swadell · 7 months ago
  87. 32a6867 Update policy README location (#1044) by Tristan Swadell · 7 months ago
  88. 2a010f9 Update tag-based parsing to use lambda for additional customization (#1039) by Matthew Christopher · 7 months ago
  89. c936b8b Fix the key collision contract for mutable maps (#1040) by Tristan Swadell · 7 months ago
  90. b2e4077 Bump the npm_and_yarn group across 1 directory with 3 updates (#1038) by dependabot[bot] · 7 months ago
  91. 3142950 Two-variable comprehension support (#1034) by Tristan Swadell · 7 months ago
  92. 0213a8e CEL Policy Readme (#1025) by Tristan Swadell · 7 months ago
  93. db9c5d8 Runtime support for two-variable comprehensions (#1032) by Tristan Swadell · 7 months ago
  94. 0fb3866 Fixes in README (#1035) by Sreeram Venkitesh · 7 months ago
  95. 566d383 Update workspace deps to Go 1.21 (#1033) by Tristan Swadell · 7 months ago
  96. a118ff0 Update the Go AST representation to handle a second iteration variable (#1031) by Tristan Swadell · 7 months ago
  97. 4b8b15b Interop foldable maps and lists with map mutation helper (#1029) by Tristan Swadell · 7 months ago
  98. adc3bfb Update REPL examples: (#1028) by Jonathan Tatum · 8 months ago
  99. 76bd579 Sync web REPL angular version with piper version (#1027) by Jonathan Tatum · 8 months ago
  100. b0ec7fa Foldable Maps and Lists (#995) by Tristan Swadell · 8 months ago