Skip to content

Releases: ricardoboss/dart_nmea

v3.3.3

02 Sep 23:44
d999dde

Choose a tag to compare

  • No changes to the library, just a patch bump
  • (internal) Updated lockfile to latest versions
  • (internal) Formatting

Full Changelog: v3.3.2...v3.3.3

v3.3.2

10 Sep 22:11
37abc35

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

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

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

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

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

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

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

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

Choose a tag to compare

  • Renamed project from flutter_extended_nmea to nmea

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