All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.
3.0.0 - 2023-08-28
- Drop support for Node.js 14.
- Function is exported as a named function so importing needs a destructure:
import { promiseAllProps } from 'promise-all-props';
- TypeScript types, thanks to @karlhorky!
2.1.1 - 2021-07-13
- The too strict Node.js engine semver range, support from 14 and up.
2.1.0 - 2021-03-09
- Deno export to https://deno.land.
2.0.0 - 2021-03-08
- Drop support for older JS runtimes and Node.js versions under version 14.
- Replace CommonJS entrypoints with ECMAScript modules.
1.0.1 - 2017-04-05
- Removed ES6 usage so code works out of the box in older JS runtimes