Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 10:45
· 33 commits to master since this release

1.11.0 (2021-04-05)

Bug Fixes

  • add types for JobMessage and ConfigMessage (856ec7c)
  • create a copy of defaultConfig (1d9db83)
  • create WorkerHelper globally (46c560b)
  • export functions directly (f39bfbc)
  • fix is required in ILintOptions (9f41379)
  • fix the exports (8d678ae)
  • handle no textEditor path (9a7db62)
  • ignoreTypings wasn't assigned to config (eabb6eb)
  • import types from tslint and ts + access private member (f3541b4)
  • move config to config.ts and add types for config (20a1e06)
  • null-check for workerInstance (08310e7)
  • resolveAndCacheLinter 2nd argument is optional (663cadd)
  • type of lintResult (ab07c3e)
  • use async cryptoRandomString (25faee0)
  • use async fs.stat (fb51a78)
  • use rollup to bundle worker and main (376dbae)

Features