2022-10-27 04:21:11 -04:00
|
|
|
# Change Log ADLER
|
2022-06-16 03:46:28 -04:00
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2023-01-16 10:33:37 -05:00
|
|
|
|
2023-10-16 09:48:37 -04:00
|
|
|
## [0.2.4] - 2023-10-15
|
|
|
|
- update readme.md
|
|
|
|
- add static wrappers for char arrays
|
|
|
|
- update keywords.txt
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2023-01-16 10:33:37 -05:00
|
|
|
## [0.2.3] - 2023-01-16
|
|
|
|
- update GitHub actions
|
|
|
|
- update license
|
|
|
|
- add s1 and s2 parameters to the static functions.
|
|
|
|
- minor edits
|
|
|
|
|
2022-10-27 04:21:11 -04:00
|
|
|
## [0.2.2] - 2022-10-26
|
|
|
|
- add RP2040 to build-CI
|
|
|
|
|
|
|
|
## [0.2.1] - 2022-09-20
|
2022-09-21 03:34:38 -04:00
|
|
|
- return value added to **add(array)**
|
|
|
|
- return value added to **addFast(array, length)**
|
|
|
|
- update documentation (e.g. timing table).
|
|
|
|
- moved count() to .cpp
|
|
|
|
|
2022-06-16 03:46:28 -04:00
|
|
|
## [0.2.0] - 2022-06-15
|
|
|
|
- breaking change
|
|
|
|
- reordering files.
|
|
|
|
- Adler.h for static functions
|
|
|
|
- Adler32.h for Adler32 class
|
|
|
|
- Adler16.h for Adler16 class (experimental).
|
|
|
|
- Added optimizations.
|
|
|
|
|
2022-10-27 04:21:11 -04:00
|
|
|
----
|
2022-06-16 03:46:28 -04:00
|
|
|
|
2022-10-27 04:21:11 -04:00
|
|
|
## [0.1.2] - 2022-06-13
|
2022-06-16 03:46:28 -04:00
|
|
|
- split interface and implementation
|
|
|
|
- rename ADLER32_MOD_PRIME
|
|
|
|
- rename ADLER32_LIB_VERSION
|
|
|
|
- add addFast(array, length)
|
|
|
|
- add char interfaces
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-04-15
|
|
|
|
- split of .cpp file
|
|
|
|
|
|
|
|
### [0.1.0] - 2022-01-27
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|
|
|
|
|