Notable changes
-
The default branch for the repository has been renamed to
main
frommaster
. (#6292) -
For improved consistency with related features, the following JavaScript features have been renamed (#9592):
javascript.operators.async_function_expression
→javascript.operators.async_function
javascript.operators.function_star
→javascript.operators.generator_function
javascript.operators.async_generator_function_expression
→javascript.operators.async_generator_function
-
The following historic features of the
Node
interface were removed to more accurately represent their moves to theElement
andAttr
interfaces (#9561):api.Node.localName
api.Node.namespaceURI
api.Node.prefix
-
The following duplicate features of the
AudioScheduledSourceNode
interface were removed (#9599):api.AudioBufferSourceNode.onended
api.ConstantSourceNode.onended
api.ConstantSourceNode.start
api.ConstantSourceNode.stop
api.OscillatorNode.onended
api.OscillatorNode.start
api.OscillatorNode.stop
-
The following duplicate features of the
SVGGeometryElement
interface were removed (#9479):api.SVGGeometryElement.supportOtherThanPath
, duplicating several new support statements inapi.SVGGeometryElement
api.SVGPathElement.getPointAtLength
, duplicatingapi.SVGGeometryElement.getPointAtLength
api.SVGPathElement.getTotalLength
, duplicatingapi.SVGGeometryElement.getTotalLength
api.SVGPathElement.pathLength
, duplicatingapi.SVGGeometryElement.pathLength
Statistics
- 15 contributors have changed 417 files with 2,977 additions and 1,915 deletions in 62 commits (
v3.2.1...v3.2.2
) - 13,020 total features
- 761 total contributors
- 3,284 total stargazers