File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this package are documented here. This project adheres
44to [ Semantic Versioning] ( https://semver.org ) .
55
6+ ## 1.2.0
7+
8+ ### Added
9+
10+ - ** In-place COBS/R decoding** : ` cobsrDecodeInPlace ` and
11+ ` cobsrDecodeInPlaceWithSentinel ` decode the reduced codec within the caller's
12+ ` Uint8List ` and return the decoded length, needing no output buffer (COBS/R
13+ decoding never expands the data).
14+
15+ ### Changed
16+
17+ - Added a dependency-free throughput benchmark
18+ (` benchmark/cobs_benchmark.dart ` , excluded from the published package) that
19+ runs on every supported SDK.
20+ - Extended the conformance test to also cover the configurable-sentinel and
21+ decode-error vectors from firechip/cobs-conformance.
22+
623## 1.1.0
724
825### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cobs_codec
22description : >-
33 Consistent Overhead Byte Stuffing (COBS) and COBS/R codecs for zero-free,
44 low-overhead framing of serial, UART and packet byte streams.
5- version : 1.1 .0
5+ version : 1.2 .0
66repository : https://github.com/firechip/cobs_codec
77issue_tracker : https://github.com/firechip/cobs_codec/issues
88homepage : https://firechip.dev
You can’t perform that action at this time.
0 commit comments