Releases: szaghi/StringiFor
Releases · szaghi/StringiFor
Release list
v1.1.13
v1.1.12
v1.1.11
v1.1.10
v1.1.10 (2026-02-28)
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
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.5 (2026-02-18)
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
Chores
- submodules: update submodules (Stefano Zaghi)