Releases: lewinfox/icecream
Releases · lewinfox/icecream
Version 0.2.1
A minor update to how package-level documentation is generated. See r-lib/roxygen2#1491.
Version 0.2.0
- Large or complex objects like data frames and lists are now printed in a more user-friendly way (@DominikRafacz and @ErdaradunGaztea)
- New context managers
with_ic_enable()
andwith_ic_disable()
introduced (#6, @Ben-Stiles). ic()
output is now dynamically truncated to the width of the terminal.ic()
will now work properly withrlang
1.0 (#8, @lionel-)