Time for another weekly release of purty. Mostly small changes, but good things coming in the future. You can grab the npm package or go directly for the binaries.
Notes from the changelog
0.3.0
Bug fixes and small features
Most of what happened in this release were bug fixes after being used in a real project.
@joneshf I noticed in the release notes for the 0.12 compiler that there were updates to let / where parsing. Will that change fix the issue in purty where where clauses turn into let?
Iโm fairly certain that was the main motivator for that change (although itโs useful regardless of purty). Not sure if that means it will just work with the new compiler version, but itโs certainly at most a PR away from working in 0.12.
Ah! Perfect! This is the last main blocker to us trying out Purty at work. I love how rustfmt just removes all kinds of discussions about code formatting and you can just sit on a .toml configuration and Iโm excited to see something like that for PureScript.
My team will be happy they donโt have to see my quirky alignment anymore