Skip to content

Commit 164abb9

Browse files
author
Brian Faust
committed
release: 1.0.1
1 parent 7e2dd83 commit 164abb9

2 files changed

Lines changed: 41 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,176 +7,183 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2019-07-06
11+
12+
### Added
13+
14+
- Allow client configuration via `withOptions` ([#49])
15+
1016
## [1.0.0] - 2019-07-05
1117

1218
### Added
1319

14-
- Implemented Connections
20+
- Implemented Connections
1521

1622
### Changed
1723

18-
- Migrated to TypeScript
24+
- Migrated to TypeScript
1925

2026
### Removed
2127

22-
- Peer Logic
23-
- Webhook Integration
28+
- Peer Logic
29+
- Webhook Integration
2430

2531
## [0.1.26] - 2019-07-04
2632

2733
### Changed
2834

29-
- Replaced `axios` and `axios-mock-adapter` with `got` and `nock`
35+
- Replaced `axios` and `axios-mock-adapter` with `got` and `nock`
3036

3137
## [0.1.25] - 2019-06-12
3238

3339
### Changed
3440

35-
- Update order of config endpoints for Wallet API
41+
- Update order of config endpoints for Wallet API
3642

3743
## [0.1.24] - 2019-05-30
3844

3945
### Fixed
4046

41-
- Upgrade `axios` to 0.19 to avoid CVE-2019-10742 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10742)
47+
- Upgrade `axios` to 0.19 to avoid CVE-2019-10742 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10742)
4248

4349
## [0.1.23] - 2019-05-09
4450

4551
### Fixed
4652

47-
- V2 peers no longer provide "status" which breaks validation for peer objects
53+
- V2 peers no longer provide "status" which breaks validation for peer objects
4854

4955
## [0.1.22] - 2019-05-09
5056

5157
### Fixed
5258

53-
- Try all possible config endpoints during transition period
59+
- Try all possible config endpoints during transition period
5460

5561
## [0.1.21] - 2019-05-08
5662

5763
### Fixed
5864

59-
- Try both p2p and wallet api for config
65+
- Try both p2p and wallet api for config
6066

6167
### Added
6268

63-
- Node fees endpoint
69+
- Node fees endpoint
6470

6571
## [0.1.20] - 2019-01-28
6672

6773
### Fixed
6874

69-
- Check status and version to find peers
70-
- Clone peer list as to not overwrite default network peers
75+
- Check status and version to find peers
76+
- Clone peer list as to not overwrite default network peers
7177

7278
## [0.1.19] - 2019-01-25
7379

7480
### Changed
7581

76-
- Added transaction fees v2 endpoint
82+
- Added transaction fees v2 endpoint
7783

7884
## [0.1.18] - 2019-01-22
7985

8086
### Changed
8187

82-
- Allow https peer option when finding peers
88+
- Allow https peer option when finding peers
8389

8490
## [0.1.17] - 2019-01-16
8591

8692
### Changed
8793

88-
- Use standard API-Version header
94+
- Use standard API-Version header
8995

9096
## [0.1.16] - 2018-12-04
9197

9298
### Fixed
9399

94-
- Update mainnet peer addresses to match Core
100+
- Update mainnet peer addresses to match Core
95101

96102
## [0.1.15] - 2018-12-04
97103

98104
### Fixed
99105

100-
- Use API port for mainnet peers
106+
- Use API port for mainnet peers
101107

102108
## [0.1.14] - 2018-11-27
103109

104110
### Changed
105111

106-
- Update mainnet peer list
112+
- Update mainnet peer list
107113

108114
## [0.1.13] - 2018-11-26
109115

110116
### Changed
111117

112-
- Update mainnet peer list
118+
- Update mainnet peer list
113119

114120
## [0.1.12] - 2018-11-23
115121

116122
### Changed
117123

118-
- Get peer list from 2 peers
124+
- Get peer list from 2 peers
119125

120126
## [0.1.11] - 2018-11-23
121127

122128
### Changed
123129

