4.0.0 (2025-01-02)
- chore!: update packages (587f9de)
Features
- add https option (#30) (8a9f15f)
- make json parser non strict (#31) (e31757f)
- migrate to ESM (20bdb07)
BREAKING CHANGES
- JS mocks and collections now use ESM by default. To keep using your previous mocks and collections, you need to change their extension from
.js
to.cjs
- requires Node >= 18