ThunderGo v0.8.1
Pre-release
Pre-release
Changelog
Submission (Experimental)
- Documented
ValidateManifest
andValidateReadme
methods. ValidateReadme
now accumulates errors instead of returning at the first encountered error.- When 'validate' methods accumulate errors, the output is now
[]error
instead of[]string
. - Added test for
ValidateReadme
.