124-
- Always send the `Content-Type` header
130+
- Always send the `Content-Type` header
125131

126132
## [0.1.10] - 2018-10-24
127133

128134
### Fixed
129135

130-
- Use the configured `core-api` port instead of the `core-p2p` port, which would fail (https://github.com/ArkEcosystem/core/pull/1138)
131-
- Wrong loader methods (https://github.com/ArkEcosystem/core/pull/1194)
136+
- Use the configured `core-api` port instead of the `core-p2p` port, which would fail (https://github.com/ArkEcosystem/core/pull/1138)
137+
- Wrong loader methods (https://github.com/ArkEcosystem/core/pull/1194)
132138

133139
## [0.1.9] - 2018-10-13
134140

135141
### Fixed
136142

137-
- Handle v2 endpoints when finding peers (https://github.com/ArkEcosystem/core/pull/1103)
143+
- Handle v2 endpoints when finding peers (https://github.com/ArkEcosystem/core/pull/1103)
138144

139145
## [0.1.8] - 2018-10-12
140146

141147
### Changed
142148

143-
- Use 5 second timeout for finding peers (https://github.com/ArkEcosystem/core/pull/1103)
149+
- Use 5 second timeout for finding peers (https://github.com/ArkEcosystem/core/pull/1103)
144150

145151
### Fixed
146152

147-
- Get peer response data correctly (https://github.com/ArkEcosystem/core/pull/1103)
153+
- Get peer response data correctly (https://github.com/ArkEcosystem/core/pull/1103)
148154

149155
## [0.1.7] - 2018-10-12
150156

151157
### Fixed
152158

153-
- Add query parameters to the v2 endpoints.(https://github.com/ArkEcosystem/core/pull/1103)
159+
- Add query parameters to the v2 endpoints.(https://github.com/ArkEcosystem/core/pull/1103)
154160

155161
## [0.1.6] - 2018-10-09
156162

157163
### Fixed
158164

159-
- Use the definitive `accept` header instead of the previous one (https://github.com/ArkEcosystem/core/pull/1082)
165+
- Use the definitive `accept` header instead of the previous one (https://github.com/ArkEcosystem/core/pull/1082)
160166

161167
## [0.1.5] - 2018-10-05
162168

163169
### Fixed
164170

165-
- Use the `accept` header instead of api-version to avoid CORS problems (https://github.com/ArkEcosystem/core/pull/1012)
171+
- Use the `accept` header instead of api-version to avoid CORS problems (https://github.com/ArkEcosystem/core/pull/1012)
166172

167173
## [0.1.4] - 2018-09-20
168174

169175
### Fixed
170176

171-
- Fix API client HTTP params (query string) (https://github.com/ArkEcosystem/core/pull/1015)
177+
- Fix API client HTTP params (query string) (https://github.com/ArkEcosystem/core/pull/1015)
172178

173179
## [0.1.1] - 2018-06-14
174180

175181
### Added
176182

177-
- initial release
183+
- initial release
178184

179185
[unreleased]: https://github.com/ARKEcosystem/core/compare/master...develop
186+
[1.0.1]: https://github.com/ARKEcosystem/core/compare/1.0.0...1.0.1
180187
[1.0.0]: https://github.com/ARKEcosystem/core/compare/0.1.26...1.0.0
181188
[0.1.26]: https://github.com/ARKEcosystem/core/compare/0.1.25...0.1.26
182189
[0.1.25]: https://github.com/ARKEcosystem/core/compare/0.1.24...0.1.25
@@ -202,3 +209,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
202209
[0.1.5]: https://github.com/ARKEcosystem/core/compare/0.1.4...0.1.5
203210
[0.1.4]: https://github.com/ARKEcosystem/core/tree/0.1.4
204211
[0.1.1]: https://github.com/ARKEcosystem/core/tree/0.1.1
212+
[#49]: https://github.com/ArkEcosystem/typescript-client/pull/49

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/client",
33
"description": "A simple TypeScript API client for the Ark Blockchain.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"contributors": [],
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)