Skip to content

Releases: kcl-lang/kcl

v0.8.6 Release

30 Apr 22:26
369a5c3
Compare
Choose a tag to compare

What's Changed

  • Bump ubuntu base image to 22.04 version by @metacoma in #1235
  • fix: lambda in schema function calling for the evaluator by @Peefy in #1236
  • feat: override_file will insert a new variable if the variable is not exist by @zong-zhe in #1238
  • [Enhancement] Release fedora:39 linux image by @shruti2522 in #1241
  • [Enhancement] Release for Alpine linux by @shruti2522 in #1242
  • fix: fix compile fail on windows for rustc_data_structure and bump version by @zong-zhe in #1245
  • fix: build lock using global temp lock by @Peefy in #1246
  • fix: evaluator lambda closure and bump version to 0.8.6 by @Peefy in #1248
  • Fix: fix incremental compilation unwrap panic in AdvancerResolver by @He1pa in #1247
  • feat: add more feature flags about llvm and wasm by @Peefy in #1249
  • fix: fix lookup_compile_unit_path by @He1pa in #1252
  • feat: supports override identifier for OverrideFile api by @zong-zhe in #1255
  • fix: trim() the spec for overrideFile() by @zong-zhe in #1256
  • test: add json string plan opts tests by @Peefy in #1259
  • fix: fix lsp e2e test occasionally failed in CI. by @He1pa in #1254
  • feat: add wasm32 llvm target by @shruti2522 in #1262

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5 Release

19 Apr 13:22
de289b0
Compare
Choose a tag to compare

What's Changed

  • feat: add llvm-feature-for-runner by @Peefy in #1216
  • chore: bump serde_json version by @zong-zhe in #1218
  • refactor: doc string parse to prevent the regex calling and remove the prec2 deps by @Peefy in #1219
  • chore: remove pcre2 deps by @Peefy in #1220
  • chore: remove chumsky and stacker deps by @Peefy in #1221
  • feat: add build lock for common package cache path by @Peefy in #1223
  • refactor: enhance stmt parse errors by @Peefy in #1224
  • chore: fix fslock build in wasm by @chai2010 in #1226
  • chore: bump cb version by @zong-zhe in #1225
  • fix: schema string attribute contains dot by @Peefy in #1228
  • fix: schema union in list comprehension by @Peefy in #1230
  • chore: bump version to 0.8.5 by @Peefy in #1233
  • feat: fork deprecated serde yaml and add more string quoting when serialize by @Peefy in #1232

Full Changelog: v0.8.4...v0.8.5

v0.8.4 Release

11 Apr 14:06
04c11a9
Compare
Choose a tag to compare

What's Changed

  • feat: add all positional and keyword arguments for builtin functions by @Peefy in #1181
  • feat: impl more evaluator features and pass more test cases by @Peefy in #1182
  • fix: advance resolver walk dict comp by @He1pa in #1184
  • feat: verify request and compile version. by @He1pa in #1183
  • feat: lazy eval scope for evaluator by @Peefy in #1186
  • fix: fix lsp document version verify. by @He1pa in #1187
  • chore: bump kcl version to 0.8.4 by @Peefy in #1189
  • ci: add setup python scripts in the macos arm CI by @Peefy in #1192
  • docs: add coding covention, arch and source code in the developing guide docs by @Peefy in #1194
  • feat:Lsp compile unit cache watcher for config file(kcl.yaml and kcl.mod). by @He1pa in #1188
  • feat: impl builtin template system package by @Peefy in #1195
  • feat: add error meta track for the evaluator by @Peefy in #1197
  • test: fix compile_unit_cache ut by @He1pa in #1196
  • feat: add optional llvm feature by @Peefy in #1198
  • feat: add backtrace context for the evaluator by @Peefy in #1200
  • feat: impl backtrack breakpoint for the evaluator by @Peefy in #1201
  • feat: add loader API with state by @Peefy in #1202
  • chore: bump compiler_base version by @zong-zhe in #1204
  • fix: fix compile unit cache. by @He1pa in #1203
  • fix: runtime number singleton value cache by @Peefy in #1206
  • chore: deprecated timestamp related code by @Peefy in #1207
  • feat: impl evaluator eval context snapshot to prevent self recursively calling panic by @Peefy in #1211
  • feat: impl schema instances in all package path by @Peefy in #1210
  • feat: top level variable back reference for the evaluator by @Peefy in #1213
  • feat: overridefile supports other types except schema by @zong-zhe in #1208
  • feat: add api list_variables to select variable by @zong-zhe in #1214

