Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.31 KB

changelog.md

File metadata and controls

37 lines (30 loc) · 1.31 KB

Changelog

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

Changed

  • Drop support for Node.js 14.
  • Function is exported as a named function so importing needs a destructure:
import { promiseAllProps } from 'promise-all-props';

Added

  • TypeScript types, thanks to @karlhorky!

2.1.1 - 2021-07-13

Fixed

  • The too strict Node.js engine semver range, support from 14 and up.

2.1.0 - 2021-03-09

Added

2.0.0 - 2021-03-08

Changed

  • 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

Changed

  • Removed ES6 usage so code works out of the box in older JS runtimes