@@ -5,53 +5,58 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
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 ] )
912
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
1117
1218### Added
1319- added Core 2.6 endpoints ([ #159 ] )
1420
1521## [ 1.3.0] - 2019-10-09
1622
17- ## [ 1.3.0-arduino] - 2019-10-09
18-
1923### Added
2024- added Blockchain API endpoint ([ #104 ] )
2125
2226### Changed
27+ - moved external libraries out of source tree ([ #140 ] )
2328- improved API query usage to accept strings ([ #114 ] )
2429- improved class members and test coverage ([ #93 ] )
2530- improved formatting and maintainability ([ #92 ] )
2631- dropped Hunter Package Manager in favor of git submodules in OS builds ([ #90 ] )
2732- updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples ([ #87 ] )
28- - moved external libraries out of source tree ([ #140 ] )
2933
3034### Fixed
3135- fixed typos in Arduino examples ([ #86 ] )
3236- changed to "statusCode" '422' to test API Post response for empty Transactions objects ([ #85 ] )
3337
3438## [ 1.2.0] - 2019-02-16
35- ## [ 1.2.0-arduino ] - 2019-02-16
39+
3640### Added
3741- arduino CircleCI config ([ #73 ] )
3842
3943### Changed
44+ - removed ` ./src/stl ` library ([ #78 ] )
4045- updated ` keywords.txt ` . ([ #77 ] )
41- - updated ` ./library.json ` package export settings ([ #70 ] )
46+ - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #76 ] )
4247- reorganized files and documentation ([ #75 ] )
43- - removed ` ./src/stl ` library ([ #78 ] )
4448- 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 ] )
4650
4751## [ 1.1.0] - 2019-02-07
52+
4853### Added
49- - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
5054- added Arduino Sketch Paths to ` library.json ` ([ #67 ] )
55+ - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
5156
5257### Fixed
53- - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
5458- renamed ` Helpers ` class to avoid naming collision with Cpp-Crypto ` Helpers ` ([ #65 ] )
59+ - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
5560
5661## [ 1.0.0] - 2019-01-19
5762- Initial Release
@@ -70,7 +75,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7075[ #77 ] : https://github.com/ArkEcosystem/cpp-client/pull/77
7176[ #78 ] : https://github.com/ArkEcosystem/cpp-client/pull/78
7277[ 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
7478[ #85 ] : https://github.com/ArkEcosystem/cpp-client/pull/85
7579[ #86 ] : https://github.com/ArkEcosystem/cpp-client/pull/86
7680[ #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.
8084[ #104 ] : https://github.com/ArkEcosystem/cpp-client/pull/104
8185[ #114 ] : https://github.com/ArkEcosystem/cpp-client/pull/114
8286[ #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
8487[ 1.3.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0...1.3.0
8588[ #159 ] : https://github.com/ArkEcosystem/cpp-client/pull/159
8689[ 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