Packages

Simple stylable formatting for your CLI, Terminal, or Shell output

Current section

Files

Jump to
cowrie CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Release 0.3.1
- Fix for improper formatting for prompt function.
- Various documentation improvements
## Release 0.3.0
- Supports return values from `spinner/2` callbacks
## Release 0.2.0
- Adds support for `post_format` config options.
- Adds `li/2` function
- Removes `passthru` transform
## Initial Release 0.1.0
Includes basic functions for `info`, `warning`, etc, 4 types of `alerts`, a `table`, `h1`, `h2`, `br`, and `hr`, etc.