|
1 | 1 | # Release notes
|
2 | 2 |
|
| 3 | +## [v3.2.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.2) |
| 4 | + |
| 5 | +March 25, 2021 |
| 6 | + |
| 7 | +### Notable changes |
| 8 | + |
| 9 | +- The default branch for the repository has been renamed to `main` from `master`. ([#6292](https://github.com/mdn/browser-compat-data/issues/6292)) |
| 10 | + |
| 11 | +- For improved consistency with related features, the following JavaScript features have been renamed ([#9592](https://github.com/mdn/browser-compat-data/pull/9592)): |
| 12 | + |
| 13 | + - `javascript.operators.async_function_expression` → `javascript.operators.async_function` |
| 14 | + - `javascript.operators.function_star` → `javascript.operators.generator_function` |
| 15 | + - `javascript.operators.async_generator_function_expression` → `javascript.operators.async_generator_function` |
| 16 | + |
| 17 | +- The following historic features of the `Node` interface were removed to more accurately represent their moves to the `Element` and `Attr` interfaces ([#9561](https://github.com/mdn/browser-compat-data/pull/9561)): |
| 18 | + |
| 19 | + - `api.Node.localName` |
| 20 | + - `api.Node.namespaceURI` |
| 21 | + - `api.Node.prefix` |
| 22 | + |
| 23 | +- The following duplicate features of the `AudioScheduledSourceNode` interface were removed ([#9599](https://github.com/mdn/browser-compat-data/pull/9599)): |
| 24 | + |
| 25 | + - `api.AudioBufferSourceNode.onended` |
| 26 | + - `api.ConstantSourceNode.onended` |
| 27 | + - `api.ConstantSourceNode.start` |
| 28 | + - `api.ConstantSourceNode.stop` |
| 29 | + - `api.OscillatorNode.onended` |
| 30 | + - `api.OscillatorNode.start` |
| 31 | + - `api.OscillatorNode.stop` |
| 32 | + |
| 33 | +- The following duplicate features of the `SVGGeometryElement` interface were removed ([#9479](https://github.com/mdn/browser-compat-data/pull/9479/)): |
| 34 | + |
| 35 | + - `api.SVGGeometryElement.supportOtherThanPath`, duplicating several new support statements in `api.SVGGeometryElement` |
| 36 | + - `api.SVGPathElement.getPointAtLength`, duplicating `api.SVGGeometryElement.getPointAtLength` |
| 37 | + - `api.SVGPathElement.getTotalLength`, duplicating `api.SVGGeometryElement.getTotalLength` |
| 38 | + - `api.SVGPathElement.pathLength`, duplicating `api.SVGGeometryElement.pathLength` |
| 39 | + |
| 40 | +### Statistics |
| 41 | + |
| 42 | +- 15 contributors have changed 417 files with 2,977 additions and 1,915 deletions in 62 commits ([`v3.2.1...v3.2.2`](https://github.com/mdn/browser-compat-data/compare/v3.2.1...v3.2.2)) |
| 43 | +- 13,020 total features |
| 44 | +- 761 total contributors |
| 45 | +- 3,284 total stargazers |
| 46 | + |
3 | 47 | ## [v3.2.1](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.1)
|
4 | 48 |
|
5 | 49 | March 18, 2021
|
|
0 commit comments