Releases: vil02/string_to_code_proj
Releases · vil02/string_to_code_proj
v0.5.0
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_kotlinby @vil02 in #410
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
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
xenonby @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_fortran90by @vil02 in #400
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.15
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.3by @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-actionby @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 auditby @vil02 in #387 - chore: configure bandit by @vil02 in #388
Full Changelog: v0.2.14...v0.2.15
v0.2.14
v0.2.13
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_algol68output by @vil02 in #61 - refactor: simplify constructor of
PrinterProgramby @vil02 in #62 - refactor: add
utilsand apply into_cppby @vil02 in #63 - chore: add
.codacy.ymlby @vil02 in #65 - chore: update sonar.coverage.exclusions by @vil02 in #66
- refactor: add
proc_printer_programtoto_cppandto_python3by @vil02 in #64 - chore: clean-up workflows by @vil02 in #68
- refactor: add
proc_printer_programand useutilsinto_algol68by @vil02 in #69 - tests: fix bug in
_get_all_example_and_language_idsby @vil02 in #70 - refactor: add
proc_printer_progtoto_bashby @vil02 in #71 - refactor: add
proc_printer_programtoto_cby @vil02 in #72 - refactor: add
proc_printer_programand useutilsinto_cobolby @vil02 in #73 - tests: add single_atom example by @vil02 in #74
- refactor: add
proc_printer_programand useutilsinto_haskellby @vil02 in #75 - style: use
_call_function_or_atominfunction_to_codeby @vil02 in #78 - refactor: add
proc_printer_programand useutilsinto_javaby @vil02 in #77 - chore: exclude python3 examples from sonar by @vil02 in #79
- refactor: add
proc_printer_programand useutilsinto_lispby @vil02 in #80 - refactor: add
proc_printer_programand useutilsinto_pascalby @vil02 in #81 - refactor: add
proc_printer_programand useutilsinto_rustby @vil02 in #82 - tests: add
function_used_twiceexample by @vil02 in #83 - fix: use
printlnfor LF in rust by @vil02 in #84 - refactor: remove data duplication in
PrinterProgramby @vil02 in #85 - refactor: use function_id by @vil02 in #86
- feat: make
_check_datamore restrictive by @vil02 in #87 - chore: use
--enable=allin shellcheck by @vil02 in #88 - feat: use
--enable=allinsetup_bash.run_bash_codeby @vil02 in #89 - chore(deps): update lycheeverse/lychee-action action to v1.6.1 by @renovate in #90
- chore: add
codeql.ymlby @vil02 in #91 - refactor: add
c_like_utilsby @vil02 in #92 - refactor: add
c_like_utils.get_function_call_str_funby @vil02 in #93 - refactor: add
utils.get_function_name_funby @vil02 in #94 - refactor: reduce duplicated code in
to_candto_cppby @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.ymlby @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...