Skip to content

Releases: reteps/dockerfmt

v0.3.9

19 Oct 19:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

05 Oct 17:50

Choose a tag to compare

v0.3.7-alpha

28 Apr 04:09
b557697

Choose a tag to compare

  • Release docker container

v0.3.7

28 Apr 04:26

Choose a tag to compare

Update release

v0.3.6

18 Apr 21:31

Choose a tag to compare

  • Fixes a bug where CMD arguments with && were not formatted correctly.

v0.3.5

11 Apr 17:10

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

Choose a tag to compare

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

0.3.3

10 Apr 16:10

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

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

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