All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.4.1 - 2020-03-06
- added first and last block methods (#183)
- improved building as a project dependency (#176)
1.4.0 - 2020-02-13
- added Core 2.6 endpoints (#159)
1.3.0 - 2019-10-09
- added Blockchain API endpoint (#104)
- moved external libraries out of source tree (#140)
- improved API query usage to accept strings (#114)
- improved class members and test coverage (#93)
- improved formatting and maintainability (#92)
- dropped Hunter Package Manager in favor of git submodules in OS builds (#90)
- updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples (#87)
- fixed typos in Arduino examples (#86)
- changed to "statusCode" '422' to test API Post response for empty Transactions objects (#85)
1.2.0 - 2019-02-16
- arduino CircleCI config (#73)
- removed
./src/stl
library (#78) - updated
keywords.txt
. (#77) - updated
ARDUINO_IDE.sh
script to reflectlib/
changes (#76) - reorganized files and documentation (#75)
- automated
ARDUINO_IDE.sh
script (#72) - updated
./library.json
package export settings (#70)
1.1.0 - 2019-02-07
- added Arduino Sketch Paths to
library.json
(#67) - added an API
send()
method for theTransactions
class (#64)
- renamed
Helpers
class to avoid naming collision with Cpp-CryptoHelpers
(#65) - fixed unterminated comment which resulted in skipped
Node
tests (#63)
1.0.0 - 2019-01-19
- Initial Release