Time for another weekly release of purty
. Itβs another double header this week! You can grab the npm package or go directly for the binaries.
Notes from the changelog
4.1.0
Some cleanup to formatting.
Thanks for all the feedback from the last big release.
We also add support for reading over STDIN.
If the binary is invoked with -
, it will read data over STDIN instead of expecting a file.
E.g. purty -
will read input over STDIN.
Hopefully, this is useful for other tools and integrations to use.
Additions
Changes
- Fix record indentation
- Cleanup the program runners
- Preserve span in application of expressions
- Insert spaces around all arrays and records
- Revert changes to conditional formatting
Deletions
4.1.1
Quick bug fix to get STDIN working over the npm interface.