Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

51 lines (26 loc) · 2.65 KB

1.0.0-alpha.5 (2021-10-26)

Features

  • read GPS navigation messages from RINEX V3.02 files (d84b28f)

1.0.0-alpha.4 (2021-10-26)

Bug Fixes

  • parameter was always positive (d3bbc42)

Features

  • add new parser implementation (9df3fe2)
  • generate equals(), hashCode() for RinexVersionTypeHeader and RinexPgmRunByDateHeader (cb7b98c)

Reverts

  • deprecate current implementation (5490616)

1.0.0-alpha.3 (2021-10-25)

Features

  • parse GPS navigation data from RINEX mixed navigation files (c263c3f)

1.0.0-alpha.2 (2021-10-25)

Features

  • parse "MARKER NAME" header in observation data file V210 (0ea8331)
  • parse "OBSERVER / AGENCY" header in observation data file V210 (1928ea0)
  • parse "RINEX VERSION / TYPE" in observation data file V210 (9d5c741)

1.0.0-alpha.1 (2021-10-23)

Features

  • add PGM / RUN BY / DATE header (fc32f42)
  • add RinexFileParser and RinexFile (1abd19b)
  • add RinexVersionType header (83e2889)
  • implement initial GPS navigation message parser (2c61a13)
  • rename RinexVersionType to RinexVersionTypeHeader (8c2199b)