Skip to content

Releases: olivroy/reuseme

reuseme 0.0.2

17 May 11:37
Compare
Choose a tag to compare
  • complete_todo() no longer deletes the full line. It only deletes what it says it deletes (#27).

  • file_outline() works better with news files and headings at the end of files.

  • file_outline() gives a better error for empty paths.

  • dir_outline() no longer excludes files by default.

  • browse_pkg() no longer opens by default and also accepts <org>/<repo> shortcode to open GitHub repo.

  • proj_list() now takes care of matching project to project list.

  • link_gh_issue() and markup_href() are better.

  • file_outline() now simplifies the outline of NEWS.md. Only major versions are listed now.

  • proj_file() is less noisy and is a shortcut for file_outline() with proj.

  • Indentation in file_outline() shortly possible.

  • proj_switch() is now robust to duplicate project name.

reuseme 0.0.1

09 May 14:20
Compare
Choose a tag to compare
  • in file/proj/dir_outline() regex_outline is now pattern

  • proj_outline() and dir_outline() now excludes example files

  • file_outline() better support for todo in md files

  • file_outline() should recognize and transform markdown links automatically with new markup_href() It is no longer needed to use {.href} in your outline headings to show a link.

  • link_issue() has been renamed link_gh_issue() and now only takes care of changing gh issues in markdown links.
    New markup_href() is more general and now in charge of creating cli links for all markdown URLs.

str <- "rstudio/gt#120 and [md link](https://github.com)"