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

v2.0.1

Compare
Choose a tag to compare
@not-an-aardvark not-an-aardvark released this 26 Nov 03:17
· 13 commits to master since this release
  • 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)