packages feed

portray-prettyprinter-0.2.1: CHANGELOG.md

# 0.2.1 (2022-09-24)

* Update to `portray-0.3.0`.
* Fix an alignment bug in list/tuple elements.
* Support flexible configuration of floating-point literals.
* Support configuration of numeric place separators.
* Use lazy Text internally in `pp` and `ppd` to support large/infinite values.

# 0.2.0 (2021-09-17)

* Update to `portray-0.2.0`.
* Add colorized pretty-printing for `pp` and `ppd`.
* Fix records/lists/tuples putting initial elements on their own lines.
* Flow string literals onto multiple lines, preferring to break after `\n`s.
* Support configurable string escaping, to allow printing Unicode in strings.

# 0.1.0 (2021-09-14)

Initial version.