ack Changelog

What's new in ack 2.14

Jan 13, 2015
  • FIXES:
  • The -s flag would fail to suppress certain warnings. Thanks, Kassio Borges. (GitHub ticket #439)
  • The -w flag would fail to work properly with regex features such as alternation. Thanks to Ed Avis for the report (GitHub ticket #443)
  • The -g flag should now work faster on larger codebases. Thanks to Manuel Meurer for the report (GitHub ticket #458)
  • ENHANCEMENTS:
  • ack now ignores JavaScript and CSS source maps. Thanks, Chris Rebert.
  • ack now ships with customized shell completion scripts for bash and zsh.