File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 0.3.0
6
+ - Use named export ([ 3fd201] ( https://github.com/distolma/storeon-vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a ) )
7
+
5
8
## 0.2.2
6
9
- Remove unnecessary type declarations ([ d67d76] ( https://github.com/distolma/storeon-vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143 ) )
7
10
Original file line number Diff line number Diff line change 4
4
5
5
A tiny connector for [ Storeon] and [ Vue] . ([ Demo] )
6
6
7
- Size is only 135 bytes (minified and gzipped). It uses [ Size Limit] to control size.
7
+ Size is only 145 bytes (minified and gzipped). It uses [ Size Limit] to control size.
8
8
9
9
Read more about Storeon [ article] .
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " storeon-vue" ,
3
- "version" : " 0.2.2 " ,
4
- "description" : " A tiny (135 bytes) connector for Storeon and Vue" ,
3
+ "version" : " 0.3.0 " ,
4
+ "description" : " A tiny (145 bytes) connector for Storeon and Vue" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"start" : " parcel serve example/index.html --open" ,
You can’t perform that action at this time.
0 commit comments