Releases: reteps/dockerfmt
Releases Β· reteps/dockerfmt
v0.3.6
- Fixes a bug where CMD arguments with
&&
were not formatted correctly.
v0.3.5
What's Changed
- feat: support dockerfile from stdin by @eli-yip in #23
- fix: A extra newline was added after some heredocs, that is now fixed
Full Changelog: 0.3.4...v0.3.5
0.3.4
Fix bug where comments at the start of a line disappear.
0.3.3
Attempt to fix #19
Attempt to fix #20
Resolve bug where shells with &&
were expanded.
0.3.2
Fix regression in 0.3.1 relating to backticks using a gross workaround
0.3.1
- Rewrote the comment processor to handle some edge cases noticed in PrairieLearn/PrairieLearn#11718
- Add a test suite for easy inspection of bad/unexpected formatting
0.3.0
Adds support for the mvdan/sh
--space-redirects
option.
0.2.8
- Resolves issue where shell commands are not parsed like shell commands (#18 )