Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Releases: eslint/doctrine

v3.0.0

10 Nov 02:38
Compare
Choose a tag to compare
  • 0b5a8c7 Breaking: drop support for Node < 6 (#223) (Kai Cataldo)
  • a05e9f2 Upgrade: eslint-release@1.0.0 (#220) (Teddy Katz)
  • 36ed027 Chore: upgrade coveralls to ^3.0.1 (#213) (Teddy Katz)
  • 8667e34 Upgrade: eslint-release@^0.11.1 (#210) (Kevin Partington)

v2.1.0

06 Jan 14:54
Compare
Choose a tag to compare

v2.0.2

26 Nov 03:00
Compare
Choose a tag to compare
  • 5049ee3 Fix: Remove redundant LICENSE/README names from files (#203) (Kevin Partington)

v2.0.1

26 Nov 03:17
Compare
Choose a tag to compare
  • 009f33d Fix: Making sure union type stringification respects compact flag (#199) (Mitermayer Reis)
  • 19da935 Use native String.prototype.trim instead of a custom implementation. (#201) (Rouven Weßling)
  • e3a011b chore: add mocha.opts to restore custom mocha config (Jason Kurian)
  • d888200 chore: adds nyc and a newer version of mocha to accurately report coverage (Jason Kurian)
  • 6b210a8 fix: support type expression for @this tag (fixes #181) (#182) (Frédéric Junod)
  • 1c4a4c7 fix: Allow array indexes in names (#193) (Tom MacWright)
  • 9aed54d Fix incorrect behavior when arrow functions are used as default values (#189) (Gaurab Paul)
  • 9efb6ca Upgrade: Use Array.isArray instead of isarray package (#195) (medanat)

v2.0.0

15 Nov 17:59
Compare
Choose a tag to compare
  • 7d7c5f1 Breaking: Re-license to Apache 2 (fixes #176) (#178) (Nicholas C. Zakas)
  • 5496132 Docs: Update license copyright (Nicholas C. Zakas)

v1.5.0

13 Oct 21:25
Compare
Choose a tag to compare
  • e33c6bb Update: Add support for BooleanLiteralType (#173) (Erik Arvidsson)

v1.4.0

13 Sep 19:45
Compare
Choose a tag to compare
  • d7426e5 Update: add ability to parse optional properties in typedefs (refs #5) (#174) (ikokostya)

v1.3.0

22 Aug 20:17
Compare
Choose a tag to compare
  • 12c7ad9 Update: Add support for numeric and string literal types (fixes #156) (#172) (Andrew Walter)

v1.2.3

16 Aug 17:53
Compare
Choose a tag to compare
  • b96a884 Build: Add CI release script (Nicholas C. Zakas)
  • 8d9b3c7 Upgrade: Upgrade esutils to v2.0.2 (fixes #170) (#171) (Emeegeemee)

v1.2.0

19 Feb 18:29
Compare
Choose a tag to compare
  • 18136c5 Build: Cleanup build system (Nicholas C. Zakas)
  • b082f85 Update: Add support for slash in namepaths (fixes #100) (Ryan Duffy)
  • def53a2 Docs: Fix typo in option lineNumbers (Daniel Tschinder)
  • e2cbbc5 Update: Bump isarray to v1.0.0 (Shinnosuke Watanabe)
  • ae07aa8 Fix: Allow whitespace in optional param with default value (fixes #141) (chris)