# @whatwg-node/events ## 0.1.1 ### Patch Changes - [#554](https://github.com/ardatan/whatwg-node/pull/554) [`dc29e24`](https://github.com/ardatan/whatwg-node/commit/dc29e24a27921a39a8a3009f9fe32f5c8e6b3b50) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Follow the spec and set `detail` to null by default ## 0.1.0 ### Minor Changes - [#535](https://github.com/ardatan/whatwg-node/pull/535) [`01051f8`](https://github.com/ardatan/whatwg-node/commit/01051f8b3408ac26612b8d8ea2702a3f7e6667af) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support ## 0.0.3 ### Patch Changes - [#427](https://github.com/ardatan/whatwg-node/pull/427) [`e8bda7c`](https://github.com/ardatan/whatwg-node/commit/e8bda7cdf440a7f4bb617ee1b5df8ee1becb4ad6) Thanks [@Rugvip](https://github.com/Rugvip)! - Restructure type declarations to avoid polluting global namespace. ## 0.0.2 ### Patch Changes - [`c0d5c43`](https://github.com/ardatan/whatwg-node/commit/c0d5c43a1c4d3d9fcdf542472fabdebd5118fe23) Thanks [@ardatan](https://github.com/ardatan)! - Fix dispatchEvent on Node 14 ## 0.0.1 ### Patch Changes - [`9502102`](https://github.com/ardatan/whatwg-node/commit/9502102b265945b37ee38b276ec1533fae0f308f) Thanks [@ardatan](https://github.com/ardatan)! - New Event API ponyfill