Releases: KenKundert/inform
Releases · KenKundert/inform
Version 1.13
- Added aaa() debug function.
- Added exit argument to done(), terminate(), and terminate_if_errors().
- terminate() now produces an exit status of 0 if there was no errors reported.
- Added set_culprit(), add_culprit() and get_culprit().
Version 1.12
Tidied things up a bit.
Version 1.11
- Added documentation (inform.readthedocs.org).
- Added ability to override template in Error.
- Added stream_policy option.
- Added notify_if_no_tty option.
- Informers now stack, so disconnecting from an existing informer reinstates the previous informer.
- Generallize cull.
- Add support for multiple templates.
- Add join function.
Version 1.10
Add column() utility functions
Add user-specified indenting to render()
Add sss()
Added support for template named argument to report and Error().
Rename InformantFactory
This release renames InformantGenerator to InformantFactory.
This release is not backward compatible.
Adds debug functions
Minor release that adds the new debug functions.