Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 1.61 KB

0.4.1 (2022-01-18)

Bug Fixes

  • custom delimiters in child contexts (#90) (1bbd4d1)

0.4.0 (2021-12-10)

Breaking Changes

  • require vue: prefix for lifecycle hooks (a981928)

0.3.0 (2021-09-14)

Bug Fixes

  • fix parsing chained modifiers (15f75e9)
  • fix v-cloak on toggle (#71) (f41981b)
  • v-for update on move (#79) (9af4ea3)
  • v-model: ensure v-model listeners are attached before v-on (06d3aa7), closes #65

Features