github capricorn86/happy-dom v14.0.0

latest releases: v15.7.4, v15.7.3, v15.7.2...
6 months ago

💣 Breaking Changes

  • Removes unnecessary interfaces implemented by Window, Node and Element classes and by classes with a dependency to them - By @capricorn86 in task #1330
    • Interfaces was used to solve problems with circular dependencies (e.g. Window => Document => Window)
    • Newer versions of Typescript has solved this problem
    • This release is only breaking if you are using the interfaces. Then you can import and use the class as type instead (e.g. use HTMLElement instead of IHTMLElement)

Don't miss a new happy-dom release

NewReleases is sending notifications on new releases.