Skip to content

Releases: szaghi/StringiFor

v1.1.13

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:34
v1.1.13
b46857d

v1.1.13 (2026-03-02)

Full Changelog

Build system

  • Extract gcov computation into dedicated script (4585586)

v1.1.12

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:22
v1.1.12
2f2ff98

v1.1.12 (2026-03-02)

Full Changelog

CI/CD

  • Overhaul install script and coverage action (b0cb205)

v1.1.11

Choose a tag to compare

@github-actions github-actions released this 02 Mar 07:08
v1.1.11
7903c15

v1.1.11 (2026-03-02)

Full Changelog

CI/CD

  • Integrate coverage analysis into docs build workflow (fb84722)

v1.1.10

Choose a tag to compare

@github-actions github-actions released this 28 Feb 17:33
v1.1.10
4681f02

v1.1.10 (2026-02-28)

Full Changelog

CI/CD

  • Extract docs deploy to dedicated reusable workflow (454b398)

Miscellaneous

  • Bump rollup from 4.57.1 to 4.59.0 in /docs

Bumps rollup from 4.57.1 to 4.59.0.


updated-dependencies:

  • dependency-name: rollup
    dependency-version: 4.59.0
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] support@github.com (c600c1a)

  • Merge pull request #40 from szaghi/dependabot/npm_and_yarn/docs/rollup-4.59.0

Bump rollup from 4.57.1 to 4.59.0 in /docs (2f4587b)

v1.1.9

Choose a tag to compare

@github-actions github-actions released this 28 Feb 10:52
v1.1.9
3a93e19

v1.1.9 (2026-02-28)

Full Changelog

Build system

  • Migrate deps from git submodules to FoBiS fetch (acd441f)

v1.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Feb 13:28
v1.1.8
019fe9c

v1.1.8 (2026-02-22)

Full Changelog

Miscellaneous

  • Update BeFoR64 submodule (ba5a992)

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 18 Feb 18:52
v1.1.7
4195fdf

v1.1.7 (2026-02-18)

Full Changelog

CI/CD

  • Add standalone docs deploy workflow (6f07ca3)

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 18 Feb 18:21
v1.1.6
4ede954

v1.1.6 (2026-02-18)

Full Changelog

Bug fixes

  • Correct project name casing to StringiFor throughout (0815b10)

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 18 Feb 18:09
v1.1.5
dfcec13

v1.1.5 (2026-02-18)

Full Changelog

Bug fixes

  • Fix GNU gfortran issue with recursive procedure (82727d6)

Documentation

  • Add VitePress site, rework CI/CD, and refactor README (1678f05)

Miscellaneous

  • Remove FPM install test (d5ad17e)
  • Add fpm support (cc776cb)
  • Add fpm CI (3a46e57)
  • Merge pull request #38 from zoziha/add-fpm-support

Add fpm support (25570c3)

  • Fix fpm.toml pinning correct rev that works with fpm 0.90 (5288871)
  • Merge pull request #39 from epagone/patch-1

Fix fpm.toml pinning correct rev of FACE that works with fpm 0.9.0 (726dd77)

  • Fix bug in replace method

Fix bug in replace method: the replace method fails if the "old"
substring is a null string, i.e. old=''. Fixed checking if len(old)>0.

A specific doctest has been also added. (8c94d4b)

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Feb 16:03
e5df2b9

Chores