Skip to content

Releases: KenKundert/inform

v1.35

30 Jul 17:02

Choose a tag to compare

  • Added bar, a generalization of render_bar().
  • The width of the prefix is now included in the width of the ProgressBar.

v1.34

11 May 06:26

Choose a tag to compare

  • Added is_array.
  • Added ProgressBar.override_limit().

v1.33

12 Dec 05:12

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

Choose a tag to compare

  • Added remove argument to full_stop.
  • Support negative widths in ProgressBar.

v1.31

05 Aug 19:06

Choose a tag to compare

Improve documentation

v1.30

07 Jun 18:39

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

Choose a tag to compare

  • Change strip_nl keys for dedent().
  • Added include_codicil argument to Error.render().

v1.28

20 Mar 19:00

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

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

Choose a tag to compare

  • Added dedent().
  • Added LoggingCache.