v5.0.0
💥 Breaking
- 343c3e8 💥 BREAKING: Complete migration to Node.js 18
- This completes the migration to only supporting Node.js 18 or higher.
- While you can still install this package below Node 18, do not that various errors/unexpected behavior may (and probably will) occur.
- If you aren't sure what version you're using, run
node --version
Important
If you're below Node 18, when updating/installing, you'll receive this message:
npm WARN [email protected] requires a peer of node >=18 but none is installed.
You must install peer dependencies yourself.