v2.0.0-next.1
Pre-release
Pre-release
2.0.0-next.1 (2024-02-29)
Features
- convert entire project to 'module:NodeNext' (73186ee)
BREAKING CHANGES
- that impacts nearly every file in the project. The new
module system facilitates using NodeJS v20 in deployed environments
(staging and prod). Previously, file extensions had been omitted from
import statements, but now they are required. This was made necessary by
node v20 dropping support for the experimental module resolution flag(s)
used in previous node versions (--experimental-specifier-resolution=node
).
The deployment process will now be much more reliable. - whole new module import system