Skip to content

Releases: CaffeineDuck/Balderdash

v0.1

18 Jan 16:33
Compare
Choose a tag to compare

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 and exit 0 when it doesn't.
  • It now uses ag which is very fast in comparison to grep.
  • Change the install.sh file to use install command instead of mv.
  • Silent mode in curl is used while downloading binaries.

Full Change log: v0.1-alpha...v0.1

v0.1-alpha

18 Jan 10:04
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

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.