Releases: sirbrillig/grepdef
Releases · sirbrillig/grepdef
v3.4.1
Install grepdef 3.4.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.4.1/grepdef-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.4.1/grepdef-installer.ps1 | iex"
Download grepdef 3.4.1
v3.4.0
Install grepdef 3.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.4.0/grepdef-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.4.0/grepdef-installer.ps1 | iex"
Download grepdef 3.4.0
v3.3.0
Changelog
- Add limit option (#40) (eg:
--limit 1
)
- Add color option (eg:
--color always
)
- Return results as soon as we have them (#39) (adds
search_callback
and search_and_format_callback
Install grepdef 3.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.3.0/grepdef-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.3.0/grepdef-installer.ps1 | iex"
Download grepdef 3.3.0
Full Changelog: v3.2.2...v3.3.0
v3.2.2
Install grepdef 3.2.2
Changelog
- Add support for finding PHP constants #37
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sirbrillig/grepdef/releases/download/v3.2.2/grepdef-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sirbrillig/grepdef/releases/download/v3.2.2/grepdef-installer.ps1 | iex"
Download grepdef 3.2.2
v3.1.0
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
Download grepdef 3.1.0
v3.0.0
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
Download grepdef 3.0.0
v2.1.0
Changelog
- Add support for JSDoc
@typedef
defintions.
- Add support for JS object property definitions.
v2.0.4
Changelog
- Add 'typescriptreact' to 'js' file type aliases
v2.0.3
Changelog
- Fixed a bug where
--verbose
did not work correctly.
v2.0.2
Changelog
- Fixed a bug where unknown filetypes were not being reported (and were instead triggering auto-detection).