Releases: ashmrtn/commentmimic
Releases · ashmrtn/commentmimic
v0.1.0
What's Changed
- Better package and function naming by @ashmrtn in #12
- Update how comments in test files are handled by @ashmrtn in #13
Flag for enabling comments on test functions (in conjunction with --comment-exported
) has changed from --no-test-comments=false
to --comment-tests
to be more inline with other flags and make it easier to pass on CLI
Full Changelog: v0.0.4...v0.1.0
v0.0.4
v0.0.3
- add flag silencing output for test, benchmark, example, and fuzz functions not being commented
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Ignore machine readable comments
- New output message for empty comments
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Reduce the number of test cases run
- Better handle different whitespace types and different comment types
- Expand README and make more friendly
Full Changelog: v0.0.0...v0.0.1