Skip to content

0.6.10

Compare
Choose a tag to compare
@jhspetersson jhspetersson released this 27 Apr 19:08
· 400 commits to master since this release
  • NOT keyword (e.g., where name not like '%.tmp')
  • added .d to the list of source file extensions
  • alternate form !~= of notrx operator
  • TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
  • .dockerignore support
  • dockerignore, gitignore, and hgignore boolean config parameters with default options for search within any roots, if not specified otherwise

Thanks to @chenrui333 for CI/CD fix.