Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
131 lines (57 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

131 lines (57 loc) · 5.18 KB

2.9.0 (2020-07-22)

Bug Fixes

  • maintain sync blocks on synced data properties for another tick (52b6419)

Features

  • add syncCondition option to data decorators (62e62f3)

2.8.0 (2020-06-22)

Bug Fixes

  • specific import path for watch types (ae9b848)

Features

  • externalize watch decorator creation (b5e0944)

2.7.0 (2020-06-18)

Bug Fixes

Features

  • enable side effects to be dom dependant (a8bddf6)

2.6.1 (2020-05-05)

Bug Fixes

2.6.0 (2020-04-21)

Bug Fixes

  • busy data function for mixins (17e614e)
  • nest state one level deeper to handle additional properties (8d490d0)

Features

  • make busystate decorator work outside of vue contexts (2098db4)

2.5.0 (2020-03-12)

Features

  • docs, state decorator, path refactoring, store example (e204bf2)

2.4.2 (2020-03-10)

Bug Fixes

  • remove duplicate type definitions and docs (ecafcfa)

2.4.1 (2020-03-10)

Bug Fixes

2.4.0 (2020-03-10)

Features

  • add docs to git repo and releases (13ba324)
  • add querySelector decorators, watch flavours (7201eb5)

2.3.0 (2020-02-27)

Bug Fixes

  • export listener decorators (1f05057)

Features

2.2.1 (2020-02-20)

Bug Fixes

  • release zipped build target (41e995e)

2.2.0 (2020-02-20)

Features

  • enable global busy states (06f8d20)

2.1.2 (2020-02-20)

Bug Fixes

  • update semantic release plugins, force release (e1338ae)

2.1.1 (2020-02-20)

Bug Fixes

  • initialize busy state properties with boolean values (c824d5e)

2.1.0 (2020-02-20)

Features

  • add busy state, improve typings, sourcemaps (c7ca32a)