Skip to content

Releases: FloEdelmann/vue-ts-types

Version 1.7.1

05 Nov 08:50
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v1.7.0...v1.7.1

Version 1.7.0

04 Nov 13:37
Compare
Choose a tag to compare

Warning

This release mistakenly changed "type": "commonjs" to "type": "module" in package.json. Please use v1.7.1 which is back to CommonJS. Switching to ESM will be a major version bump in the future; and there will probably be releases supporting both ESM and CommonJS before that.

Internal changes

Full Changelog: v1.6.2...v1.7.0

Version 1.6.2

25 Apr 15:57
Compare
Choose a tag to compare

Docs

Internal changes

New Contributors

Full Changelog: v1.6.1...v1.6.2

Version 1.6.1

18 Sep 16:52
Compare
Choose a tag to compare

Docs

Internal changes

Full Changelog: v1.6.0...v1.6.1

Version 1.6.0

28 Oct 12:31
Compare
Choose a tag to compare

Features

Docs

Internal changes

Full Changelog: v1.5.1...v1.6.0

Version 1.5.1

09 Sep 14:16
Compare
Choose a tag to compare

Docs

Internal changes

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

18 Aug 15:27
Compare
Choose a tag to compare

Features

Internal changes

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

04 Aug 15:40
Compare
Choose a tag to compare

Features

Internal changes

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

13 Jul 22:19
Compare
Choose a tag to compare

Features / Bug fixes

  • Ensure compatibility with multiple versions of Vue, by @FloEdelmann in #83

Docs

Internal changes

  • Enable strict typescript-eslint config, by @FloEdelmann in #29
  • Inline toHaveBeenCalledBefore from jest-extended (because jest-extended is not compatible with Node v12 anymore), by @FloEdelmann in #84
  • Bump development dependencies, by @dependabot

Full Changelog: v1.2.1...v1.3.0

Version 1.2.1

16 May 14:33
Compare
Choose a tag to compare

Bug fixes

  • Make PropOptions interface public to fix TypeScript error, by @ricayanzon in #25

Internal changes

New Contributors

Full Changelog: v1.2.0...v1.2.1