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

Releases: eslint/doctrine

v1.1.0

19 Feb 18:29
Compare
Choose a tag to compare
  • Build: Switch to Makefile.js (Nicholas C. Zakas)
  • New: support name expression for @this tag (fixes #143) (Tim Schaub)
  • Build: Update ESLint settings (Nicholas C. Zakas)

v1.0.0

21 Dec 20:11
Compare
Choose a tag to compare
  • Breaking: parse caption tags in examples into separate property. (fixes #131) (Tom MacWright)

v0.7.2

27 Nov 20:43
Compare
Choose a tag to compare
  • Fix: Line numbers for some tags (fixes #138) Fixing issue where input was not consumed via advance() but was skipped when parsing tags resulting in sometimes incorrect reported lineNumber. (TEHEK)
  • Build: Add missing linefix package (Nicholas C. Zakas)

v0.7.1

13 Nov 21:45
Compare
Choose a tag to compare
  • Build: Begin switch to Makefile.js (Nicholas C. Zakas)
  • Fix: permit return tag without type (fixes #136) (Tom MacWright)
  • Fix: package.json homepage field (Bogdan Chadkin)
  • Fix: Parse array default syntax. Fixes #133 (Tom MacWright)
  • Fix: Last tag always has \n in the description (fixes #87) (Burak Yigit Kaya)
  • Docs: Add changelog (Nicholas C. Zakas)

0.7.0

21 Sep 19:45
Compare
Choose a tag to compare
  • Docs: Update README with new info (fixes #127) (Nicholas C. Zakas)
  • Fix: Parsing fix for param with arrays and properties (fixes #111) (Gyandeep Singh)
  • Build: Add travis build (fixes #123) (Gyandeep Singh)
  • Fix: Parsing of parameter name without a type (fixes #120) (Gyandeep Singh)
  • New: added preserveWhitespace option (Aleks Totic)
  • New: Add "files" entry to only deploy select files (Rob Loach)
  • New: Add support and tests for typedefs. Refs #5 (Tom MacWright)