Skip to content

Latest commit

History

History
122 lines (64 loc) 路 5.55 KB

CHANGELOG.md

File metadata and controls

122 lines (64 loc) 路 5.55 KB

0.1.3 (2024-04-17)

Bug Fixes

  • types: use declare module vue (8a6ce86)

0.1.3 (2024-04-04)

Bug Fixes

  • types: use declare module vue (8a6ce86)

0.1.3 (2023-07-26)

This version contains no code changes.

0.1.2 (2023-05-18)

  • Force vue-demi version

0.1.1 (2023-05-17)

This release contains no code changes.

0.1.0 (2023-05-08)

Features

0.0.16 (2023-04-07)

Bug Fixes

  • support "types" condition in "exports" field (#2078) (66d3a5e)
  • testing: override computed in setup stores (f9534c9), closes #2109

0.0.15 (2023-02-20)

No changes in this release

0.0.14 (2022-08-18)

  • refactor changes

0.0.13 (2022-07-25)

  • doc generation changes

0.0.12 (2022-05-05)

Bug Fixes

  • testing: allow overriding plugin computed properties (ad90fd2)
  • testing: correct order of plugin installation (0f789fe)
  • testing: stub actions without app (2e4f6ca)

0.0.11 (2022-03-31)

Bug Fixes

  • avoid prototype pollution (e4858f9)
  • testing: enable initialState witohut app (0a99a75)
  • testing: Vue 2 initial state reactive (#1165) (f23af8e)

Features

  • testing: allow overriding computed in tests (f4db826), closes #945

0.0.10 (2022-03-14)

Features

  • Automatically vitest globals handling

0.0.9 (2021-12-20)

No code updates in this release

0.0.8 (2021-12-04)

Features

  • can set an initialState for tests (028e0ca)

0.0.7 (2021-12-01)

Bug Fixes

  • testing: preserve non-enumerable properties of pinia instance in createTestingPinia (#841) (b130d6f)

0.0.6 (2021-11-19)

Bug Fixes

  • testing: typo when detecting jest existence (#811) (c1fd013)

0.0.5 (2021-11-03)

Nothing new.

0.0.4 (2021-10-21)

Bug Fixes

  • correct peer deps and deps (c83677a)

0.0.3 (2021-09-03)

Features

0.0.2 (2021-08-19)

Small refactor with no effective changes.

0.0.1 (2021-08-19)

Features

  • testing: add testing package (fc05376)