Releases: cedx/which.js
Releases · cedx/which.js
Which for JS 11.0.0
Which for JS 10.0.0
- Breaking change: the
which()
function now uses a named export instead of a default export. - Ported the source code to CoffeeScript.
Which for JS 9.0.0
- Breaking change: the
extensions
andpaths
properties of theFinder
class are now implemented asSet<string>
.
Which for JS 8.1.1
- Migrated the documentation to the GitHub wiki.
Which for JS 8.1.0
- Ported the source code to TypeScript.
Which for JS 8.0.2
- Dropped the use of import assertions.
Which for JS 8.0.1
- Dropped the dependency on Commander.js.
- Fixed the TypeScript typings.
Which for JS 8.0.0
- Breaking change: raised the required Node.js version.
- Breaking change: removed the
FinderError
class. - Breaking change: removed the
Finder.pathSeparator
property. - Breaking change: renamed the
Finder.path
property topaths
. - Added the
ResultSet
class. - Ported the source code to JavaScript.
Which for JS 7.1.0
- Deprecated this package in favor of
@cedx/which.hx
. - Replaced the build system based on Robo by PowerShell scripts.
- Updated the package dependencies.
Which for JS 7.0.1
- Dropped support for GitHub Packages.
- Fixed a packaging issue.