Skip to content

Releases: KenKundert/inform

v1.33

12 Dec 05:12
Compare
Choose a tag to compare
  • Added formatter argument to plural.
  • Added formatter argument to truth.
  • Added all stream_policy.
  • Added tree() function.

v1.32

23 Nov 03:58
Compare
Choose a tag to compare
  • Added remove argument to full_stop.
  • Support negative widths in ProgressBar.

v1.31

05 Aug 19:06
Compare
Choose a tag to compare

Improve documentation

v1.30

07 Jun 18:39
Compare
Choose a tag to compare
  • Added truth utility class.
  • Added render_num argument to plural class.
  • Added errors stream_policy.
  • Improved handling of BrokenPipeErrors.

v1.29

27 Apr 20:21
Compare
Choose a tag to compare
  • Change strip_nl keys for dedent().
  • Added include_codicil argument to Error.render().

v1.28

20 Mar 19:00
Compare
Choose a tag to compare
  • 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

15 Sep 10:31
Compare
Choose a tag to compare
  • Add markers to ProgressBar.
  • Change order of arguments to dedent.
  • Drop support for Python 2.

1.26

16 Sep 03:52
Compare
Choose a tag to compare
  • Added dedent().
  • Added LoggingCache.

v1.25

07 Jul 20:35
Compare
Choose a tag to compare
  • Allow culprits to be falsy.

v1.24

19 May 04:28
Compare
Choose a tag to compare
  • Defer evaluation of stdout and stderr.