Releases: CaffeineDuck/Balderdash
Releases · CaffeineDuck/Balderdash
v0.1
v0.1
v0.1
will be the first public release of Balderdash.
Changes:
- Remove
-s
strict mode. - Script now returns
exit 1
when it finds a match andexit 0
when it doesn't. - It now uses
ag
which is very fast in comparison togrep
. - Change the
install.sh
file to useinstall
command instead ofmv
. - Silent mode in curl is used while downloading binaries.
Full Change log: v0.1-alpha...v0.1
v0.1-alpha
Balderdash Initial Alpha Release
This is the first release of balderdash, this release contains features such as:
- Very fast code filtering
- pre-commit hooks support
- Custom configuration support
- Ignores files inside
.gitignore
by default.
For more info you can read the README.md
of this release.