Skip to content

Releases: cedx/which.js

Which for JS 5.0.0

08 Apr 21:42
Compare
Choose a tag to compare
  • Breaking change: implemented the Finder.find() method using asynchronous generators.

Which for JS 4.2.0

08 Apr 21:41
Compare
Choose a tag to compare
  • Ported the unit tests to classes with experimental decorators.
  • Removed a cyclic dependency.
  • Updated the package dependencies.

Which for JS 4.1.0

08 Apr 21:41
Compare
Choose a tag to compare
  • 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

08 Apr 21:40
Compare
Choose a tag to compare
  • Updated the usage of the fs promises API.
  • Updated the package dependencies.

Which for JS 4.0.0

08 Apr 21:40
Compare
Choose a tag to compare
  • Breaking change: raised the required Node.js version.
  • Updated the package dependencies.
  • Using the fs promises API.

Which for JS 3.2.1

08 Apr 21:40
Compare
Choose a tag to compare
  • Fixed the issue #1: the which() function can return duplicates.

Which for JS 3.2.0

08 Apr 21:39
Compare
Choose a tag to compare
  • Added a user guide based on MkDocs.
  • Added the FinderError class.
  • Updated the build system to Gulp version 4.
  • Updated the package dependencies.

Which for JS 3.1.0

08 Apr 21:39
Compare
Choose a tag to compare
  • Updated the package dependencies.

Which for JS 3.0.0

08 Apr 21:39
Compare
Choose a tag to compare
  • Breaking change: changed the signature of the Finder class constructor.
  • Breaking change: merged the all and options parameters of the which() function.
  • Breaking change: removed the Application class.
  • Added the onError option.
  • Updated the package dependencies.

Which for JS 2.0.2

08 Apr 21:38
Compare
Choose a tag to compare
  • Fixed a bug: with the all parameter set to false, no instance was returned.