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.
- Arduino CircleCI config
- updated
keywords.txt
. - updated
./library.json
package export settings. - removed unnecessary files:
./appveyor.yml
../CMakeSettings.json
../test/travis.yml
.uECC_README.md
.- submodule from
cmake_example
- moved external packages to
./src/lib/
:./src/bcl
../src/rfc6979
../src/stl
../date
.
- moved
./docs
to./extras
in arduino builds. - automated
ARDUINO_IDE.sh
script. - updated
ARDUINO_IDE.sh
script to reflectlib/
changes.
0.2.0 - 2019-02-07
- Added
toJson()
method toTransaction
class (#54) - Added
ArduinoJson
dependency and Arduino Sketch paths tolibrary.json
(#55)