@@ -5,53 +5,58 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.4.0] - 2020-02-13
8
+ ## [ 1.4.1] - 2020-03-06
9
+
10
+ ### Added
11
+ - added first and last block methods ([ #183 ] )
9
12
10
- ## [ 1.4.0-arduino] - 2020-02-13
13
+ ### Changed
14
+ - improved building as a project dependency ([ #176 ] )
15
+
16
+ ## [ 1.4.0] - 2020-02-13
11
17
12
18
### Added
13
19
- added Core 2.6 endpoints ([ #159 ] )
14
20
15
21
## [ 1.3.0] - 2019-10-09
16
22
17
- ## [ 1.3.0-arduino] - 2019-10-09
18
-
19
23
### Added
20
24
- added Blockchain API endpoint ([ #104 ] )
21
25
22
26
### Changed
27
+ - moved external libraries out of source tree ([ #140 ] )
23
28
- improved API query usage to accept strings ([ #114 ] )
24
29
- improved class members and test coverage ([ #93 ] )
25
30
- improved formatting and maintainability ([ #92 ] )
26
31
- dropped Hunter Package Manager in favor of git submodules in OS builds ([ #90 ] )
27
32
- updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples ([ #87 ] )
28
- - moved external libraries out of source tree ([ #140 ] )
29
33
30
34
### Fixed
31
35
- fixed typos in Arduino examples ([ #86 ] )
32
36
- changed to "statusCode" '422' to test API Post response for empty Transactions objects ([ #85 ] )
33
37
34
38
## [ 1.2.0] - 2019-02-16
35
- ## [ 1.2.0-arduino ] - 2019-02-16
39
+
36
40
### Added
37
41
- arduino CircleCI config ([ #73 ] )
38
42
39
43
### Changed
44
+ - removed ` ./src/stl ` library ([ #78 ] )
40
45
- updated ` keywords.txt ` . ([ #77 ] )
41
- - updated ` ./library.json ` package export settings ([ #70 ] )
46
+ - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #76 ] )
42
47
- reorganized files and documentation ([ #75 ] )
43
- - removed ` ./src/stl ` library ([ #78 ] )
44
48
- automated ` ARDUINO_IDE.sh ` script ([ #72 ] )
45
- - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #76 ] )
49
+ - updated ` ./library.json ` package export settings ([ #70 ] )
46
50
47
51
## [ 1.1.0] - 2019-02-07
52
+
48
53
### Added
49
- - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
50
54
- added Arduino Sketch Paths to ` library.json ` ([ #67 ] )
55
+ - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
51
56
52
57
### Fixed
53
- - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
54
58
- renamed ` Helpers ` class to avoid naming collision with Cpp-Crypto ` Helpers ` ([ #65 ] )
59
+ - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
55
60
56
61
## [ 1.0.0] - 2019-01-19
57
62
- Initial Release
@@ -70,7 +75,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
70
75
[ #77 ] : https://github.com/ArkEcosystem/cpp-client/pull/77
71
76
[ #78 ] : https://github.com/ArkEcosystem/cpp-client/pull/78
72
77
[ 1.2.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.1.0...1.2.0
73
- [ 1.2.0-arduino ] : https://github.com/ArkEcosystem/cpp-client/compare/1.1.0-arduino...1.2.0-arduino
74
78
[ #85 ] : https://github.com/ArkEcosystem/cpp-client/pull/85
75
79
[ #86 ] : https://github.com/ArkEcosystem/cpp-client/pull/86
76
80
[ #87 ] : https://github.com/ArkEcosystem/cpp-client/pull/87
@@ -80,8 +84,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
80
84
[ #104 ] : https://github.com/ArkEcosystem/cpp-client/pull/104
81
85
[ #114 ] : https://github.com/ArkEcosystem/cpp-client/pull/114
82
86
[ #140 ] : https://github.com/ArkEcosystem/cpp-client/pull/140
83
- [ 1.3.0-arduino ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0-arduino...1.3.0-arduino
84
87
[ 1.3.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0...1.3.0
85
88
[ #159 ] : https://github.com/ArkEcosystem/cpp-client/pull/159
86
89
[ 1.4.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.3.0...1.4.0
87
- [ 1.4.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.3.0-arduino...1.4.0-arduino
90
+ [ #176 ] : https://github.com/ArkEcosystem/cpp-client/pull/176
91
+ [ #183 ] : https://github.com/ArkEcosystem/cpp-client/pull/183
92
+ [ 1.4.1 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.4.0...1.4.1
0 commit comments