Skip to content

Releases: reteps/dockerfmt

v0.3.7-alpha

28 Apr 04:09
b557697
Compare
Choose a tag to compare
  • Release docker container

v0.3.7

28 Apr 04:26
Compare
Choose a tag to compare
Update release

v0.3.6

18 Apr 21:31
Compare
Choose a tag to compare
  • Fixes a bug where CMD arguments with && were not formatted correctly.

v0.3.5

11 Apr 17:10
Compare
Choose a tag to compare

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

10 Apr 16:33
Compare
Choose a tag to compare

Fix bug where comments at the start of a line disappear.

0.3.3

10 Apr 16:10
Compare
Choose a tag to compare

Attempt to fix #19
Attempt to fix #20

Resolve bug where shells with && were expanded.

0.3.2

09 Apr 22:23
Compare
Choose a tag to compare

Fix regression in 0.3.1 relating to backticks using a gross workaround

0.3.1

09 Apr 22:07
Compare
Choose a tag to compare
  • 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

09 Apr 18:42
Compare
Choose a tag to compare

Adds support for the mvdan/sh --space-redirects option.

0.2.8

09 Apr 18:19
Compare
Choose a tag to compare
  • Resolves issue where shell commands are not parsed like shell commands (#18 )