thenify-all is a Node.js utility that “promisifies” selected functions from an object, producing methods that return Promises. It can also generate Promise-based methods while remaining backward compatible with callbacks (thenifyAll.withCallback), which is useful when wrapping async APIs.
Project status
- The last recorded upstream push for
thenables/thenify-allis 2020-12-10, but the most recent tagged package updates shown here are from 2015 (1.6.0 on 2015-01-10). This suggests low or intermittent maintenance activity, though the evidence here does not show a recent regular cadence. - Apparent update cadence is irregular and quite infrequent in the available history (multiple updates clustered in early January 2015, then no further update entries provided afterward).
AI summary generated Today
Recent updates
1.6.0
1/10/2015Version 1.6.0 updates the thenify-all package with new exported properties and broadens supported Node.js versions. The provided release notes are empty, so the changes below are inferred from the actual diff.
1.5.1
1/8/2015Release 1.5.1 includes only a metadata change in package.json. The only functional delta visible in the diff is an update to the declared dependency constraint for thenify and a version bump from 1.5.0 to 1.5.1.
1.5.0
1/8/2015Version 1.5.0 was published on 2015-01-08, but the publisher did not provide any release notes. As a result, this release cannot be reviewed for specific new features, breaking changes, bug fixes, or security updates based on the provided information.