## [Unreleased]
+## Changed
+
+- Structure markdown documentation (PR #811).
+
+## Fixed
+
+- Add missing `types` field to package.json `exports`.
+
## [2.6.21] - 2023-08-03
### Changed
### Fixed
-- Fix `exports` syntax for ESM and CommonJS.
+- Fix package.json `exports` syntax for ESM and CommonJS.
### Changed
### Fixed
-- Fix `exports` syntax for ESM and CommonJS.
+- Fix package.json `exports` syntax for ESM and CommonJS.
## [2.3.10-1] - 2023-03-18
### Fixed
-- Fix `exports` syntax for ESM and CommonJS.
+- Fix package.json `exports` syntax for ESM and CommonJS.
## [2.3.9] - 2023-03-18
### Breaking Changes
-- Support only NodeJS version 16.x.x for cluster pool: upstream cluster API have changed on that version.
+- Support only Node.js version 16.x.x for cluster pool: upstream cluster API have changed on that version.
## [2.1.0] - 2021-08-29
#### New type definitions for input data and response
For cluster worker and worker-thread pools, you can now only send and receive structured-cloneable data.
-_This is not a limitation by poolifier but NodeJS._
+_This is not a limitation by poolifier but Node.js._
#### Public property replacements
"main": "./lib/index.js",
"exports": {
".": {
+ "types": "./lib/index.d.ts",
"require": "./lib/index.js",
"import": "./lib/index.mjs"
}