Releases: eclipse-che4z/che-che4z-lsp-for-cobol
Releases · eclipse-che4z/che-che4z-lsp-for-cobol
2.3.0
What's Changed
- fix: parser performance improvement by @ishche in #2370
- feat: Support relative paths from the current file by @slavek-kucera in #2417
- fix: daco dot handling by @ishche in #2445
- feat: Support COBOL functions by @slavek-kucera in #2444
- feat: bridge for git initial support by @ishche in #2449
- fix: add file watcher events to queue by @ap891843 in #2443
- Revert "feat: Support COBOL functions (#2444)" by @ap891843 in #2452
- Revert/did watch queue pr by @ap891843 in #2453
- Fix CICS Receive Commands by @chacebot in #2431
- fix: align ts types with json schema by @ishche in #2451
- fix: Remove Java 9 function call by @slavek-kucera in #2461
- fix: adjust copy node at right location in the parent's child list st… by @ap891843 in #2439
- fix: CICS preprocessor parsing error handling by @slavek-kucera in #2462
- Include size prefixes (Kilo, Mega, Giga) into variable size by @ilidio-lopes in #2434
- DBCLOB should generates PIC G by @ilidio-lopes in #2429
- fix: use vscode api to read processor groups files by @ishche in #2455
- Fix CICS Allocate by @chacebot in #2454
- deps: Bump VSCode test web by @slavek-kucera in #2466
- ci: Bump GraalVM by @slavek-kucera in #2465
- fix: procedure division return variable support by @ishche in #2474
- fix: Timestamp specification not allowed in the DECLARE TABLE statement by @slavek-kucera in #2468
- fix: remove expcobol language id by @ishche in #2456
- Traverse duplicates - POC for automated duplicate checking by @chacebot in #2464
- feat: Allow repeating analysis in CLI by @slavek-kucera in #2476
- perf: Keyword suggestions by @slavek-kucera in #2479
- Fix/add filesystem watcher event to queue by @ap891843 in #2457
- fix: provide dummy node name for document symbol without name by @ap891843 in #2477
- perf: Avoid stringifying extended document by @slavek-kucera in #2480
- feat: filter CFAST programs based on the selection by @ishche in #2482
- Fix cics extract by @chacebot in #2463
- Fix cics define by @chacebot in #2459
- perf: Do not keep history of all tokens ever encountered by @slavek-kucera in #2487
- test: add usecase test interceptor by @ap891843 in #2486
- perf: Stricter END-EVALUATE requirements by @slavek-kucera in #2490
- perf: Avoid creating lists by @slavek-kucera in #2491
- perf: Simpler area checking by @slavek-kucera in #2494
- perf: Defer map allocation by @slavek-kucera in #2492
- perf: Do not reinvent identity by @slavek-kucera in #2493
- Fix cics issue by @chacebot in #2475
- Inline diagnostics with ibm cobol compiler by @ap891843 in #2495
- fix: add missing CopyBookDTO to native configuration by @ishche in #2500
- Fix cics wait by @chacebot in #2478
- Improve CICS CONVERSE command support by @mm-broadcom in #2433
- perf: preprocessor grammar optimisation by @ishche in #2499
- perf: remove unnecessary rules from preprocessor grammar by @ishche in #2506
- DE616306 readme upate by @zeibura in #2489
- ci: update actions artifact version by @Settis in #2510
- perf: optimize preprocessor parser by @ishche in #2512
- test: fix failing tests when java is not installed by @hohy in #2511
- Fix CICS Cancel by @KutluOzel-b in #2514
- Add CICS Acquire statement by @KutluOzel-b in #2483
- chore(deps): bump commons-io:commons-io from 2.10.0 to 2.14.0 in /server/engine by @dependabot in #2515
- chore: update micromatch dependency to v4.0.8 by @ishche in #2516
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /clients/daco-dialect-support by @dependabot in #2339
- fix: Fix colon for WHENEVER statement by @Nurkambay in #2509
- fix: allow SQL objects names with unicode char and is not limited to … by @ap891843 in #2513
- chore: Allow delombok by @Nurkambay in #2408
- fix: Avoid token typos by @slavek-kucera in #2520
- chore: replace tslint with eslint as code quality analyser by @hohy in #2518
- chore: update versions by @ishche in #2522
- Change getClass to use the Rule Index instead for CICS statement checks by @mm-broadcom in #2521
- chore: better formatting for logging of time measurements by @ishche in #2526
- fix: fix issue while fecthing zowe profile by @ap891843 in #2525
- Fix CICS defects found during release testing by @chacebot in #2508
- fix: Fix snippet text for sections and paragraphs by @Nurkambay in #2533
- fix: don't hide commands in web ui and show path to cp folder if we can't open it. by @ishche in #2547
- chore: RC 2.3.0 by @ap891843 in #2554
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- fix: tolerate missing dot_fs by @ap891843 in #2253
- chore: add BUILD script by @VitGottwald in #2142
- US949694: Increase unit testing (cont.) by @ilidio-lopes in #2254
- feat: add support for shared drive uri resolution by @ap891843 in #2234
- update coverage report configuration by @ap891843 in #2273
- Feature support multiple lang id by @ap891843 in #2256
- test: update sonar configuration by @ap891843 in #2274
- wip: split parser on statement level by @ishche in #2275
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2276
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2278
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2279
- build: update coverage report configuration by @ap891843 in #2277
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2281
- wip: basic support preprocessors in hw parser by @ishche in #2280
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2283
- repush lost changes by @ap891843 in #2292
- feat: Enable experimental parser by @Nurkambay in #2291
- wip: use antlr to parse procedure division header by @ishche in #2293
- feat: support 'window/workDoneProgress/cancel' lsp event by @ap891843 in #2287
- fix: tokens are back in hw pipeline by @ishche in #2297
- fix: fix sql double dash comment and coloring by @ap891843 in #2290
- fix: Fix experimental parser enablement by @Nurkambay in #2296
- feature: support for xml generate statement by @sanskritikamkar in #1988
- wip: experiment with grammar rules classes by @ishche in #2299
- Fix dots processing in SQL preprocessor by @ishche in #2300
- Feature/workspace/extension folder by @KutluOzel-b in #2265
- wip: fix failing test cases ~118 left by @ishche in #2301
- wip: hw parser reorganization by @ishche in #2303
- Update README.md by @zeibura in #2270
- New experimental lexer by @ishche in #2304
- fix: support section priority in experimental parser by @ishche in #2305
- fix: alter go to support in experimental parser by @ishche in #2306
- fix: exp. parser id division adoption by @ishche in #2308
- refactor: refactor copybook download by @ap891843 in #2295
- fix: fix NPE by @ap891843 in #2311
- WIP: fixing hw unit tests by @ishche in #2313
- Fix/allowed identifier by @ap891843 in #2309
- fix: EXP-COBOL not selected by default by @VitGottwald in #2317
- test: pass appropriate error handler for antlr adapter by @ap891843 in #2315
- period optional after end exec by @ilidio-lopes in #2318
- feat: remove optional dot for file description entry clauses by @ap891843 in #2312
- chore: update micromatch to version 4.0.7 by @ishche in #2322
- wip: implement some rules with nester statements for experimental parser by @ishche in #2325
- chore: add mode performance metrics by @ishche in #2327
- fix: handle probable error scenario by @ap891843 in #2330
- refactor: introduce cache for members list fetched by ZE by @ap891843 in #2331
- feat: add support for selecting language ID in COBOL LS cli by @ap891843 in #2332
- feat: support for result set locator db2 sql host variable by @ap891843 in #2329
- feat: Add processors groups support to CLI by @ishche in #2333
- feat: add list sources action by @ap891843 in #2335
- feat: Add web extension support for syntax highlighting by @mm-broadcom in #2323
- feat: add option to list sources with absolute path by @ap891843 in #2341
- fix: fix right insertion of copy node by @ap891843 in #2340
- feat: add GC stats and memory to CLI runner by @ishche in #2343
- Feature/e4e/copybooks by @KutluOzel-b in #2302
- chore: improve cli error handling by @ishche in #2345
- feat: Improve support for CCF - Cics Handle Abend by @Nurkambay in #2347
- feat: Db2 binary host variable support by @mm-broadcom in #2337
- ci: update runner as macos-11 is deprecating by @ap891843 in #2348
- Feature/e4e/flag by @KutluOzel-b in #2344
- fix: support implicit sql varbinary variables by @ishche in #2349
- test: Fix incorrect conditions in tests by @slavek-kucera in #2351
- Sql whenever by @Nurkambay in #2353
- refactor: Restructure copybook handling by @slavek-kucera in #2350
- fix: Fix support for CCF - SQL Whenever by @Nurkambay in #2355
- chore: Minor fix for support for CCF - SQL Whenever by @Nurkambay in #2356
- fix: do not invalidate implicit copybook cache on re-analysis by @ap891843 in #2354
- fix: add language element to the cli analysis response in case of crash by @ap891843 in #2362
- fix copybook resolving method when zowe is selected on e4e element by @KutluOzel-b in #2361
- fix: Fix implicit dialect node position by @Nurkambay in #2369
- Add support for DB2 SQL standard language option STDSQL by @ilidio-lopes in #2336
- chore: Fix build by @Nurkambay in #2373
- fix: Fix support for EXEC SQL node for CCF by @Nurkambay in #2371
- fix: Fix SQL WHENEVER for NOT FOUND condition by @Nurkambay in #2374
- feat: Add cli command to generate cfast representation for cobol prog… by @Nurkambay in #2377
- fix: fix cache invalidation introduced by commit f473617 by @ap891843 in #2378
- feat: Create command to run analysis vscode command via CLI/terminal by @mm-broadcom in https://github.com/eclipse-che4z...
2.2.0 RC 4
What's Changed
- fix: fix dimension validation of lob_xml_host_variables by @ap891843 in #2411
- Remove -large and -xlarge runners to avoid incurring costs by @fredg02 in #2414
- fix: Avoid redundant rebuilds by @slavek-kucera in #2416
- fix: fix variable definitions inside embedded copybooks by @ap891843 in #2418
- feat: Support regular COBOL statement for CCF processing by @Nurkambay in #2422
- fix: allow standalone node without pic clause for the supported usage… by @ap891843 in #2420
- fix: check string quote semantics on extended document by @ap891843 in #2421
- Update readmes to provide successful build instructions by @chacebot in #2405
- Update README.md by @zeibura in #2410
- fix: Fix PERFORM node position by @Nurkambay in #2425
- fix: fix wrong variable reference in a continued line #2360 by @ap891843 in #2427
- fix: remove decoder service by @ap891843 in #2415
- Chore/bump version by @ap891843 in #2428
- Update dialect ext version by @ap891843 in #2436
- chore: update CHANGELOG.md by @ap891843 in #2413
New Contributors
Full Changelog: 2.2.0_rc3...2.2.0_rc4
2.2.0 RC 3
What's Changed
- fix: minor fixes for db2 host variable by @ap891843 in #2393
- Remove dots by @VitGottwald in #2399
- fix: Encoding error during copybook download by @slavek-kucera in #2402
- feat: Add support for Binary Host Variable Arrays by @mm-broadcom in #2394
- fix: detect downloaded copybooks as COBOL by @VitGottwald in #2407
- copybook download errors writes to output by @KutluOzel-b in #2392
- LOB variables and file reference variables arrays by @ilidio-lopes in #2396
- fix: fix go to definition for copybook in shared drive (UNC) by @ap891843 in #2395
- Rowid host variables by @ilidio-lopes in #2398
- Rowid variable arrays by @ilidio-lopes in #2401
- Feature/dialect/copybooks by @KutluOzel-b in #2387
- Remove unavailable commands from the command palette by @KutluOzel-b in #2403
- feat: XML host file reference variable array support by @mm-broadcom in #2406
Full Changelog: 2.2.0-rc2...2.2.0_rc3
2.2.0 RC 2
What's Changed
- Disable hp analysis by @ap891843 in #2391
- add support for LOB variables and file reference variables by @ilidio-lopes in #2338
Full Changelog: 2.2.0-rc...2.2.0_rc2
2.2.0 RC
What's Changed
- fix: tolerate missing dot_fs by @ap891843 in #2253
- chore: add BUILD script by @VitGottwald in #2142
- US949694: Increase unit testing (cont.) by @ilidio-lopes in #2254
- feat: add support for shared drive uri resolution by @ap891843 in #2234
- update coverage report configuration by @ap891843 in #2273
- Feature support multiple lang id by @ap891843 in #2256
- test: update sonar configuration by @ap891843 in #2274
- wip: split parser on statement level by @ishche in #2275
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2276
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2278
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2279
- build: update coverage report configuration by @ap891843 in #2277
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2281
- wip: basic support preprocessors in hw parser by @ishche in #2280
- chore: Code refactor due to preparation for different COBOL dialects by @Nurkambay in #2283
- repush lost changes by @ap891843 in #2292
- feat: Enable experimental parser by @Nurkambay in #2291
- wip: use antlr to parse procedure division header by @ishche in #2293
- feat: support 'window/workDoneProgress/cancel' lsp event by @ap891843 in #2287
- fix: tokens are back in hw pipeline by @ishche in #2297
- fix: fix sql double dash comment and coloring by @ap891843 in #2290
- fix: Fix experimental parser enablement by @Nurkambay in #2296
- feature: support for xml generate statement by @sanskritikamkar in #1988
- wip: experiment with grammar rules classes by @ishche in #2299
- Fix dots processing in SQL preprocessor by @ishche in #2300
- Feature/workspace/extension folder by @KutluOzel-b in #2265
- wip: fix failing test cases ~118 left by @ishche in #2301
- wip: hw parser reorganization by @ishche in #2303
- Update README.md by @zeibura in #2270
- New experimental lexer by @ishche in #2304
- fix: support section priority in experimental parser by @ishche in #2305
- fix: alter go to support in experimental parser by @ishche in #2306
- fix: exp. parser id division adoption by @ishche in #2308
- refactor: refactor copybook download by @ap891843 in #2295
- fix: fix NPE by @ap891843 in #2311
- WIP: fixing hw unit tests by @ishche in #2313
- Fix/allowed identifier by @ap891843 in #2309
- fix: EXP-COBOL not selected by default by @VitGottwald in #2317
- test: pass appropriate error handler for antlr adapter by @ap891843 in #2315
- period optional after end exec by @ilidio-lopes in #2318
- feat: remove optional dot for file description entry clauses by @ap891843 in #2312
- chore: update micromatch to version 4.0.7 by @ishche in #2322
- wip: implement some rules with nester statements for experimental parser by @ishche in #2325
- chore: add mode performance metrics by @ishche in #2327
- fix: handle probable error scenario by @ap891843 in #2330
- refactor: introduce cache for members list fetched by ZE by @ap891843 in #2331
- feat: add support for selecting language ID in COBOL LS cli by @ap891843 in #2332
- feat: support for result set locator db2 sql host variable by @ap891843 in #2329
- feat: Add processors groups support to CLI by @ishche in #2333
- feat: add list sources action by @ap891843 in #2335
- feat: Add web extension support for syntax highlighting by @mm-broadcom in #2323
- feat: add option to list sources with absolute path by @ap891843 in #2341
- fix: fix right insertion of copy node by @ap891843 in #2340
- feat: add GC stats and memory to CLI runner by @ishche in #2343
- Feature/e4e/copybooks by @KutluOzel-b in #2302
- chore: improve cli error handling by @ishche in #2345
- feat: Improve support for CCF - Cics Handle Abend by @Nurkambay in #2347
- feat: Db2 binary host variable support by @mm-broadcom in #2337
- ci: update runner as macos-11 is deprecating by @ap891843 in #2348
- Feature/e4e/flag by @KutluOzel-b in #2344
- fix: support implicit sql varbinary variables by @ishche in #2349
- test: Fix incorrect conditions in tests by @slavek-kucera in #2351
- Sql whenever by @Nurkambay in #2353
- refactor: Restructure copybook handling by @slavek-kucera in #2350
- fix: Fix support for CCF - SQL Whenever by @Nurkambay in #2355
- chore: Minor fix for support for CCF - SQL Whenever by @Nurkambay in #2356
- fix: do not invalidate implicit copybook cache on re-analysis by @ap891843 in #2354
- fix: add language element to the cli analysis response in case of crash by @ap891843 in #2362
- fix copybook resolving method when zowe is selected on e4e element by @KutluOzel-b in #2361
- fix: Fix implicit dialect node position by @Nurkambay in #2369
- Add support for DB2 SQL standard language option STDSQL by @ilidio-lopes in #2336
- chore: Fix build by @Nurkambay in #2373
- fix: Fix support for EXEC SQL node for CCF by @Nurkambay in #2371
- fix: Fix SQL WHENEVER for NOT FOUND condition by @Nurkambay in #2374
- feat: Add cli command to generate cfast representation for cobol prog… by @Nurkambay in #2377
- fix: fix cache invalidation introduced by commit f473617 by @ap891843 in #2378
- feat: Create command to run analysis vscode command via CLI/terminal by @mm-broadcom in https://github.com/eclipse-che4z...
2.1.2
What's Changed
- Update CHANGELOG.md by @zeibura in #2222
- Refactor/workspace service by @ap891843 in #2206
- Update package.json by @zeibura in #2223
- fix: fix folding when IfNode has a copynode child by @ap891843 in #2224
- feat: Add CCF support for CICS RETURN statement by @Nurkambay in #2229
- Fix/folding evaluate by @ap891843 in #2225
- WIP: hw parser by @ishche in #2226
- chore: fix test and failing build by @ap891843 in #2230
- fix: fix: apply matching threshold while parsing different divisions … by @ap891843 in #2228
- chore: Add SortNode for future support by @Nurkambay in #2216
- feat: Allow floating comments in DaCo COPY MAID statements by @juleskreutzer in #2233
- DE575629 - Most program has errors in SQL-ERROR-RTN paragraph by @ilidio-lopes in #2210
- feature: update dialect API to support Dialect based compiler directives by @ap891843 in #2211
- chore: Add two nodes for handling exceptions in COBOL statements by @Nurkambay in #2236
- fix: hw parser tests by @ishche in #2235
- feat: Add CCF support for the 'XML PARSE' statement by @Nurkambay in #2237
- build: fix graalvm native image build for windows by @ap891843 in #2238
- test: increase unit test coverage by @ilidio-lopes in #2239
- chore: Add USE nodes to the tree model by @Nurkambay in #2240
- feature: support exci command in CICS dialect by @ap891843 in #2212
- fix: update cics delay statement as per doc by @ap891843 in #2241
- feat: Add CCF support for not supported statements by @Nurkambay in #2242
- chore: Return common module to the project by @Nurkambay in #2244
- fix: add benchmark service by @ishche in #2245
- chore: update lambok in common module by @ishche in #2246
- chore: getting ready for performance test infrastructure by @ishche in #2249
- Update README.md by @zeibura in #2232
- feat: make cobol code layout configurable by @ap891843 in #2248
- test: generate section and paragraph randomly by @ap891843 in #2250
- chore: probability based code generation added by @ishche in #2251
- US947955 - Increase unit test (cont.) by @ilidio-lopes in #2247
- wip: support statements, paragraphs and sections in hw parser by @ishche in #2252
- fix: update new keywords introduced by CICS exci grammar by @ap891843 in #2255
- fix: fix several small glitches by @ap891843 in #2260
- US841308 - Fix cics-genapp false positives by @ilidio-lopes in #2258
- chore: blackduck fix for old component policy violation by @ap891843 in #2261
- fix: trigger watch file action only for copybooks and opened programs by @ap891843 in #2263
- chore: update CHANGELOG.md and version for 2.1.2 release by @ap891843 in #2257
- chore: update coloring by @ap891843 in #2264
Full Changelog: 2.1.1...2.1.2
2.1.2 RC2
What's Changed
- Update CHANGELOG.md by @zeibura in #2222
- Refactor/workspace service by @ap891843 in #2206
- Update package.json by @zeibura in #2223
- fix: fix folding when IfNode has a copynode child by @ap891843 in #2224
- feat: Add CCF support for CICS RETURN statement by @Nurkambay in #2229
- Fix/folding evaluate by @ap891843 in #2225
- WIP: hw parser by @ishche in #2226
- chore: fix test and failing build by @ap891843 in #2230
- fix: fix: apply matching threshold while parsing different divisions … by @ap891843 in #2228
- chore: Add SortNode for future support by @Nurkambay in #2216
- feat: Allow floating comments in DaCo COPY MAID statements by @juleskreutzer in #2233
- DE575629 - Most program has errors in SQL-ERROR-RTN paragraph by @ilidio-lopes in #2210
- feature: update dialect API to support Dialect based compiler directives by @ap891843 in #2211
- chore: Add two nodes for handling exceptions in COBOL statements by @Nurkambay in #2236
- fix: hw parser tests by @ishche in #2235
- feat: Add CCF support for the 'XML PARSE' statement by @Nurkambay in #2237
- build: fix graalvm native image build for windows by @ap891843 in #2238
- test: increase unit test coverage by @ilidio-lopes in #2239
- chore: Add USE nodes to the tree model by @Nurkambay in #2240
- feature: support exci command in CICS dialect by @ap891843 in #2212
- fix: update cics delay statement as per doc by @ap891843 in #2241
- feat: Add CCF support for not supported statements by @Nurkambay in #2242
- chore: Return common module to the project by @Nurkambay in #2244
- fix: add benchmark service by @ishche in #2245
- chore: update lambok in common module by @ishche in #2246
- chore: getting ready for performance test infrastructure by @ishche in #2249
- Update README.md by @zeibura in #2232
- feat: make cobol code layout configurable by @ap891843 in #2248
- test: generate section and paragraph randomly by @ap891843 in #2250
- chore: probability based code generation added by @ishche in #2251
- US947955 - Increase unit test (cont.) by @ilidio-lopes in #2247
- wip: support statements, paragraphs and sections in hw parser by @ishche in #2252
- fix: update new keywords introduced by CICS exci grammar by @ap891843 in #2255
- fix: fix several small glitches by @ap891843 in #2260
- US841308 - Fix cics-genapp false positives by @ilidio-lopes in #2258
- chore: blackduck fix for old component policy violation by @ap891843 in #2261
- fix: trigger watch file action only for copybooks and opened programs by @ap891843 in #2263
- chore: update CHANGELOG.md and version for 2.1.2 release by @ap891843 in #2257
- chore: update coloring by @ap891843 in #2264
Full Changelog: 2.1.1...2.1.2-rc2
2.1.2 RC
What's Changed
- Update CHANGELOG.md by @zeibura in #2222
- Refactor/workspace service by @ap891843 in #2206
- Update package.json by @zeibura in #2223
- fix: fix folding when IfNode has a copynode child by @ap891843 in #2224
- feat: Add CCF support for CICS RETURN statement by @Nurkambay in #2229
- Fix/folding evaluate by @ap891843 in #2225
- WIP: hw parser by @ishche in #2226
- chore: fix test and failing build by @ap891843 in #2230
- fix: fix: apply matching threshold while parsing different divisions … by @ap891843 in #2228
- chore: Add SortNode for future support by @Nurkambay in #2216
- feat: Allow floating comments in DaCo COPY MAID statements by @juleskreutzer in #2233
- DE575629 - Most program has errors in SQL-ERROR-RTN paragraph by @ilidio-lopes in #2210
- feature: update dialect API to support Dialect based compiler directives by @ap891843 in #2211
- chore: Add two nodes for handling exceptions in COBOL statements by @Nurkambay in #2236
- fix: hw parser tests by @ishche in #2235
- feat: Add CCF support for the 'XML PARSE' statement by @Nurkambay in #2237
- build: fix graalvm native image build for windows by @ap891843 in #2238
- test: increase unit test coverage by @ilidio-lopes in #2239
- chore: Add USE nodes to the tree model by @Nurkambay in #2240
- feature: support exci command in CICS dialect by @ap891843 in #2212
- fix: update cics delay statement as per doc by @ap891843 in #2241
- feat: Add CCF support for not supported statements by @Nurkambay in #2242
- chore: Return common module to the project by @Nurkambay in #2244
- fix: add benchmark service by @ishche in #2245
- chore: update lambok in common module by @ishche in #2246
- chore: getting ready for performance test infrastructure by @ishche in #2249
- Update README.md by @zeibura in #2232
- feat: make cobol code layout configurable by @ap891843 in #2248
- test: generate section and paragraph randomly by @ap891843 in #2250
- chore: probability based code generation added by @ishche in #2251
- US947955 - Increase unit test (cont.) by @ilidio-lopes in #2247
- wip: support statements, paragraphs and sections in hw parser by @ishche in #2252
- fix: update new keywords introduced by CICS exci grammar by @ap891843 in #2255
- fix: fix several small glitches by @ap891843 in #2260
- US841308 - Fix cics-genapp false positives by @ilidio-lopes in #2258
- chore: blackduck fix for old component policy violation by @ap891843 in #2261
- fix: trigger watch file action only for copybooks and opened programs by @ap891843 in #2263
- chore: update CHANGELOG.md and version for 2.1.2 release by @ap891843 in #2257
Full Changelog: 2.1.1...2.1.2-rc
2.1.1
What's Changed
- TS Type check - 2 new check added by @hizir-bc in #2185
- tests/automation: Increase coverage by @ilidio-lopes in #2135
- Fix/encoded uri by @ap891843 in #2187
- feature: include statements in the folding range by @ap891843 in #2181
- feat: CLI for copybook listing by @ishche in #2184
- feat: CLI source analysis by @ishche in #2189
- Cli analysis by @ishche in #2190
- fix: improve folding by @ap891843 in #2191
- fix: fix definition and references uri for virtual documents by @ap891843 in #2203
- feat: Add support for DACO-CONTROL statement in DaCo dialect by @juleskreutzer in #2201
- tests: Increase coverage by @ilidio-lopes in #2169
- Fix/coloring for dialects by @ap891843 in #2204
- ci: Switch to java 17 for Sonarscan by @slavek-kucera in #2213
- fix: smart tab completion not showing up by @VitGottwald in #2208
- fix: do not invalidate cache in between a running analysis by @ap891843 in #2198
- chore: Fix DaCo tree node placement by @Nurkambay in #2215
- ci: generate vsix with PR number for pull requests by @ap891843 in #2217
- fix: fix popup message for the copybook download by @ap891843 in #2209
- fix: add grammar for the cics inquire urimap statement by @ap891843 in #2214
- fix: allow db2 declare statement in the working storage and linkage s… by @ap891843 in #2218
- fix: fix probable Null pointer exception by @ap891843 in #2220
- chore: update extension version and CHANGELOG.md by @ap891843 in #2219
New Contributors
- @juleskreutzer made their first contribution in #2201
Full Changelog: 2.1.0...2.1.1