v0.15.0-beta.1
Pre-release
Pre-release
WebFreak001
released this
04 Nov 15:12
·
23 commits
to master
since this release
Behavioral Notes
When formatting a file that would crash dfmt, previously it would have cleared the file or potentially output only partial output. Now dfmt will not output anything at all anymore when there is a parsing error and instead return with a non-zero exit code.
What's Changed
- Fix array indentation as argument by @belka-ew in #549
- Use specified line endings in multiline comments. by @veelo in #550
- Fix array literal indentation in foreach by @belka-ew in #554
- Very long chained calls in array literals are indented weirdly by @belka-ew in #562
- Retain line ending by default. by @veelo in #553
- Fix indentation of callchains with comments by @belka-ew in #563
- Add knr brace style to README by @proskur1n in #566
- Fix #568, don't output empty files without error by @WebFreak001 in #569
Internals
- Port
test.sh
to platform independent D. by @veelo in #551 - Update dub.json to remove dependency on
rdmd
by @skyline131313 in #547 - CI by @veelo in #560
- Remove unused appveyor config by @ibuclaw in #567
New Contributors
- @skyline131313 made their first contribution in #547
- @proskur1n made their first contribution in #566
- @ibuclaw made their first contribution in #567
Full Changelog: v0.14.2...v0.15.0-beta.1