Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

40 lines (20 loc) · 1.41 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.1 (2019-08-20)

2.4.0 (2017-12-05)

Features

  • Basic WebRTC types, improved build scripts (84f7df0), closes #5

2.3.1 (2017-12-04)

Bug Fixes

  • Fix tests, remove unused dependency (5b037d8)
  • Remove /en-US/ from Mozilla docs (#4) (95ce765)

2.3.0

  • feat(types): Add TypedArray TypedArray is not exactly an available global property or constructor but it is used to talk about typed array constructors in general. It is documented as a global in MDN and it would be useful to have it linked when an API accepts any typed array argument.

2.1.0

  • Added deep-links for node.js event & stream APIs