# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.4.1](https://github.com/documentationjs/globals-docs/compare/v2.4.0...v2.4.1) (2019-08-20) # [2.4.0](https://github.com/documentationjs/globals-docs/compare/v2.3.1...v2.4.0) (2017-12-05) ### Features * Basic WebRTC types, improved build scripts ([84f7df0](https://github.com/documentationjs/globals-docs/commit/84f7df0)), closes [#5](https://github.com/documentationjs/globals-docs/issues/5) ## [2.3.1](https://github.com/documentationjs/globals-docs/compare/v2.3.0...v2.3.1) (2017-12-04) ### Bug Fixes * Fix tests, remove unused dependency ([5b037d8](https://github.com/documentationjs/globals-docs/commit/5b037d8)) * Remove /en-US/ from Mozilla docs ([#4](https://github.com/documentationjs/globals-docs/issues/4)) ([95ce765](https://github.com/documentationjs/globals-docs/commit/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