Skip to content

Releases: vil02/string_to_code_proj

v0.5.0

19 Jan 15:46
4f0db8f

Choose a tag to compare

What's Changed

  • chore(deps): update dependency ruff to v0.9.0 by @renovate in #402
  • chore(deps-dev): update flake8-pytest-style requirement from 2.0.0 to 2.1.0 by @dependabot in #403
  • chore(deps): update dependency ruff to v0.9.1 by @renovate in #405
  • chore(deps): update dependency bandit to v1.8.2 by @renovate in #406
  • chore(deps): update dependency ruff to v0.9.2 by @renovate in #408
  • tests: add kotlin examples by @vil02 in #409
  • feat: add to_kotlin by @vil02 in #410

Full Changelog: v0.4.1...v0.5.0

v0.4.1

08 Jan 19:31
f0f95e9

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Jan 21:46
31c6452

Choose a tag to compare

What's Changed

  • chore(deps): update dependency ruff to v0.8.5 by @renovate in #394
  • style: simplify static analysis of python files by @vil02 in #395
  • chore: simplify coverage report creation by @vil02 in #396
  • chore: monitor code complexity with xenon by @vil02 in #397
  • chore(deps): update dependency ruff to v0.8.6 by @renovate in #398
  • tests: add fortran90 examples by @vil02 in #399
  • feat: add to_fortran90 by @vil02 in #400

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 Dec 00:26
cb5d084

Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.3.0

v0.2.15

29 Dec 14:33
ad6a5ac

Choose a tag to compare

What's Changed

  • chore(deps): update dependency ruff to v0.8.1 by @renovate in #369
  • chore: prevent ballerina from downloading updates by @vil02 in #375
  • chore: update ballerina to 2201.10.3 by @vil02 in #371
  • chore(deps): update dependency ruff to v0.8.4 by @renovate in #372
  • chore(deps): update lycheeverse/lychee-action action to v2.2.0 by @renovate in #377
  • chore(deps): update sonarsource/sonarcloud-github-action action to v4 by @renovate in #370
  • chore: migrate to sonarqube-scan-action by @vil02 in #381
  • style: pin dependencies by @vil02 in #382
  • chore(deps): update dependency pylint to v3.3.3 by @renovate in #383
  • chore(deps): update dependency pytest to v8.3.4 by @renovate in #384
  • chore: add pip audit by @vil02 in #387
  • chore: configure bandit by @vil02 in #388

Full Changelog: v0.2.14...v0.2.15

v0.2.14

28 Nov 16:09
6ede775

Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v0.2.14

v0.2.13

28 Nov 15:44
74a4fba

Choose a tag to compare

