This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: eslint/doctrine
Releases · eslint/doctrine
v3.0.0
v2.1.0
v2.0.2
v2.0.1
- 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
v1.5.0
v1.4.0
v1.3.0
v1.2.3
v1.2.0
- 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)