Skip to content

Releases: sirbrillig/grepdef

v3.1.0

26 Jul 15:35
07227f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Install grepdef 3.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.1.0/grepdef-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.1.0/grepdef-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @sirbrillig/[email protected]

Download grepdef 3.1.0

File Platform Checksum
grepdef-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
grepdef-x86_64-apple-darwin.tar.gz Intel macOS checksum
grepdef-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
grepdef-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v3.0.0

25 Jul 00:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

Install grepdef 3.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.0.0/grepdef-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.0.0/grepdef-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @sirbrillig/[email protected]

Download grepdef 3.0.0

File Platform Checksum
grepdef-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
grepdef-x86_64-apple-darwin.tar.gz Intel macOS checksum
grepdef-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
grepdef-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

v2.1.0

20 Aug 21:40
Compare
Choose a tag to compare

Changelog

  • Add support for JSDoc @typedef defintions.
  • Add support for JS object property definitions.

v2.0.4

14 Dec 18:59
Compare
Choose a tag to compare

Changelog

  • Add 'typescriptreact' to 'js' file type aliases

v2.0.3

21 Aug 15:11
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where --verbose did not work correctly.

v2.0.2

15 Aug 04:44
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where unknown filetypes were not being reported (and were instead triggering auto-detection).

v2.0.0

14 Aug 21:57
Compare
Choose a tag to compare

Changelog

  • Add --line-number option. (This is a breaking change! Previously line numbers were always included in output.) #8
  • Add --no-color option.
  • Add --version option.

v1.1.0

14 Aug 00:44
Compare
Choose a tag to compare

Changelog

v1.0.0

10 Aug 17:09
Compare
Choose a tag to compare

Initial release.