Releases: sha1n/bert
Releases · sha1n/bert
v2.0.3
v2.0.2
v2.0.1
v2.0.0
🚀 Features & Major Changes
- config tool now prompts to create missing directories @sha1n (#76)
- program logs now go to stderr and data reports to stdout (if
-o
is not specified) @sha1n (#72) - flipped default external command stdout/err piping behaviour - now off by default @sha1n (#70)
- yaml is now the default config format (in absence if an identifiable file extension) @sha1n (#53)
🐛 Bug Fixes
- expanding '~' before attempting to create a user specified path @sha1n (#79)
- fixed external command stderr piping @sha1n (#71)
📚 Documentation
- added i/o overview section (to the right file) @sha1n (#73 #74, #75)
- docs and interactive help adjustments @sha1n (#67, #68)
- added readme sync for site @sha1n (#63, #64)
- moved site content under docs @sha1n (#62)
- pages style overrides @sha1n (#61)
Other Changes
- avoiding unnecessary pointers @sha1n (#78)
- restored skipped tests @sha1n (#77)
- sanity for txt report writer @sha1n (#66)
- consistent log config across commands @sha1n (#65)
- lint fixed @sha1n (#60)
- renamed actions for better visibility @sha1n (#59)
- uneedtest -> uneatest @sha1n (#58)
- migrated to external dependency @sha1n (#57)
- covering the basics of the config command @sha1n (#56)
- removed incorrect dep @sha1n (#55)
- Bump github.com/fatih/color from 1.11.0 to 1.12.0 @dependabot (#54)
- more coverage @sha1n (#52)
- improved test coverage @sha1n (#51)