File tree Expand file tree Collapse file tree 20 files changed +262
-22
lines changed Expand file tree Collapse file tree 20 files changed +262
-22
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0] ( https://github.com/azu/kvs/compare/v1.1.0...v1.2.0 ) (2021-04-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** types:** Use Key Remapping in Mapped Types. ([ #17 ] ( https://github.com/azu/kvs/issues/17 ) ) ([ 7c099be] ( https://github.com/azu/kvs/commit/7c099be4ae39adedba78d111574347395e024362 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** types:** require TypeScript 4.1+
17
+
18
+ It aims to support to following schema:
19
+
20
+ ``` ts
21
+ const storage = kvs <{
22
+ [index : string ]: string ;
23
+ }>;
24
+ ```
25
+
26
+
27
+
28
+
29
+
6
30
# [ 1.1.0] ( https://github.com/azu/kvs/compare/v1.0.0...v1.1.0 ) (2020-10-29)
7
31
8
32
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 1.1 .0"
5
+ "version" : " 1.2 .0"
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0] ( https://github.com/azu/kvs/compare/v1.1.0...v1.2.0 ) (2021-04-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** types:** Use Key Remapping in Mapped Types. ([ #17 ] ( https://github.com/azu/kvs/issues/17 ) ) ([ 7c099be] ( https://github.com/azu/kvs/commit/7c099be4ae39adedba78d111574347395e024362 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** types:** require TypeScript 4.1+
17
+
18
+ It aims to support to following schema:
19
+
20
+ ``` ts
21
+ const storage = kvs <{
22
+ [index : string ]: string ;
23
+ }>;
24
+ ```
25
+
26
+
27
+
28
+
29
+
6
30
# [ 1.1.0] ( https://github.com/azu/kvs/compare/v1.0.0...v1.1.0 ) (2020-10-29)
7
31
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/common-test-case" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Common Test Case for KVS" ,
5
5
"homepage" : " https://github.com/azu/kvs/tree/master/packages/common-test-case/" ,
6
6
"bugs" : {
40
40
"trailingComma" : " none"
41
41
},
42
42
"dependencies" : {
43
- "@kvs/types" : " ^1.1 .0"
43
+ "@kvs/types" : " ^1.2 .0"
44
44
},
45
45
"devDependencies" : {
46
46
"@types/mocha" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0] ( https://github.com/azu/kvs/compare/v1.1.0...v1.2.0 ) (2021-04-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** types:** Use Key Remapping in Mapped Types. ([ #17 ] ( https://github.com/azu/kvs/issues/17 ) ) ([ 7c099be] ( https://github.com/azu/kvs/commit/7c099be4ae39adedba78d111574347395e024362 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** types:** require TypeScript 4.1+
17
+
18
+ It aims to support to following schema:
19
+
20
+ ``` ts
21
+ const storage = kvs <{
22
+ [index : string ]: string ;
23
+ }>;
24
+ ```
25
+
26
+
27
+
28
+
29
+
6
30
# [ 1.1.0] ( https://github.com/azu/kvs/compare/v1.0.0...v1.1.0 ) (2020-10-29)
7
31
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/env" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Universal Storage for KVS." ,
5
5
"keywords" : [
6
6
" kvs" ,
46
46
"trailingComma" : " none"
47
47
},
48
48
"dependencies" : {
49
- "@kvs/indexeddb" : " ^1.1 .0" ,
50
- "@kvs/node-localstorage" : " ^1.1 .0"
49
+ "@kvs/indexeddb" : " ^1.2 .0" ,
50
+ "@kvs/node-localstorage" : " ^1.2 .0"
51
51
},
52
52
"devDependencies" : {
53
53
"@jsdevtools/karma-config" : " ^3.1.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0] ( https://github.com/azu/kvs/compare/v1.1.0...v1.2.0 ) (2021-04-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** types:** Use Key Remapping in Mapped Types. ([ #17 ] ( https://github.com/azu/kvs/issues/17 ) ) ([ 7c099be] ( https://github.com/azu/kvs/commit/7c099be4ae39adedba78d111574347395e024362 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** types:** require TypeScript 4.1+
17
+
18
+ It aims to support to following schema:
19
+
20
+ ``` ts
21
+ const storage = kvs <{
22
+ [index : string ]: string ;
23
+ }>;
24
+ ```
25
+
26
+
27
+
28
+
29
+
6
30
# [ 1.1.0] ( https://github.com/azu/kvs/compare/v1.0.0...v1.1.0 ) (2020-10-29)
7
31
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/indexeddb" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " IndexedDB for KVS" ,
5
5
"keywords" : [
6
6
" kvs" ,
45
45
"trailingComma" : " none"
46
46
},
47
47
"dependencies" : {
48
- "@kvs/types" : " ^1.1 .0"
48
+ "@kvs/types" : " ^1.2 .0"
49
49
},
50
50
"devDependencies" : {
51
51
"@jsdevtools/karma-config" : " ^3.1.7" ,
52
- "@kvs/common-test-case" : " ^1.1 .0" ,
52
+ "@kvs/common-test-case" : " ^1.2 .0" ,
53
53
"@types/mocha" : " ^8.0.1" ,
54
54
"@types/node" : " ^14.0.27" ,
55
55
"karma" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.2.0] ( https://github.com/azu/kvs/compare/v1.1.0...v1.2.0 ) (2021-04-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** types:** Use Key Remapping in Mapped Types. ([ #17 ] ( https://github.com/azu/kvs/issues/17 ) ) ([ 7c099be] ( https://github.com/azu/kvs/commit/7c099be4ae39adedba78d111574347395e024362 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** types:** require TypeScript 4.1+
17
+
18
+ It aims to support to following schema:
19
+
20
+ ``` ts
21
+ const storage = kvs <{
22
+ [index : string ]: string ;
23
+ }>;
24
+ ```
25
+
26
+
27
+
28
+
29
+
6
30
# [ 1.1.0] ( https://github.com/azu/kvs/compare/v1.0.0...v1.1.0 ) (2020-10-29)
7
31
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/localstorage" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " localstorage for KVS." ,
5
5
"keywords" : [
6
6
" kvs" ,
45
45
"trailingComma" : " none"
46
46
},
47
47
"dependencies" : {
48
- "@kvs/storage" : " ^1.1 .0"
48
+ "@kvs/storage" : " ^1.2 .0"
49
49
},
50
50
"devDependencies" : {
51
51
"@jsdevtools/karma-config" : " ^3.1.7" ,
You can’t perform that action at this time.
0 commit comments