Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.3.0](v2.2.1...v2.3.0) (2021-11-05) #### ✨ Features * Automatically parse "set-cookie" headers; available in response.cookies ([cd3cd95](cd3cd95)) <sup>closes [#373](https://github.com/Xunnamius/next-test-api-route-handler/issues/373)</sup> #### 🪄 Fixes * **src:** ensure exceptions do not prevent Jest from exiting ([8746e5f](8746e5f)) * **src:** ensure webpack does not break dynamic require on compile ([ae778d1](ae778d1)) <sup>closes [#378](https://github.com/Xunnamius/next-test-api-route-handler/issues/378)</sup> * Vastly improved error handling for those using node@<15 and/or npm@<7 ([c216caa](c216caa)) #### ⚙️ Build system * Add back nullish coalescing operator babel transform for older node versions ([5fbb6d2](5fbb6d2)) * **package:** backport npm script fixes ([346e8de](346e8de)) * **src:** fix TS bundle errors on node@12 and node@14 ([812e6f2](812e6f2))
- Loading branch information