File tree Expand file tree Collapse file tree 26 files changed +144
-33
lines changed
Expand file tree Collapse file tree 26 files changed +144
-33
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.12.0] ( https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.11.1...@weave-js/redis-cache@0.12.0 ) (2022-03-30)
7+
8+ ** Note:** Version bump only for package @weave-js/redis-cache
9+
10+
11+
12+
13+
614## [ 0.11.1] ( https://github.com/weave-microservices/weave/compare/@weave-js/redis-cache@0.11.0...@weave-js/redis-cache@0.11.1 ) (2022-03-07)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @weave-js/redis-cache" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Weave redis transport adapter module" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
2323 "@weave-js/core" : " >=0.9.0"
2424 },
2525 "devDependencies" : {
26- "@weave-js/core" : " ^0.11.1 "
26+ "@weave-js/core" : " ^0.12.0 "
2727 },
2828 "jest" : {
2929 "testEnvironment" : " node" ,
3333 ]
3434 },
3535 "dependencies" : {
36- "@weave-js/utils" : " ^0.10.1 " ,
36+ "@weave-js/utils" : " ^0.11.0 " ,
3737 "ioredis" : " ^4.28.5"
3838 },
3939 "gitHead" : " 84fd5e4af3af96e8c004bcfba40bb3cb35f23fa7"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.12.0] ( https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.11.1...@weave-js/cli@0.12.0 ) (2022-03-30)
7+
8+
9+ ### Bug Fixes
10+
11+ * Fixed twice triggered change event ([ c12f65b] ( https://github.com/weave-microservices/weave/commit/c12f65b6f096ad0094d733a5c10cc4dc33361409 ) )
12+
13+
14+ ### Features
15+
16+ * added deep file watcher to CLI ([ 14f0c1b] ( https://github.com/weave-microservices/weave/commit/14f0c1b8b27ef5e113f34cebb26df3f873071f35 ) )
17+ * added middleware generator ([ 1e679a8] ( https://github.com/weave-microservices/weave/commit/1e679a8c85d517464a9ceae3534efdcd175ba05b ) )
18+
19+
20+
21+
22+
623## [ 0.11.1] ( https://github.com/weave-microservices/weave/compare/@weave-js/cli@0.11.0...@weave-js/cli@0.11.1 ) (2022-03-07)
724
825** Note:** Version bump only for package @weave-js/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @weave-js/cli" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Weave CLI tool" ,
55 "main" : " index.js" ,
66 "scripts" : {
2020 },
2121 "license" : " MIT" ,
2222 "dependencies" : {
23- "@weave-js/core" : " ^0.11.1 " ,
24- "@weave-js/repl" : " ^0.11.1 " ,
25- "@weave-js/utils" : " ^0.10.1 " ,
23+ "@weave-js/core" : " ^0.12.0 " ,
24+ "@weave-js/repl" : " ^0.12.0 " ,
25+ "@weave-js/utils" : " ^0.11.0 " ,
2626 "commander" : " ^9.1.0" ,
2727 "ejs" : " ^3.1.6" ,
2828 "inquirer" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.12.0] ( https://github.com/fachw3rk/weave/compare/@weave-js/core@0.11.1...@weave-js/core@0.12.0 ) (2022-03-30)
7+
8+
9+ ### Bug Fixes
10+
11+ * Fixed cache key generation ([ d213425] ( https://github.com/fachw3rk/weave/commit/d21342597c4e04472ad57113bb2548142ab99953 ) )
12+
13+
14+
15+
16+
617## [ 0.11.1] ( https://github.com/fachw3rk/weave/compare/@weave-js/core@0.11.0...@weave-js/core@0.11.1 ) (2022-03-07)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @weave-js/core" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " The core package of weave" ,
55 "keywords" : [
66 " Weave" ,
4040 "license" : " MIT" ,
4141 "dependencies" : {
4242 "@weave-js/errors" : " ^0.9.1" ,
43- "@weave-js/utils" : " ^0.10.1 " ,
44- "@weave-js/validator" : " ^0.11.1 " ,
43+ "@weave-js/utils" : " ^0.11.0 " ,
44+ "@weave-js/validator" : " ^0.12.0 " ,
4545 "eventemitter2" : " ^6.4.5" ,
4646 "glob" : " ^7.2.0"
4747 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.12.0] ( https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.11.1...@weave-js/repl@0.12.0 ) (2022-03-30)
7+
8+
9+ ### Features
10+
11+ * added alias 'close' for exit REPL ([ 187c223] ( https://github.com/weave-microservices/weave/commit/187c2231af4c2bb38b5a43735864fb5c91e64e2b ) )
12+
13+
14+
15+
16+
617## [ 0.11.1] ( https://github.com/weave-microservices/weave/compare/@weave-js/repl@0.11.0...@weave-js/repl@0.11.1 ) (2022-03-07)
718
819** Note:** Version bump only for package @weave-js/repl
Original file line number Diff line number Diff line change 11{
22 "name" : " @weave-js/repl" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " REPL module for weave" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
1515 "@weave-js/core" : " >=0.9.0"
1616 },
1717 "dependencies" : {
18- "@weave-js/utils" : " ^0.10.1 " ,
18+ "@weave-js/utils" : " ^0.11.0 " ,
1919 "clui" : " ^0.3.6" ,
2020 "kleur" : " ^4.1.4" ,
2121 "ora" : " ^5.4.1" ,
2222 "table" : " ^6.8.0" ,
2323 "vorpal" : " ^1.12.0"
2424 },
2525 "devDependencies" : {
26- "@weave-js/core" : " ^0.11.1 "
26+ "@weave-js/core" : " ^0.12.0 "
2727 },
2828 "gitHead" : " 84fd5e4af3af96e8c004bcfba40bb3cb35f23fa7"
2929}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.11.0] ( https://github.com/weave-microservices/weave/compare/@weave-js/utils@0.10.1...@weave-js/utils@0.11.0 ) (2022-03-30)
7+
8+ ** Note:** Version bump only for package @weave-js/utils
9+
10+
11+
12+
13+
614## [ 0.10.1] ( https://github.com/weave-microservices/weave/compare/@weave-js/utils@0.10.0...@weave-js/utils@0.10.1 ) (2022-03-07)
715
816** Note:** Version bump only for package @weave-js/utils
Original file line number Diff line number Diff line change 11{
22 "name" : " @weave-js/utils" ,
3- "version" : " 0.10.1 " ,
3+ "version" : " 0.11.0 " ,
44 "description" : " Weave utility library" ,
55 "author" : " Kevin Ries <kevin.ries@fachwerk.io>" ,
66 "homepage" : " https://weave-js.com/packages/utils" ,
You can’t perform that action at this time.
0 commit comments