Skip to content

Releases: jmablog/tinieR

tinieR 0.5.0

18 Aug 17:41
Compare
Choose a tag to compare
  • Added petit_plot() and petit_ggplot() functions to allow saving plots and automatically tinify the image files produced. See the new saving plots vignette for more details.

tinieR 0.4.4

04 Jul 19:16
Compare
Choose a tag to compare
  • Now uses the cli package to provide nicer console messages.
  • Updated internals.
  • Can no longer just set any option in tinify_defaults() to NULL to reset to package defaults as this could be unclear. See the vignette “Setting default options” for full details on changing and resetting default options with tinify_defaults().

tinieR 0.4.3

14 Feb 15:39
Compare
Choose a tag to compare

There is now the option set project defaults with a tinify.yml file in the project root directory, and image dimensions are now reported in success messages when resize argument is used.

tinieR 0.4.2

06 Feb 17:54
Compare
Choose a tag to compare

Names of options set by tinify_defaults() are updated to match convention. TinieR now also removes all options set by tinify_defaults() on unloading of package. There are also some fixes to some file path errors in return_path that should work better across all platforms.

tinieR 0.4.1

05 Feb 16:06
Compare
Choose a tag to compare

Modified behaviour of tinify_defaults(): now prints changes made to the console, and if called without any arguments, prints all current default settings.

tinieR 0.4.0

05 Feb 00:10
Compare
Choose a tag to compare

Tinier now has the option to set your own file suffix, return the path to the newly tinified file in relation to the project root, and set your own default options for tinify.

tinieR 0.3.0

07 Oct 17:29
Compare
Choose a tag to compare

Tinify now displays file size reductions messages by default, deprecating the 'details' argument and replacing it with the option to instead suppress messages with 'quiet = TRUE'.

tinieR 0.2.0

30 Aug 21:20
Compare
Choose a tag to compare

This update adds the 'resize' option, to make use of the TinyPNG API's ability to also resize an images dimensions alongside shrinking its file size. It also adds an option to return the file path of the newly tinified file as either a relative path, absolute path, or both in a list.