Full Changelog: v0.8.3...v0.8.4

v0.8.3 Release

29 Mar 11:44
7021a73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2 Release

18 Mar 06:38
Compare
Choose a tag to compare

What's Changed

  • fix: list options required param by @Peefy in #1138
  • refactor: binary expr type error message locations by @Peefy in #1139

Full Changelog: v0.8.1...v0.8.2

v0.8.1 Release

15 Mar 02:25
4e7ab40
Compare
Choose a tag to compare

What's Changed

  • feat: runtime lazy eval scope infra by @Peefy in #1114
  • Provided multiple quick fix options for variable modification by @shashank-iitbhu in #1117
  • feat: high order lambda closure captures by @Peefy in #1116
  • feat: incremental resolver in lsp by @He1pa in #1115
  • fix: resolve cache by @He1pa in #1120
  • chore: bump kcl version to 0.8.1 by @Peefy in #1121
  • feat: add semantic with cache API by @Peefy in #1122
  • refactor: lsp and resolver code structure and cargo clippy by @Peefy in #1123
  • feat: remove python-like static type tricks by @Peefy in #1124
  • refactor: codegen value store and load & add debug info for the entire module by @Peefy in #1126
  • feat: support for automatic update KCL dependencies on kcl.mod file save by @octonawish-akcodes in #1118
  • fix resolve cache err in concurreny error in lsp and enhance log message by @He1pa in #1129
  • enhance: lambda in for high level closures by @Peefy in #1130
  • feat: add list options API by @Peefy in #1135
  • refactor: lsp cached scope usage by @Peefy in #1136
  • Disable auto block pr option of contributor-assistant/github-action. by @liangyuanpeng in #1137

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0 Release

06 Mar 10:59
259ac7a
Compare
Choose a tag to compare

