Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.03 KB

CHANGELOG: @signalk/course-provider

v1.1.0

  • Added: - performance.velocityMadeGoodToWaypoint.
  • Update: - Use a value of 0 when navigation.magneticVariation is undefined to ensure bearingTrackMagnetic & bearingMagnetic have a value.

v1.0.3

  • Fixed: - Value of navigation.course.calcValues.calcMethod being set to undefined when course is cleared.

v1.0.2

  • Fixed: - Remove erroneous unit conversion in TTG calculation.

v1.0.1

  • Update: - Change plugin catagory keyword to signalk-category-utility.

v1.0.0

  • Populates the following course data paths under navigation.course.calcValues:

    • bearingTrackTrue
    • bearingTrackMagnetic
    • crossTrackError
    • distance
    • distance
    • bearingTrue
    • bearingMagnetic
    • velocityMadeGood
    • timeToGo
    • estimatedTimeOfArrival
    • targetSpeed
  • Raises / clears the following notifications:

    • notifications.navigation.arrivalCircleEntered
    • notifications.navigation.perpendicularPassed