Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.37 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.

Unreleased

0.2.0 - 2019-02-07

Added

  • Added toJson() method to Transaction class (#54)
  • Added ArduinoJson dependency and Arduino Sketch paths to library.json (#55)

Changed

  • Removed unused Arduino Adapter Header (#50)
  • Renamed Helpers class to avoid naming collision with Cpp-Client Helpers (#51)
  • Refactored Timestamps & Slots to use milliseconds and avoid integer overflow (#53)

Fixed

  • Fixed the way the Arduino IDE Script restores converted directories (#49)
  • Corrected PIO Builds to determine dependency versions explicitly (#52)