What's Changed

  • chore: bump version to v0.7.6 by @Peefy in #1011
  • fix: schema optional attribute validating recursively by @Peefy in #1009
  • fix: schema resolver type value load attribute error messages by @Peefy in #1010
  • refactor: cargo clippy for api, compiler, config and sema crates by @Peefy in #1013
  • refactor: remove runtime unsound codes by @Peefy in #1012
  • fix: fix schema scope variables sema info and comments symbols panic by @He1pa in #1014
  • refactor: simplify the linker code by @Peefy in #1016
  • feat: impl build_program and exec_artifact APIs by @Peefy in #1017
  • fix advanced resolver walk_list_if_item_expr by @He1pa in #1018
  • ci: macos 13 xlarge action by @Peefy in #1025
  • fix: fix config if expr pos by @He1pa in #1027
  • feat: impl subscript in override spec by @Peefy in #1026
  • fix: remove missing expr symbol by @He1pa in #1030
  • feat: add field 'timeout' to TimeoutExecutor to specify the timeout and increase the timeout in the test case to 120 seconds by @zong-zhe in #1033
  • fix: formatting support for multiple if statements by @shashank-iitbhu in #1041
  • feat: add build-in method 'file.read' to load file by @zong-zhe in #1034
  • chore: deprecated rust-crypto crate and use md5 by @Peefy in #1044
  • test: add orelse AST printer test cases by @Peefy in #1042
  • feat: enhance full schema type path in the exec result by @Peefy in #1043
  • fix: raw identifier in the schema string attribute by @Peefy in #1045
  • docs: polish readme documents by @Peefy in #1046
  • chore: bump version to 0.8.0 by @Peefy in #1047
  • Fix the definition of duplicate parameter by @He1pa in #1048
  • feat: enhance plugin agent flag in APIs by @Peefy in #1050
  • feat: add builtin io function glob() by @zong-zhe in #1051
  • fix: add type check for builtin filesystem function by @zong-zhe in #1052
  • lfx pre test lsp quick fix by @shashank-iitbhu in #1038
  • feat: add load_builtin option for the loader API and add more unit test cases by @Peefy in #1055
  • feat: add builtin io function modpath() by @zong-zhe in #1056
  • feat: add check scope kind by @He1pa in #1057
  • chore: bump rust-toolchain to 1.75 in CI by @Peefy in #1059
  • fix: key value eval in the config iter by @Peefy in #1063
  • feat: add builtin io function workdir() by @zong-zhe in #1054
  • feat: enhance builtin func complete by @He1pa in #1064
  • Added kpm_update.rs with working tests by @d4v1d03 in #1040
  • refactor: remove all schema internal settings attribute and use the potential schema type by @Peefy in #1062
  • feat: add the show_hidden flag by @Peefy in #1070
  • refactor: polish all builtin function documents by @Peefy in #1069
  • refactor: driver crate and tests by @Peefy in #1072
  • fix: typo in lexer and add error message for the semi token by @Peefy in #1073
  • fix: sort keys flag and lsp hover tests by @Peefy in #1074
  • feat: output json stream result and refactor runtime FFI code by @Peefy in #1076
  • refactor: clean runtime unused code, refactor FFI related code & run cargo clippy for the runtime crate by @Peefy in #1077
  • refactor: empty result plan to dict by @Peefy in #1080
  • fix: stack overflow issues caused by deep copy of circular references within schema and schema lambda by @Peefy in #1079
  • feat: impl scalar yaml stream output by @Peefy in #1081
  • fix dump to file arguments and add more test cases by @Peefy in #1082
  • feat: fix compile unit always add entry file into main pkg to avoid incremental compilation ignores entry file by @He1pa in #1085
  • feat: support arguments and keyword arguments union for the schema value by @Peefy in #1086
  • feat: add better error message and quick fix for the list schema member by @Peefy in #1089
  • feat: add builtin function 'crypto.uuid()' and 'crypto.filehash()' by @zong-zhe in #1090
  • fix: fix typo by @zong-zhe in #1093
  • fix: literal str and join str inner completion by @He1pa in #1092
  • feat: add decorator symbol by @He1pa in #1094
  • refactor: make decorator document more simple by @Peefy in #1095
  • feat: enhance anoymous schema type checking in the expr context stack by @Peefy in #1096
  • doc: workflow design of IDE and kpm by @octonawish-akcodes in #1065
  • feat: add better error message for else if token parse recovery by @Peefy in #1102
  • feat: add datafile parameter for the validate_code api by @zong-zhe in #1103
  • feat: enhance schema attribute not found error message by @Peefy in #1105
  • chore: bump rust toolchain to 1.76 and bump dep package versions to fix security issues by @Peefy in #1107
  • chore(deps): bump mio from 0.8.8 to 0.8.11 in /kclvm by @dependabot in #1106
  • fix: fix completion when schema end pos is eof by @He1pa in #1109
  • enhancement: expr context type store in loop expr by @Peefy in #1111
  • fix: fix advanced resolver current schema symbol by @He1pa in #1110

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.8.0-beta.1 Release

28 Feb 11:43
f620ec5
Compare
Choose a tag to compare

What's Changed

  • feat: output json stream result and refactor runtime FFI code by @Peefy in #1076
  • refactor: clean runtime unused code, refactor FFI related code & run cargo clippy for the runtime crate by @Peefy in #1077
  • refactor: empty result plan to dict by @Peefy in #1080
  • fix: stack overflow issues caused by deep copy of circular references within schema and schema lambda by @Peefy in #1079
  • feat: impl scalar yaml stream output by @Peefy in #1081
  • fix dump to file arguments and add more test cases by @Peefy in #1082
  • feat: fix compile unit always add entry file into main pkg to avoid incremental compilation ignores entry file by @He1pa in #1085
  • feat: support arguments and keyword arguments union for the schema value by @Peefy in #1086
  • feat: add better error message and quick fix for the list schema member by @Peefy in #1089
  • feat: add builtin function 'crypto.uuid()' and 'crypto.filehash()' by @zong-zhe in #1090
  • fix: fix typo by @zong-zhe in #1093
  • fix: literal str and join str inner completion by @He1pa in #1092

Full Changelog: v0.8.0-alpha.1...v0.8.0-beta.1

v0.8.0-alpha.1 Release

22 Feb 03:47
0ae3fe2
Compare
Choose a tag to compare

