Skip to content

Commit e995541

Browse files
authored
docs(changelog): separate platforms (#209)
1 parent 1d328ea commit e995541

1 file changed

Lines changed: 11 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [1.0.0] - 2020-02-13
99

10-
## [1.0.0-arduino] - 2020-02-13
11-
1210
### Changed
13-
- break up unit tests to support platforms with limited RAM ([#172])
1411
- removed use of monolithic `arkCrypto.h` header ([#190])
12+
- break up unit tests to support platforms with limited RAM ([#172])
1513

1614
### Added
1715
- added AIP-11 support for Core v.2.6 Transactions ([#198])
1816

1917
### Fixed
20-
- fixed `transaction::to_array` tests on ESP8266 ([#178])
2118
- fixed `transaction::to_json` tests on ESP8266 ([#180])
19+
- fixed `transaction::to_array` tests on ESP8266 ([#178])
2220

2321
## [0.7.0] - 2019-10-08
2422

25-
## [0.7.0-arduino] - 2019-10-08
26-
2723
### Changed
28-
- improved coverage and formatting ([#121])
24+
- moved external libraries out of source tree ([#156])
2925
- refactored utils implementation ([#133])
26+
- improved coverage and formatting ([#121])
3027
- refactored Identities implementation. ([#120])
31-
- moved external libraries out of source tree ([#156])
3228

3329
## [0.6.0] - 2019-07-16
3430

35-
## [0.6.0-arduino] - 2019-07-16
36-
3731
### Added
3832
- added Bridgechain support ([#105])
3933

@@ -56,9 +50,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5650
### Changed
5751
- changed to BIP66 lib for DER ser/des ([#88])
5852
- updated vendorField to support 255 bytes in Core v2.4 ([#84])
53+
- improved Windows support ([#83])
5954
- updated ArduinoJson package to version v.6.10.0 ([#76])
6055
- updated tests to use Core fixtures ([#74])
61-
- improved Windows support ([#83])
6256

6357
### Fixed
6458
- properly handle 0 ARKtoshi Transaction amounts ([#85])
@@ -71,33 +65,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7165

7266
## [0.3.0] - 2019-02-16
7367

74-
## [0.3.0-arduino] - 2019-02-16
75-
7668
### Added
7769
- Arduino CircleCI config ([#61])
7870

7971
### Changed
80-
- updated `keywords.txt` ([#64])
81-
- updated `./library.json` package export settings ([#64])
82-
- removed unnecessary files and external packages to `./src/lib/` ([#64])
83-
- moved `./docs` to `./extras` in arduino builds ([#64])
84-
- updated `ARDUINO_IDE.sh` script to reflect `lib/` changes ([#64])
72+
- updated Arduino-related files ([#64])
8573
- automated `ARDUINO_IDE.sh` script ([#60])
8674

8775
## [0.2.0] - 2019-02-07
8876

8977
### Added
90-
- Added `toJson()` method to `Transaction` class ([#54])
9178
- Added `ArduinoJson` dependency and Arduino Sketch paths to `library.json` ([#55])
79+
- Added `toJson()` method to `Transaction` class ([#54])
9280

9381
### Changed
94-
- Removed unused Arduino Adapter Header ([#50])
95-
- Renamed `Helpers` class to avoid naming collision with Cpp-Client `Helpers` ([#51])
9682
- Refactored Timestamps & `Slots` to use milliseconds and avoid integer overflow ([#53])
83+
- Renamed `Helpers` class to avoid naming collision with Cpp-Client `Helpers` ([#51])
84+
- Removed unused Arduino Adapter Header ([#50])
9785

9886
### Fixed
99-
- Fixed the way the Arduino IDE Script restores converted directories ([#49])
10087
- Corrected PIO Builds to determine dependency versions explicitly ([#52])
88+
- Fixed the way the Arduino IDE Script restores converted directories ([#49])
10189

10290
[#49]: https://github.com/ArkEcosystem/cpp-crypto/pull/49
10391
[#50]: https://github.com/ArkEcosystem/cpp-crypto/pull/50
@@ -111,7 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11199
[#61]: https://github.com/ArkEcosystem/cpp-crypto/pull/61
112100
[#64]: https://github.com/ArkEcosystem/cpp-crypto/pull/64
113101
[0.3.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.2.0...0.3.0
114-
[0.3.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0-arduino
115102
[#69]: https://github.com/ArkEcosystem/cpp-crypto/pull/69
116103
[#70]: https://github.com/ArkEcosystem/cpp-crypto/pull/70
117104
[0.3.1]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0...0.3.1
@@ -131,17 +118,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
131118
[#105]: https://github.com/ArkEcosystem/cpp-crypto/pull/105
132119
[#111]: https://github.com/ArkEcosystem/cpp-crypto/pull/111
133120
[0.6.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.5.0...0.6.0
134-
[0.6.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0-arduino...0.6.0-arduino
135121
[#120]: https://github.com/ArkEcosystem/cpp-crypto/pull/120
136122
[#121]: https://github.com/ArkEcosystem/cpp-crypto/pull/121
137123
[#133]: https://github.com/ArkEcosystem/cpp-crypto/pull/133
138124
[#156]: https://github.com/ArkEcosystem/cpp-crypto/pull/156
139125
[0.7.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...0.7.0
140-
[0.7.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
141126
[#172]: https://github.com/ArkEcosystem/cpp-crypto/pull/172
142127
[#178]: https://github.com/ArkEcosystem/cpp-crypto/pull/178
143128
[#180]: https://github.com/ArkEcosystem/cpp-crypto/pull/180
144129
[#190]: https://github.com/ArkEcosystem/cpp-crypto/pull/190
145130
[#198]: https://github.com/ArkEcosystem/cpp-crypto/pull/198
146-
[1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
147-
[1.0.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
131+
[1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0...1.0.0

0 commit comments

Comments
 (0)