Skip to content

Releases: ricardoboss/dart_nmea

v3.3.2

10 Sep 22:11
37abc35
Compare
Choose a tag to compare
  • 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

10 Sep 22:07
952bfd3
Compare
Choose a tag to compare
  • 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

10 Sep 21:44
3bdefcf
Compare
Choose a tag to compare
  • Bumped SDK constraint to >=3.0.0 <4.0.0
  • (internal) stricter linting rules
  • Fixed docs
  • CustomChecksumSentence now only evaluates checksums if validateChecksums is true (default)

Full Changelog: v3.2.0...v3.3.0

v3.2.0

16 Jan 12:24
Compare
Choose a tag to compare
  • Moved MultipartSentence logic to decode method

Full Changelog: v3.1.0...v3.2.0

v3.1.0

11 Jan 20:00
Compare
Choose a tag to compare
  • 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

05 Jan 17:33
Compare
Choose a tag to compare
  • Breaking: MultipartSentence has a new parent class NmeaSentence and requires implementations for some new abstract members.
  • Added onIncompleteMultipartSentence to NmeaDecoder for handling multipart sentence without having received a first sentence part.

Full Changelog: v2.1.1...v3.0.0

v2.1.1

05 Jan 14:41
Compare
Choose a tag to compare
  • Added LimitedSizeQueue to fix #4 (Limit size of _incompleteSentences in NmeaDecoder)

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 Jan 14:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

20 Jul 11:46
Compare
Choose a tag to compare
  • Renamed project from flutter_extended_nmea to nmea

Full Changelog: v1.3.0...v2.0.0

v1.3.0

20 Jul 11:46
Compare
Choose a tag to compare
  • Removed dependency on flutter and flutter_lints
  • Added some flutter linter rules
  • Added GitHub actions workflow for automated testing

Full Changelog: v1.2.1...v1.3.0