What's Changed

  • Setup ci by @vil02 in #1
  • feat: add flake8 check by @vil02 in #2
  • fix: rename python to python3 by @vil02 in #3
  • Custom function names issue by @vil02 in #4
  • Add examples by @vil02 in #5
  • feat: add README.md by @vil02 in #6
  • feat: add cobol by @vil02 in #7
  • style: simplify new line printing by @vil02 in #8
  • style: rename _function_stack to _needed_functions by @vil02 in #9
  • Parser run arg issue by @vil02 in #10
  • style: simplify new line printing in python3 by @vil02 in #11
  • refactor: add initial_call_str and needed_functions_definitions_str by @vil02 in #12
  • feat: enable more cppcheck warnings by @vil02 in #13
  • feat: add to_pascal by @vil02 in #14
  • feat: add rust by @vil02 in #15
  • chore: add schedule by @vil02 in #16
  • chore: use actions/checkout@v3 by @vil02 in #17
  • chore: use v3 by @vil02 in #18
  • feat: add ALGOL 68 by @vil02 in #19
  • style: simplify logic by @vil02 in #20
  • style: add --strict by @vil02 in #21
  • chore: update lychee-action by @vil02 in #22
  • feat: add java by @vil02 in #23
  • feat: add haskell by @vil02 in #24
  • fix: rename --run to --select by @vil02 in #25
  • style: some small fixes by @vil02 in #26
  • fix: use new .pylintrc structure by @vil02 in #27
  • chore: add codecov by @vil02 in #28
  • style: add missing comma by @vil02 in #29
  • feat: add to_c by @vil02 in #30
  • docs: add CodeFactor badge by @vil02 in #31
  • chore: upload coverage report to codacy by @vil02 in #32
  • style: basic linting by @vil02 in #34
  • style: reduce number of workflows by @vil02 in #35
  • fix: use sed on coverage report for sonarcloud by @vil02 in #36
  • chore: add renovate by @vil02 in #38
  • Configure Renovate by @renovate in #40
  • chore(deps): update lycheeverse/lychee-action action to v1.5.1 by @renovate in #41
  • chore(deps): update actions/setup-python action to v4 by @renovate in #42
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #44
  • style: use apt-get by @vil02 in #45
  • style: reduce code duplication by @vil02 in #47
  • chore: use poetry by @vil02 in #50
  • style: remove unused import by @vil02 in #51
  • chore: limit number of test strings by @vil02 in #53
  • chore: use black by @vil02 in #54
  • refactor: add and use gu.subprocess_run_with_check by @vil02 in #55
  • chore: pyproject cleanup by @vil02 in #56
  • fix: use proper indentation by @vil02 in #57
  • chore(deps): update lycheeverse/lychee-action action to v1.5.2 by @renovate in #58
  • chore(deps): update lycheeverse/lychee-action action to v1.5.3 by @renovate in #59
  • chore(deps): update lycheeverse/lychee-action action to v1.5.4 by @renovate in #60
  • fix: remove blank line from to_algol68 output by @vil02 in #61
  • refactor: simplify constructor of PrinterProgram by @vil02 in #62
  • refactor: add utils and apply in to_cpp by @vil02 in #63
  • chore: add .codacy.yml by @vil02 in #65
  • chore: update sonar.coverage.exclusions by @vil02 in #66
  • refactor: add proc_printer_program to to_cpp and to_python3 by @vil02 in #64
  • chore: clean-up workflows by @vil02 in #68
  • refactor: add proc_printer_program and use utils in to_algol68 by @vil02 in #69
  • tests: fix bug in _get_all_example_and_language_ids by @vil02 in #70
  • refactor: add proc_printer_prog to to_bash by @vil02 in #71
  • refactor: add proc_printer_program to to_c by @vil02 in #72
  • refactor: add proc_printer_program and use utils in to_cobol by @vil02 in #73
  • tests: add single_atom example by @vil02 in #74
  • refactor: add proc_printer_program and use utils in to_haskell by @vil02 in #75
  • style: use _call_function_or_atom in function_to_code by @vil02 in #78
  • refactor: add proc_printer_program and use utils in to_java by @vil02 in #77
  • chore: exclude python3 examples from sonar by @vil02 in #79
  • refactor: add proc_printer_program and use utils in to_lisp by @vil02 in #80
  • refactor: add proc_printer_program and use utils in to_pascal by @vil02 in #81
  • refactor: add proc_printer_program and use utils in to_rust by @vil02 in #82
  • tests: add function_used_twice example by @vil02 in #83
  • fix: use println for LF in rust by @vil02 in #84
  • refactor: remove data duplication in PrinterProgram by @vil02 in #85
  • refactor: use function_id by @vil02 in #86
  • feat: make _check_data more restrictive by @vil02 in #87
  • chore: use --enable=all in shellcheck by @vil02 in #88
  • feat: use --enable=all in setup_bash.run_bash_code by @vil02 in #89
  • chore(deps): update lycheeverse/lychee-action action to v1.6.1 by @renovate in #90
  • chore: add codeql.yml by @vil02 in #91
  • refactor: add c_like_utils by @vil02 in #92
  • refactor: add c_like_utils.get_function_call_str_fun by @vil02 in #93
  • refactor: add utils.get_function_name_fun by @vil02 in #94
  • refactor: reduce duplicated code in to_c and to_cpp by @vil02 in #95
  • docs: add CodacyBadge by @vil02 in #96
  • chore(deps): update lycheeverse/lychee-action action to v1.7.0 by @renovate in #97
  • chore(deps): update lycheeverse/lychee-action action to v1.8.0 by @renovate in #98
  • chore: adapt shell scripts to docker by @vil02 in #99
  • chore: add gitpod support by @vil02 in #101
  • chore: add dependabot.yml by @vil02 in #100
  • chore(deps): bump gitpod/workspace-python from 2023-01-02-17-16-30 to 2023-05-08-21-16-55 by @dependabot in #102
  • docs: add gitpod badges by @vil02 in https://github.com/vil02/string_t...
Read more