2022-01-28 08:56:11 -05:00
|
|
|
|
|
|
|
# Release Notes
|
|
|
|
|
|
|
|
|
2022-04-13 12:42:18 -04:00
|
|
|
## 0.2.3 2022-04-13
|
|
|
|
|
|
|
|
- replace #pragma once with #ifndef Header guards
|
|
|
|
|
|
|
|
|
2022-02-08 04:10:54 -05:00
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
- fix #19 enable/disable yield call
|
|
|
|
|
|
|
|
|
2022-02-07 08:10:53 -05:00
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
- fix #17 yield() count in **add(array, length)**
|
|
|
|
(kudo's to dlsloan)
|
|
|
|
- added defaults for CRC64 static function.
|
|
|
|
- static functions
|
|
|
|
- increased length from uint8_t => uint16_t
|
|
|
|
- added conditional yield().
|
|
|
|
- added CRC_polynomes.h
|
|
|
|
|
|
|
|
|
2022-01-28 08:56:11 -05:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
- added getters for parameters
|
2022-02-07 08:10:53 -05:00
|
|
|
- made yield conditional in **add(array, length)**
|
2022-01-28 08:56:11 -05:00
|
|
|
- improved examples
|
|
|
|
- added releaseNotes.md
|
|
|
|
|
|
|
|
|
|
|
|
## 0.1.6
|
|
|
|
|
|
|
|
- add CRC12 function
|
|
|
|
- add CRC12 class
|
|
|
|
|
|
|
|
|
|
|
|
## 0.1.5
|
|
|
|
|
|
|
|
- TODO (just as older versions)
|
|
|
|
|