Skip to content

Releases: wikimedia/eslint-docgen

v0.7.1

19 Jul 12:15
Compare
Choose a tag to compare
  • Fix: lintFix: Check for custom parser in mergedConfig (#132)
  • Code: Security updates from npm audit fix

v0.7.0

09 Feb 17:39
06f0891
Compare
Choose a tag to compare
  • Breaking change: Upgrade to ESLint 8

v0.6.2

09 Feb 17:34
Compare
Choose a tag to compare
  • Fix: Use throw instead of process.exit (#127) (Justin Poehnelt)
  • Code: Update eslint-config-wikimedia to 0.21.0

V0.6.1

27 Oct 17:40
e62998a
Compare
Choose a tag to compare
  • Fix: Filter out docgen:false tests before parsing (#120)

v0.6.0

26 Oct 19:43
36fd37e
Compare
Choose a tag to compare
  • Breaking change: Drop deprecated 'noDoc' option and '--doc' CLI flag (#115)
  • New: build-docs-from-tests: add Vue syntax highlighting (#105) (DannyS712)
  • New: Add TypeScript syntax highlighting
  • New: Add HTML syntax highlighting
  • New: Separate syntax highlighting support from showFilenames (#114)
  • Fix: Don't put an empty line before the first multi-line examples in a set (#117)
  • Code: Cleanup code for detecting highlight language (#113)

v0.5.1

22 Oct 17:19
Compare
Choose a tag to compare
  • Breaking change: Change the default icon for rules which are included in a preset (#109)
  • Breaking change: Add generated-file-warning comment to the top of MD files (#107)
  • Breaking change: Drop support for Node 10 (#110)
  • New: Add configuration to show file names for test cases (#101) (DannyS712)
  • New: Add per-rule config overrides (DannyS7123)
  • Docs: Various README fixes
  • Code: Update dependencies

v0.4.5

07 Apr 13:32
Compare
Choose a tag to compare
  • Code: Update dependencies

v0.4.4

06 Jul 13:28
Compare
Choose a tag to compare
  • Code: Ensure config.docPath exists before writing output path. (Raine Revere)
  • Code: Calculate outputDir from outputPath
  • Code: Fix reporting of writeFile error messages
  • Code: Output formatted error when rule not found (#92)
  • Docs: Fix config param heading level in README (#91)

v0.4.3

18 Jun 15:06
Compare
Choose a tag to compare
  • Code: Run one test 'it' per rule

v0.4.2

18 Jun 15:06
Compare
Choose a tag to compare
  • New: Introduce excludeExamplesByDefault config
  • Code: Remove some whitespace in config-schema
  • Code: Add a 'report' script