Releases: jsdom/webidl2js
Releases · jsdom/webidl2js
5.1.1
5.1.0
Adds a new nonstandard extended attribute, [WebIDL2JSFactory], which causes the output to be an interface factory function instead of just the interface. This is useful for certain cases in jsdom where the class must be aware of what window it's declared on.
Adds initial support for iterable<> declarations.