Releases: KenKundert/inform
Releases · KenKundert/inform
v1.33
v1.32
- Added remove argument to full_stop.
- Support negative widths in ProgressBar.
v1.31
Improve documentation
v1.30
- Added truth utility class.
- Added render_num argument to plural class.
- Added errors stream_policy.
- Improved handling of BrokenPipeErrors.
v1.29
- Change strip_nl keys for dedent().
- Added include_codicil argument to Error.render().
v1.28
- Use critical urgency by default with notifier if message is an error.
- Ignore BrokenPipeError.
- Add full_width argument to render_bar().
- Require secondary arguments to Color be keyword arguments.
- Require secondary arguments to plural be keyword arguments.
- Add max_col_width parameter to columns().
- Added type hints.
v1.27
- Add markers to ProgressBar.
- Change order of arguments to dedent.
- Drop support for Python 2.
1.26
- Added dedent().
- Added LoggingCache.
v1.25
- Allow culprits to be falsy.
v1.24
- Defer evaluation of stdout and stderr.