Releases: cedx/which.js
Releases · cedx/which.js
Which for JS 5.0.0
- Breaking change: implemented the
Finder.find()
method using asynchronous generators.
Which for JS 4.2.0
- Ported the unit tests to classes with experimental decorators.
- Removed a cyclic dependency.
- Updated the package dependencies.
Which for JS 4.1.0
- Ported the source code to TypeScript.
- Replaced the ESDoc documentation generator by TypeDoc.
- Replaced the ESLint static analyzer by TSLint.
- Updated the package dependencies.
Which for JS 4.0.1
- Updated the usage of the
fs
promises API. - Updated the package dependencies.
Which for JS 4.0.0
- Breaking change: raised the required Node.js version.
- Updated the package dependencies.
- Using the
fs
promises API.
Which for JS 3.2.1
- Fixed the issue #1: the
which()
function can return duplicates.
Which for JS 3.2.0
Which for JS 3.1.0
- Updated the package dependencies.
Which for JS 3.0.0
- Breaking change: changed the signature of the
Finder
class constructor. - Breaking change: merged the
all
andoptions
parameters of thewhich()
function. - Breaking change: removed the
Application
class. - Added the
onError
option. - Updated the package dependencies.
Which for JS 2.0.2
- Fixed a bug: with the
all
parameter set tofalse
, no instance was returned.