What's Changed

  • chore: bump version to v0.7.6 by @Peefy in #1011
  • fix: schema optional attribute validating recursively by @Peefy in #1009
  • fix: schema resolver type value load attribute error messages by @Peefy in #1010
  • refactor: cargo clippy for api, compiler, config and sema crates by @Peefy in #1013
  • refactor: remove runtime unsound codes by @Peefy in #1012
  • fix: fix schema scope variables sema info and comments symbols panic by @He1pa in #1014
  • refactor: simplify the linker code by @Peefy in #1016
  • feat: impl build_program and exec_artifact APIs by @Peefy in #1017
  • fix advanced resolver walk_list_if_item_expr by @He1pa in #1018
  • ci: macos 13 xlarge action by @Peefy in #1025
  • fix: fix config if expr pos by @He1pa in #1027
  • feat: impl subscript in override spec by @Peefy in #1026
  • fix: remove missing expr symbol by @He1pa in #1030
  • feat: add field 'timeout' to TimeoutExecutor to specify the timeout and increase the timeout in the test case to 120 seconds by @zong-zhe in #1033
  • fix: formatting support for multiple if statements by @shashank-iitbhu in #1041
  • feat: add build-in method 'file.read' to load file by @zong-zhe in #1034
  • chore: deprecated rust-crypto crate and use md5 by @Peefy in #1044
  • test: add orelse AST printer test cases by @Peefy in #1042
  • feat: enhance full schema type path in the exec result by @Peefy in #1043
  • fix: raw identifier in the schema string attribute by @Peefy in #1045
  • docs: polish readme documents by @Peefy in #1046
  • chore: bump version to 0.8.0 by @Peefy in #1047
  • Fix the definition of duplicate parameter by @He1pa in #1048
  • feat: enhance plugin agent flag in APIs by @Peefy in #1050
  • feat: add builtin io function glob() by @zong-zhe in #1051
  • fix: add type check for builtin filesystem function by @zong-zhe in #1052
  • lfx pre test lsp quick fix by @shashank-iitbhu in #1038
  • feat: add load_builtin option for the loader API and add more unit test cases by @Peefy in #1055
  • feat: add builtin io function modpath() by @zong-zhe in #1056
  • feat: add check scope kind by @He1pa in #1057
  • chore: bump rust-toolchain to 1.75 in CI by @Peefy in #1059
  • fix: key value eval in the config iter by @Peefy in #1063
  • feat: add builtin io function workdir() by @zong-zhe in #1054
  • feat: enhance builtin func complete by @He1pa in #1064
  • Added kpm_update.rs with working tests by @d4v1d03 in #1040
  • refactor: remove all schema internal settings attribute and use the potential schema type by @Peefy in #1062
  • feat: add the show_hidden flag by @Peefy in #1070
  • refactor: polish all builtin function documents by @Peefy in #1069
  • refactor: driver crate and tests by @Peefy in #1072
  • fix: typo in lexer and add error message for the semi token by @Peefy in #1073
  • fix: sort keys flag and lsp hover tests by @Peefy in #1074

New Contributors

Full Changelog: v0.7.5...v0.8.0-alpha.1

v0.7.5 Release

26 Jan 07:58
a54cf0c
Compare
Choose a tag to compare

What's Changed

  • feat: add linux aarch64 llvm target by @Peefy in #988
  • feat: semantic API for multiple language SDKs by @Peefy in #989
  • refactor: simplify AST structure for some enum nodes by @Peefy in #991
  • fix: fix lsp complete in comment after str type var by @He1pa in #992
  • fix: fix lsp semantic token(sema hight) of import stmt and unresolved token by @He1pa in #990
  • fix: lsp kcl mod test cases by @Peefy in #993
  • docs: add more integration in readme documents by @Peefy in #994
  • feat: scope api for multiple lang sdks by @Peefy in #996
  • refactor(loader): fix warnings by 'cargo clippy' for loader by @octonawish-akcodes in #999
  • refactor(lexer): fix warnings by 'cargo clippy' for lexer by @octonawish-akcodes in #1000
  • refactor(config): fix warnings by 'cargo clippy' for config by @octonawish-akcodes in #1001
  • refactor(error): fix warnings by 'cargo clippy' for error by @octonawish-akcodes in #1002
  • feat: add symbol to node and type symbol APIs by @Peefy in #1004
  • fix: schema index signature type unsoundness by @Peefy in #1007
  • chore: bump kcl version to 0.7.5 by @Peefy in #1008

New Contributors

Full Changelog: v0.7.4...v0.7.5