Commit History

作者 SHA1 備註 提交日期
  Jeff Williams 8ac05f56f5 convert Markdown in the summary property (#1149) 7 年之前
  Jeff Williams 8b26b6d669 remove author tags, and clean up JSDoc comments without leading asterisks 7 年之前
  Jeff Williams 15b57e52f3 overhaul ESLint config; delint 7 年之前
  Jeff Williams ae94af0cd8 turn `env` global into a module, and use the module instead of the global (#812) 10 年之前
  Jeff Williams 0e571265d4 process Markdown links in `author` tag (#878) 10 年之前
  Jeff Williams 36065d22e8 add `exception`/`throws` to default tag list for Markdown plugin (#736) 10 年之前
  Jeff Williams db7e65deb1 enable ESLint `quotes` rule (and associated cleanup) 10 年之前
  Jeff Williams f55feb1a0e 'use strict'ify 11 年之前
  Jeff Williams 7ac6bfee1c cleanup 11 年之前
  Jeff Williams e17b785a43 whitespace 11 年之前
  Jeff Williams f97803ad69 use Object.keys instead of Object.hasOwnProperty where possible 11 年之前
  Jeff Williams 140883c553 Merge pull request #297 from phasmal/add-see-tag-support 12 年之前
  Billiam 282fc16e49 Adding excludeTags to markdown config. 12 年之前
  phasmal d7ea22b6f2 removed some tab chars 12 年之前
  phasmal 554917137b Fixed jshint-clean issues reported on github .. again 12 年之前
  phasmal 427a46177d Added support for @see tag in markdown plugin, including adding 'see' to default list and fixing recursion into Arrays 12 年之前
  Jeff Williams 97d289c65f refactor markdown-related code (#220) 12 年之前
  Jeff Williams 409c62b22c don't set the github repo's nameWithOwner if the config is incomplete 12 年之前
  Jeff Williams 3c8437b9d9 replace GFM parser; package.json cleanup 12 年之前
  Jeff Williams 929e60dd99 update evilstreak markdown plugin; move to node_modules 12 年之前
  Jeff Williams c43c183aaa disable JSHint's "asi" relaxing option 12 年之前
  Jeff Williams 1951ea3821 enable JSHint's "undef" test 12 年之前
  Ben Blank f45d9bbccc rename `gfmHardwrap` config option to `hardwrap` for agreement with `dialect` and future-proofing 13 年之前
  Ben Blank f47bcce5b1 fix description-clobbering bug in string property handling, don't parse inherited properties, add `@classdesc` to default tags 13 年之前
  Ben Blank 79590baac7 add `dialect` parameter for evilstreak Markdown parser 13 年之前
  Ben Blank 660338e93b allow GFM hardwrapping to be disabled 13 年之前
  Ben Blank 8279f908d4 allow Markdown in more than just top-level descriptions 13 年之前
  Ben Blank d4bfc564b6 add configuration support to plugins/markdown 13 年之前
  Jannon 393f6c9846 Beefier plugin documentation 13 年之前
  Michael Mathews 0c64dc6a1f Improvements to plugin API. Added initial README for authoring plugins. 13 年之前