Releases: reteps/dockerfmt
Releases Β· reteps/dockerfmt
0.2.7
What's Changed
- README.md: Fix buildkit link. by @the9000 in #12
- Fix types fields in package.json by @nwalters512 in #13
- feat: add pre-commit-hook config by @meysam81 in #11
- chore: add
engines
field by @JounQin in #14 - fix: add missing --indent parameter to pre-commit action by @b0lle in #17
- fix: closes #15
- fix: closes #16
0.2.6
What's Changed
- Format files with Prettier by @nwalters512 in #5
- Move
typescript
todevDependencies
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
- @nwalters512 made their first contribution in #5
Full Changelog: 0.2.5...0.2.6
Bug fixes
Bug fixes; Fix JS release
- Fix JS release to work in both browser and node environments (see #1 )
- Another potential fix for the comment processor
Bug fixes
Bug fix
JS Release, bug fixes
- Fixes some small bugs in dockerfmt
- Releases the module for NodeJS
- Restructures project into a
cmd
andlib
folder
Full Changelog: 0.1.0-alpha...0.2.0
Initial Release
0.1.0-alpha Try again