1
1
# Changelog
2
2
3
+ ## 1.0.1
4
+ Published by ** [ blockcoders] ( https://github.com/blockcoders ) ** on ** 2022/01/15**
5
+ - [ #133 ] ( https://github.com/blockcoders/nestjs-ethers/pull/133 ) Update dependencies
6
+
3
7
## 1.0.0
4
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/09/16**
5
- - [ #129 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/129 ) Add module context token
6
- - [ #128 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/128 ) Add option waitUntilIsConnected
7
- - [ #127 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/127 ) Custom StaticJsonRpcProvider
8
- - [ #126 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/126 ) BscScan Provider
9
- - [ #125 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/125 ) Add precommit
10
- - [ #124 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/124 ) Add new network chains
11
- - [ #123 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/123 ) Export everything in ethers module
12
- - [ #122 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/122 ) Update ethers to 5.4.6
13
- - [ #119 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/119 ) Remove dependabot.yml
14
- - [ #118 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/118 ) Update eslint
8
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/09/16**
9
+ - [ #129 ] ( https://github.com/blockcoders /nestjs-ethers/pull/129 ) Add module context token
10
+ - [ #128 ] ( https://github.com/blockcoders /nestjs-ethers/pull/128 ) Add option waitUntilIsConnected
11
+ - [ #127 ] ( https://github.com/blockcoders /nestjs-ethers/pull/127 ) Custom StaticJsonRpcProvider
12
+ - [ #126 ] ( https://github.com/blockcoders /nestjs-ethers/pull/126 ) BscScan Provider
13
+ - [ #125 ] ( https://github.com/blockcoders /nestjs-ethers/pull/125 ) Add precommit
14
+ - [ #124 ] ( https://github.com/blockcoders /nestjs-ethers/pull/124 ) Add new network chains
15
+ - [ #123 ] ( https://github.com/blockcoders /nestjs-ethers/pull/123 ) Export everything in ethers module
16
+ - [ #122 ] ( https://github.com/blockcoders /nestjs-ethers/pull/122 ) Update ethers to 5.4.6
17
+ - [ #119 ] ( https://github.com/blockcoders /nestjs-ethers/pull/119 ) Remove dependabot.yml
18
+ - [ #118 ] ( https://github.com/blockcoders /nestjs-ethers/pull/118 ) Update eslint
15
19
16
20
### BREAKING CHANGE
17
21
- Replace ` EthersBaseProvider ` with ethers ` BaseProvider ` interface.
@@ -24,30 +28,30 @@ Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/09/16**
24
28
- ` @InjectSignerProvider ` decorator declares the ` EthersSigner ` class as a class that can be managed by the Nest IoC .
25
29
26
30
## 0.3.2
27
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/08/12**
28
- - [ #111 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/111 ) Update dependencies
29
- - [ #110 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/110 ) Remove Dependabot Badge
31
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/08/12**
32
+ - [ #111 ] ( https://github.com/blockcoders /nestjs-ethers/pull/111 ) Update dependencies
33
+ - [ #110 ] ( https://github.com/blockcoders /nestjs-ethers/pull/110 ) Remove Dependabot Badge
30
34
31
35
## 0.3.1
32
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/07/13**
33
- - [ #93 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/93 ) Update dependencies
36
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/07/13**
37
+ - [ #93 ] ( https://github.com/blockcoders /nestjs-ethers/pull/93 ) Update dependencies
34
38
35
39
## 0.3.0
36
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/04/21**
37
- - [ #19 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/19 ) Release v0.3.0 - EthersContract implementation
38
- - [ #18 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/18 ) Add EthersContract to the README
39
- - [ #17 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/17 ) Add SmartContract creation
40
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/04/21**
41
+ - [ #19 ] ( https://github.com/blockcoders /nestjs-ethers/pull/19 ) Release v0.3.0 - EthersContract implementation
42
+ - [ #18 ] ( https://github.com/blockcoders /nestjs-ethers/pull/18 ) Add EthersContract to the README
43
+ - [ #17 ] ( https://github.com/blockcoders /nestjs-ethers/pull/17 ) Add SmartContract creation
40
44
41
45
## 0.2.0
42
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/04/17**
43
- - [ #16 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/16 ) Release v0.2.0 - EthersSigner implementation
44
- - [ #15 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/15 ) Update Readme with EthersSigner
45
- - [ #14 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/14 ) Update PULL_REQUEST_TEMPLATE
46
- - [ #13 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/13 ) Add wallet signer service
46
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/04/17**
47
+ - [ #16 ] ( https://github.com/blockcoders /nestjs-ethers/pull/16 ) Release v0.2.0 - EthersSigner implementation
48
+ - [ #15 ] ( https://github.com/blockcoders /nestjs-ethers/pull/15 ) Update Readme with EthersSigner
49
+ - [ #14 ] ( https://github.com/blockcoders /nestjs-ethers/pull/14 ) Update PULL_REQUEST_TEMPLATE
50
+ - [ #13 ] ( https://github.com/blockcoders /nestjs-ethers/pull/13 ) Add wallet signer service
47
51
48
52
### BREAKING CHANGE
49
53
- Removed ` providerName ` option from ` forRoot ` and ` forRootAsync ` functions.
50
54
51
55
## 0.1.0
52
- Published by ** [ jarcodallo ] ( https://github.com/jarcodallo ) ** on ** 2021/04/14**
53
- - [ #10 ] ( https://github.com/jarcodallo /nestjs-ethers/pull/10 ) Release v0.1.0 - Ethereum Module implementation for NestJS based on [ Ethers.js] ( https://github.com/ethers-io/ethers.js/ )
56
+ Published by ** [ blockcoders ] ( https://github.com/blockcoders ) ** on ** 2021/04/14**
57
+ - [ #10 ] ( https://github.com/blockcoders /nestjs-ethers/pull/10 ) Release v0.1.0 - Ethereum Module implementation for NestJS based on [ Ethers.js] ( https://github.com/ethers-io/ethers.js/ )
0 commit comments