Skip to content

Releases: reteps/dockerfmt

0.2.7

09 Apr 16:02
Compare
Choose a tag to compare

What's Changed

0.2.6

09 Apr 00:57
03c46ac
Compare
Choose a tag to compare

What's Changed

  • Format files with Prettier by @nwalters512 in #5
  • Move typescript to devDependencies by @nwalters512 in #4
  • chore: add package.json entry by @JounQin in #8
  • Fix a bug formatting heredocs
  • Fix a bug formatting multiple empty lines at the end of the file

New Contributors

Full Changelog: 0.2.5...0.2.6

Bug fixes

08 Apr 16:43
Compare
Choose a tag to compare
  • Resolves #1
  • Improves formatter

Bug fixes; Fix JS release

08 Apr 05:12
Compare
Choose a tag to compare
  • Fix JS release to work in both browser and node environments (see #1 )
  • Another potential fix for the comment processor

Bug fixes

08 Apr 01:21
Compare
Choose a tag to compare
  • Bug in comment processor

Bug fix

08 Apr 00:21
Compare
Choose a tag to compare
  • Fixes a bug where some comments aren't formatted properly
  • Explicitly excludes some cases that require additional formatting (grouped expressions, semicolons)

JS Release, bug fixes

07 Apr 21:49
Compare
Choose a tag to compare
  • Fixes some small bugs in dockerfmt
  • Releases the module for NodeJS
  • Restructures project into a cmd and lib folder

Full Changelog: 0.1.0-alpha...0.2.0

Initial Release

06 Apr 18:35
Compare
Choose a tag to compare
0.1.0-alpha

Try again