Skip to content

Latest commit

 

History

History
84 lines (41 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

84 lines (41 loc) · 4.13 KB

1.0.0-alpha.8 (2021-10-24)

Bug Fixes

  • skip finding header in empty string (2ee5a9b)

1.0.0-alpha.7 (2021-10-22)

Features

  • add FilteredEagerGoogleRawGnssMeasurementLineReader (61acb37)

Performance Improvements

  • check for empty field before parsing as number (8a5630b)

1.0.0-alpha.6 (2021-10-22)

Features

  • add ConfigurableGoogleGnssLoggerRecordLineReader (b039811)

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

Features

  • add documentation to main package (22241dc)

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

Bug Fixes

  • build: commit auto-updated README.md (c91898f)

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

Code Refactoring

  • move everything under "com.github.giulio.google.gnss.logger" package (5220921)

BREAKING CHANGES

  • remove "com.github.giulioscattolin" package

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

Bug Fixes

  • build: "build.gradle" was "gradle.build" (7c5e5a4)

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

Bug Fixes

  • build: forgot to check out code (b1e35d2)
  • remove trailing dot in package name (7d80797)

Features

  • add AnalyzeGnssLoggerFileUseCase (154711d)
  • add EagerGoogleRawGnssMeasurementLineAdapter (414e3d6)
  • add EagerGoogleRawGnssMeasurementLineReader (3480354)
  • add RawGoogleGnssLoggerRecord (e6b4b1f)
  • remove magic constants (9896c3d)
  • rename RawGnssMeasurement to GoogleRawGnssMeasurement (a000809)
  • rename RawGoogleGnssLoggerRecord to RawGnssMeasurement (e99833e)

BREAKING CHANGES

  • remove RawGnssMeasurement
  • remove RawGoogleGnssLoggerRecord
  • remove hasState(), getState(), doesStateMatch(), hasAccumulatedDeltaRangeState(), getAccumulatedDeltaRangeState(), hasMultipathIndicator(), getMultipathIndicator(), hasConstellationType(), getConstellationType(), ConstellationType and State