UNPKG

839 BMarkdownView Raw
1<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3# Changelog
4
5- [v2.1.1](#v211)
6- [v2.1.0](#v210)
7- [v2.0.0](#v200)
8- [v1.4.0](#v140)
9- [v1.2.0](#v120)
10- [v1.1.0](#v110)
11- [v1.0.0](#v100)
12
13<!-- END doctoc generated TOC please keep comment here to allow auto update -->
14
15### v2.1.1
16 * Automatic installation when used in a script tag.
17
18### v2.1.0
19 * Allow object syntax for defining computed properties.
20 * Enable custom default values.
21
22### v2.0.0
23 * Now compatible with Vue 2.0.
24
25### v1.4.0
26 * Add CommonJS support.
27
28### v1.2.0
29 * Use the same strategy to merge `asyncComputed` objects as regular `computed` objects.
30
31### v1.1.0
32
33 * Handle errors in async computed properties.
34
35### v1.0.0
36
37 * Initial public version of the library.