diff --git a/DESCRIPTION b/DESCRIPTION index b05a6dc22..b72da0239 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pillar Title: Coloured Formatting for Columns -Version: 1.9.99.9903 +Version: 1.10.0 Authors@R: c(person(given = "Kirill", family = "M\u00fcller", diff --git a/NEWS.md b/NEWS.md index cbc1f6d8b..8ff411611 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,31 +1,21 @@ -# pillar 1.9.99.9903 +# pillar 1.10.0 -## Chore - -- IDE. - - -# pillar 1.9.99.9902 - -## Chore +## Features -- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637). +- `tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686). -## Testing +- New `tbl_nrow()` generic to support lazy data frames (#679). -- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670). +- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662). -- Fix tests for older R versions. +- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660). ## Breaking changes - Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637). - -# pillar 1.9.99.9901 - ## Bug fixes - Fix printing of infinite times (#645, #710). @@ -34,29 +24,10 @@ ## Documentation -- Add `index.md`. - - Describe `getOption("width")` (#671, #708). - -# pillar 1.9.99.9900 - -## Features - -- `tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686). - -- New `tbl_nrow()` to support lazy data frames (#679). - -- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662). - -- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660). - -## Documentation - - Update `_pkgdown.yml` to bring back search bar (@olivroy, #667). -- Only implement `type_sum.accel()` in pkgdown mode (#661). - - Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657). diff --git a/cran-comments.md b/cran-comments.md index 9343e625e..ee16e7dd5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -pillar 1.9.99.9900 +pillar 1.10.0 ## Cran Repository Policy