Skip to content

Latest commit

 

History

History
294 lines (176 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

294 lines (176 loc) · 16.5 KB

Bug fixes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.7.0...v1.7.1

Changes

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: https://github.com/FloEdelmann/vue-ts-types/compare/v1.6.2...v1.7.0

Changes

Docs

Internal changes

New Contributors

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.6.1...v1.6.2

Changes

Docs

Internal changes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.6.0...v1.6.1

Changes

Features

Docs

Internal changes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.5.1...v1.6.0

Changes

Docs

Internal changes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.5.0...v1.5.1

Changes

Features

Internal changes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.4.0...v1.5.0

Changes

Features

Internal changes

New Contributors

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.3.0...v1.4.0

Changes

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: https://github.com/FloEdelmann/vue-ts-types/compare/v1.2.1...v1.3.0

Changes

Bug fixes

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

Internal changes

New Contributors

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.2.0...v1.2.1

Changes

Features

Internal changes

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.1.0...v1.2.0

Changes

Emit CommonJS instead of ESM (#5)

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v1.0.0...v1.1.0

Changes

Only minor changes to v0.2.2:

  • Documentation:
    • Improve JSDoc comments
    • Improve README
    • Add contributing guidelines
    • Add license file
  • Update development dependencies

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v0.2.2...v1.0.0

Changes

This is the first automated release. The skipped versions since v0.1.0 were created during the auto-release setup.

Full Changelog: https://github.com/FloEdelmann/vue-ts-types/compare/v0.1.0...v0.2.2

Changes

Initial release

Changes