Skip to content

Releases: ktsn/vuetype

v0.3.2

05 Feb 05:09
Compare
Choose a tag to compare

Features

v0.3.1

04 Feb 16:15
Compare
Choose a tag to compare

Bug Fixes

v0.3.0

04 Feb 14:35
Compare
Choose a tag to compare

Bug Fixes

  • avoid errors when occurred if diagnostic position is unknown (e482f9f)

Features

  • support a src attribute on a script block (e35079d)

v0.2.2

26 May 18:31
Compare
Choose a tag to compare

Improvements

  • Fix the problem that some errors are not printed even if declaration files cannot be emitted.

Others

  • TypeScript is now exact dependency.

v0.2.1

29 Apr 04:48
Compare
Choose a tag to compare

Internal

  • Make compatible with latest TypeScript (#8)

v0.2.0

12 Feb 01:47
Compare
Choose a tag to compare

Breaking Changes

  • Change JS API interfaces
    • export function generate (filenames: string[], configPath: string): Promise<never>
    • export function watch (dirs: string[], configPath: string): void

v0.1.6

08 Feb 17:30
Compare
Choose a tag to compare

New

Expose generate and watch function as JavaScript API.

  • function generate (filenames: string[], options: ts.CompilerOptions): Promise<never>
  • function watch (dirs: string[], compilerOptions: ts.CompilerOptions = {}): chokidar.FSWatcher

v0.1.5

14 Jan 19:11
Compare
Choose a tag to compare

New

  • --watch (shorthand -w) option support (via #2)

Fixed

  • Avoid infinite loop when tsconfig.json is not exists (via #4)

v0.1.3

28 Dec 03:14
Compare
Choose a tag to compare

Fixed

  • Fix the issue that failed to load tsconfig.json

v0.1.2

27 Dec 17:11
Compare
Choose a tag to compare

Improvements

  • Show help if there is no argument