Releases: CedX/Which.js
Releases · CedX/Which.js
Release list
Which for JS 12.0.0
Which for JS 11.1.1
- Fixed the return type of the generator functions.
Which for JS 11.1.0
- Ported the source code to TypeScript.
Which for JS 11.0.0
- Breaking change: the
ResultSetmethods are now implemented as properties.
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
extensionsandpathsproperties of theFinderclass 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.