Skip to content

Releases: jrdnbradford/readMDTable

CRAN-v0.4.0

Choose a tag to compare

@jrdnbradford jrdnbradford released this 24 Jun 13:39
  • BREAKING CHANGE: read_md_table now always returns a named list of tibbles (names "table_1", "table_2", …), or NULL if no tables are found. It reads all tables in the content, including mixed-markdown documents. extract_md_tables and extract_md_table are now deprecated.

CRAN-v0.3.3

Choose a tag to compare

@jrdnbradford jrdnbradford released this 31 May 14:16
  • Update to {roxygen2} to 8.0.0
  • Requires {readr} >= 2.2.0

CRAN-v0.3.2

Choose a tag to compare

@jrdnbradford jrdnbradford released this 05 May 23:00
01d64b1

What's Changed

Full Changelog: CRAN-v0.3.1...CRAN-v0.3.2

CRAN-v0.3.1

Choose a tag to compare

@jrdnbradford jrdnbradford released this 26 Jan 00:01
0a8a813

What's Changed

  • Add dependency on R (>= 4.1.0) (#92)
  • Fixed a typo in a read_md_table warning message (#86)
  • Updated documentation for internal and exported functions (#88)
  • Added alt text for rvest-benchmarks violin plots (#90)

Full Changelog: CRAN-v0.3.0...CRAN-v0.3.1

CRAN-v0.3.0

Choose a tag to compare

@jrdnbradford jrdnbradford released this 08 Jan 19:10
bb0971b

What's Changed

  • BREAKING CHANGE: force param added for read_md_table (#74)
  • Fixed a typo in a warning message (#59)
  • extract_md_table alias added for extract_md_tables (#69)
  • Improvements to markdown table matching (#76, #81)
  • Warnings now rely entirely on matching main regex (#69)

Full Changelog: CRAN-v0.2.0...CRAN-v0.3.0

CRAN-v0.2.0

Choose a tag to compare

@jrdnbradford jrdnbradford released this 25 Sep 17:57
17c7b62

What's Changed

  • Update extract_md_tables example (#46)
  • @inheritDotParams for arguments passed on to readr::read_delim (#44)
  • Abstracted the reading of markdown tables into a new internal function read_md_table_content.R (#42)
  • Add vignette benchmarking {readMDTable} to {rvest} (#40)
  • Added extract_md_tables, which captures all markdown tables from a markdown file (#36)
  • Update package description (#35)

Full Changelog: CRAN-v0.1.1...CRAN-v0.2.0

CRAN-v0.1.1

Choose a tag to compare

@jrdnbradford jrdnbradford released this 17 Sep 13:06
fda2b9c

What's Changed

Full Changelog: v0.1.0...CRAN-v0.1.1

v0.1.0

Choose a tag to compare

@jrdnbradford jrdnbradford released this 11 Sep 18:18
4c679dd

readMDTable 0.1.0

Warning Updates

  • read_md_table now has a warn param to make warnings optional (#15)
  • Checking markdown table validity now uses vectorization (#12)
  • Warnings now use {cli} (#12)
  • warn_md_table now explicitly returns NULL invisibly (#10)

Misc

  • Added a logo (#22)
  • Improvements to function documentation (#10)
  • Added test coverage with {covr} (#17)

v0.0.1

Choose a tag to compare

@jrdnbradford jrdnbradford released this 05 Sep 15:39
bce262e

Initial release.