Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 846 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 846 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.2] - 2018-10-01

Fixed

  • Solve bug on withStore when options is undefined new lifecycle like onMounted and onUnMounted is not working.

[1.1.1] - 2018-10-01

Fixed

  • Solve bug on withComponentStore that store is created on the same object.

1.1.0 - 2018-10-01

Changed

  • Add onMounted and onUnMounted to options as lifecycle.