Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2021-05-20)

⚠ BREAKING CHANGES

  • The output of the search command is now different; it's a JSON representation that matches the format that RipGrep itself produces exactly.

  • remove custom Match class (939ff87)

2.3.0 (2021-05-20)

Features

  • support multi-line searching option (eff9453)

2.2.0 (2021-02-12)

Features

  • support filtering by file type (62ad760)

2.1.0 (2021-02-12)

Features

2.0.0 (2021-02-12)

⚠ BREAKING CHANGES

  • The search function is now exported as a named function, rather than as the default. This is easier for bundlers and developers, as named exports help promote auto-importing modules and things of that nature.

  • No longer testing against Node versions below 14

  • convert library to TypeScript (21910e2)

  • use Volta to provide Node (3b94651)