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

Latest commit

 

History

History
34 lines (16 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

34 lines (16 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2021-01-13)

Bug Fixes

  • fixed watchEffect not working as-expected (558d218)

0.1.0 (2021-01-09)

⚠ BREAKING CHANGES

  • We no longer use a decorator, but instead rely on a base class to provide functionality we're looking for

Features

  • get watch and computed working properly (dbb88b1)

  • use base class instead of decorator (3cf9666)

0.0.2 (2020-12-21)

Features

  • added exports from @vue/reactivity (17280e0)

0.0.1 (2020-12-21)