@@ -5,71 +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
9-
108## [ 1.4.0-arduino] - 2020-02-13
119
1210### Added
1311- added Core 2.6 endpoints ([ #159 ] )
1412
15- ## [ 1.3.0] - 2019-10-09
16-
1713## [ 1.3.0-arduino] - 2019-10-09
1814
1915### Added
2016- added Blockchain API endpoint ([ #104 ] )
2117
2218### Changed
19+ - moved external libraries out of source tree ([ #140 ] )
2320- improved API query usage to accept strings ([ #114 ] )
2421- improved class members and test coverage ([ #93 ] )
2522- improved formatting and maintainability ([ #92 ] )
2623- dropped Hunter Package Manager in favor of git submodules in OS builds ([ #90 ] )
2724- updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples ([ #87 ] )
28- - moved external libraries out of source tree ([ #140 ] )
2925
3026### Fixed
3127- fixed typos in Arduino examples ([ #86 ] )
3228- changed to "statusCode" '422' to test API Post response for empty Transactions objects ([ #85 ] )
3329
34- ## [ 1.2.0] - 2019-02-16
3530## [ 1.2.0-arduino] - 2019-02-16
31+
3632### Added
3733- arduino CircleCI config ([ #73 ] )
34+ - added Arduino Sketch Paths to ` library.json ` ([ #67 ] )
35+ - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
3836
3937### Changed
38+ - removed ` ./src/stl ` library ([ #78 ] )
4039- updated ` keywords.txt ` . ([ #77 ] )
41- - updated ` ./library.json ` package export settings ([ #70 ] )
40+ - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #76 ] )
4241- reorganized files and documentation ([ #75 ] )
43- - removed ` ./src/stl ` library ([ #78 ] )
4442- automated ` ARDUINO_IDE.sh ` script ([ #72 ] )
45- - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #76 ] )
46-
47- ## [ 1.1.0] - 2019-02-07
48- ### Added
49- - added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
50- - added Arduino Sketch Paths to ` library.json ` ([ #67 ] )
43+ - updated ` ./library.json ` package export settings ([ #70 ] )
5144
5245### Fixed
53- - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
5446- renamed ` Helpers ` class to avoid naming collision with Cpp-Crypto ` Helpers ` ([ #65 ] )
47+ - fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
5548
56- ## [ 1.0.0] - 2019-01-19
57- - Initial Release
58-
59- [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.0.0...master
6049[ #63 ] : https://github.com/ArkEcosystem/cpp-client/pull/63
6150[ #64 ] : https://github.com/ArkEcosystem/cpp-client/pull/64
6251[ #65 ] : https://github.com/ArkEcosystem/cpp-client/pull/65
6352[ #67 ] : https://github.com/ArkEcosystem/cpp-client/pull/67
64- [ 1.1.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.0.0...1.1.0
6553[ #70 ] : https://github.com/ArkEcosystem/cpp-client/pull/70
6654[ #72 ] : https://github.com/ArkEcosystem/cpp-client/pull/72
6755[ #73 ] : https://github.com/ArkEcosystem/cpp-client/pull/73
6856[ #75 ] : https://github.com/ArkEcosystem/cpp-client/pull/75
6957[ #76 ] : https://github.com/ArkEcosystem/cpp-client/pull/76
7058[ #77 ] : https://github.com/ArkEcosystem/cpp-client/pull/77
7159[ #78 ] : https://github.com/ArkEcosystem/cpp-client/pull/78
72- [ 1.2.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.1.0...1.2.0
7360[ 1.2.0-arduino ] : https://github.com/ArkEcosystem/cpp-client/compare/1.1.0-arduino...1.2.0-arduino
7461[ #85 ] : https://github.com/ArkEcosystem/cpp-client/pull/85
7562[ #86 ] : https://github.com/ArkEcosystem/cpp-client/pull/86
@@ -81,7 +68,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8168[ #114 ] : https://github.com/ArkEcosystem/cpp-client/pull/114
8269[ #140 ] : https://github.com/ArkEcosystem/cpp-client/pull/140
8370[ 1.3.0-arduino ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0-arduino...1.3.0-arduino
84- [ 1.3.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0...1.3.0
8571[ #159 ] : https://github.com/ArkEcosystem/cpp-client/pull/159
86- [ 1.4.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.3.0...1.4.0
8772[ 1.4.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.3.0-arduino...1.4.0-arduino
0 commit comments