Releases: ricardoboss/dart_nmea
Releases · ricardoboss/dart_nmea
v3.3.2
- No changes to the library, just a patch bump
- (internal) Small changes to the README
Full Changelog: v3.3.1...v3.3.2
v3.3.1
- No changes to the library, just a patch bump
- (internal) Formatting fixes
- (internal) Added
CODEOWNERS
file - (internal) Added Dependabot config
- (internal) Updated GitHub actions workflow to run on schedule
- (internal) Added GitHub actions workflow for publishing to pub.dev
Full Changelog: v3.3.0...v3.3.1
v3.3.0
- Bumped SDK constraint to >=3.0.0 <4.0.0
- (internal) stricter linting rules
- Fixed docs
CustomChecksumSentence
now only evaluates checksums ifvalidateChecksums
istrue
(default)
Full Changelog: v3.2.0...v3.3.0
v3.2.0
- Moved
MultipartSentence
logic todecode
method
Full Changelog: v3.1.0...v3.2.0
v3.1.0
- Added CustomChecksumSentence and changed parent of CustomSentence to NmeaSentence.
- Added NmeaSentenceType.custom for custom sentences.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
- Breaking:
MultipartSentence
has a new parent classNmeaSentence
and requires implementations for some new abstract members. - Added
onIncompleteMultipartSentence
toNmeaDecoder
for handling multipart sentence without having received a first sentence part.
Full Changelog: v2.1.1...v3.0.0
v2.1.1
- Added
LimitedSizeQueue
to fix #4 (Limit size of_incompleteSentences
inNmeaDecoder
)
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.0
- Renamed project from
flutter_extended_nmea
tonmea
Full Changelog: v1.3.0...v2.0.0
v1.3.0
- Removed dependency on
flutter
andflutter_lints
- Added some flutter linter rules
- Added GitHub actions workflow for automated testing
Full Changelog: v1.2.1...v1.3.0