Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Releases: electron/electron-docs-linter

v3.0.4

21 May 18:45
470da50

Choose a tag to compare

3.0.4 (2019-05-21)

Bug Fixes

  • test/fixtures/docs/api/menu-item: fix typo (b8e2b46)

v3.0.3

24 Apr 19:59
0d3ab35

Choose a tag to compare

3.0.3 (2019-04-24)

Bug Fixes

  • read array type innerTypes (0d3ab35)

v3.0.2

23 Apr 20:41
a9f3d6d

Choose a tag to compare

3.0.2 (2019-04-23)

Bug Fixes

  • ensure the inner types that are objects get their keys (b3ae180)
  • only run for string inners (a9f3d6d)

v3.0.1

19 Feb 01:41

Choose a tag to compare

3.0.1 (2019-02-19)

Bug Fixes

  • better parsing error logging [object Object] (#113) (e4831a0)

v3.0.0

18 Feb 13:02
73e22f6

Choose a tag to compare

3.0.0 (2019-02-18)

Features

  • add support for multi-inner Generics (#112) (73e22f6)

BREAKING CHANGES

  • innerType is now an array of innerTypes

We now support Record<string, string> (and other multi-inner generics
like Map)

v2.5.0

14 Feb 21:25
b27d886

Choose a tag to compare

2.5.0 (2019-02-14)

Features

  • add support for "extends" in structures (#111) (b27d886)

v2.4.0

20 Sep 00:31

Choose a tag to compare

2.4.0 (2018-09-20)

Bug Fixes

  • electron.atom.io > electronjs.org (#104) (a6444d7)
  • ignore .npmrc in the .npmignore file (8adbf51)
  • ignore the .gitignore file (ef298d9)

Features

  • set up semantic-release (#103) (e9fe91a)
  • support inner types for things like Promise (3ba4721)