Skip to content

Commit

Permalink
fledge: Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 17, 2024
1 parent 64f5965 commit e075bc6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
47 changes: 17 additions & 30 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,17 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# pillar 1.9.99.9903

## Chore

- IDE.


# pillar 1.9.99.9902

## Chore

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).

## Testing

- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).

- Fix tests for older R versions.
# pillar 1.10.0

## 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).

- Fix tibble tests (#665, #709).

## 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).
Expand All @@ -51,14 +22,30 @@

- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).

## Chore

- IDE.

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).

## Documentation

- Add `index.md`.

- Describe `getOption("width")` (#671, #708).

- 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).

## Testing

- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).

- Fix tests for older R versions.


# pillar 1.9.0

Expand Down

0 comments on commit e075bc6

Please sign in to comment.