Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

92 lines (73 loc) · 3.59 KB

Changelog

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

  • added first and last block methods (#183)

Changed

  • improved building as a project dependency (#176)

1.4.0 - 2020-02-13

Added

  • added Core 2.6 endpoints (#159)

1.3.0 - 2019-10-09

Added

  • added Blockchain API endpoint (#104)

Changed

  • 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

  • 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

Added

  • arduino CircleCI config (#73)

Changed

  • removed ./src/stl library (#78)
  • updated keywords.txt. (#77)
  • updated ARDUINO_IDE.sh script to reflect lib/ 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

  • added Arduino Sketch Paths to library.json (#67)
  • added an API send() method for the Transactions class (#64)

Fixed

  • renamed Helpers class to avoid naming collision with Cpp-Crypto Helpers (#65)
  • fixed unterminated comment which resulted in skipped Node tests (#63)

1.0.0 - 2019-01-19

  • Initial Release