Releases: jinzhi0123/vue-reactive-decorator
Releases · jinzhi0123/vue-reactive-decorator
v2.0.1
- Remove unnecessary export mapping in package.json
View changes on GitHub
v2.0.0
🚨 Breaking Changes
- Migrate reactive system from vue to @vue/reactivity and implement watch api - by @jinzhi0123 (c5915)
- Rename decorators from pascalCase to PascalCase - by @jinzhi0123 (565d121)
🚀 Features
- Rename is2023Decorator functions for clarity and throw error if used incorrectly - by @jinzhi0123 (626db)
- Reorganize exports in index.ts - by @jinzhi0123 (30db0)
🐞 Bug Fixes
- Use watch from ./reactivity instead of @vue/reactivity - by @jinzhi0123 (65dec)
- Ensure correct property processing order in makeObservable - by @jinzhi0123 (06ff2)
View changes on GitHub
v1.3.0
🚀 Features
- Implement decorator type checkers for computed, observable and watchEffect decorators - by @jinzhi0123 (eea53)
- Add watch decorator - by @jinzhi0123 (74d43)
- Enhance watch decorator to support options and improve type safety - by @jinzhi0123 (c32fd)
🐞 Bug Fixes
- Remove unnecessary console log in storeMetaDataByNative function - by @jinzhi0123 (94a14)