Changelog
Source:NEWS.md
gitignore 0.1.8
CRAN release: 2024-11-01
Use testthat edition 3 (@jrdnbradford).
Do not run examples if internet is not available.
gitignore 0.1.7
CRAN release: 2024-07-08
gitignore now provides clickable links as it uses cli instead of crayon (@olivroy).
Upgrading to use Bootstrap 5.
Add light and dark themes to the vignette.
gitignore 0.1.6
CRAN release: 2023-12-12
- Skip or do not execute code chunks in vignettes if the internet or the gitignore API is not available, to fix CRAN problems.
- Update workflow link to point to the v2 branch of r-lib/actions repository.
gitignore 0.1.5
CRAN release: 2021-10-31
Using GitHub Actions for continuous integration.
Fixing CRAN check results where tests failed when internet connection was not available (#18).
gitignore 0.1.4
CRAN release: 2020-11-04
Change backend from https://www.gitignore.io/ to https://www.toptal.com/developers/gitignore as the former now redirects to the latter (#13 @pat-s).
Use
file.path()
instead ofpaste0()
to build path. @dpprdan