Releases: dieghernan/cff-validator
Releases · dieghernan/cff-validator
v3
Note that v3
is a sliding tag, and we introduce non-breaking changes to it.
v3.0.1
(2023-07-21)
- Improve underlying code.
- Using a copy of schema.json shipped with {cffr} to avoid SSL/SSH issues #10
v3.0.2
(2024-02-08)
What's Changed
- Fix installation of libcurl4-openssl-dev on Linux by @dieghernan in #9
- Use a local copy of the schema by @dieghernan in #11
- Bump actions/checkout from 3 to 4 by @dependabot in #12
- Bump actions/cache from 3 to 4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v2.3...v3
v2.3
- Fix #8, error on non-Git repos.
Full Changelog: v2.2...v2.3
v2.2
- New
install-r
parameter. - Improvements on performance.
Full Changelog: v2.1...v2.2
v2.1
- New
cache-version
parameter. - Better handling of R packages via
pak
R package. - Improve cache of packages.
Full Changelog: v2...v2.1
v2
- Pretty printing of errors.
- On errors, the action uploads an artifact.
- Fix typos thanks to @sdruskat.
- Update file examples.
- Add
r-reprex.R
with a full working R workflow. - Fix errors due to changes on dependencies.
What's Changed
- Fix tiny typo by @sdruskat in #2
- Improve error readability by @dieghernan in #4
- [ImgBot] Optimize images by @imgbot in #5
- fix setup-r release by @behrisch in #6
New Contributors
- @sdruskat made their first contribution in #2
- @dieghernan made their first contribution in #4
- @imgbot made their first contribution in #5
- @behrisch made their first contribution in #6
Full Changelog: v1...v2
Initial release
First stable release