1.0.0-alpha.8 (2021-10-24)
- skip finding header in empty string (2ee5a9b)
1.0.0-alpha.7 (2021-10-22)
- add FilteredEagerGoogleRawGnssMeasurementLineReader (61acb37)
- check for empty field before parsing as number (8a5630b)
1.0.0-alpha.6 (2021-10-22)
- add ConfigurableGoogleGnssLoggerRecordLineReader (b039811)
1.0.0-alpha.5 (2021-10-21)
- add documentation to main package (22241dc)
1.0.0-alpha.4 (2021-10-21)
- build: commit auto-updated README.md (c91898f)
1.0.0-alpha.3 (2021-10-21)
- move everything under "com.github.giulio.google.gnss.logger" package (5220921)
- remove "com.github.giulioscattolin" package
1.0.0-alpha.2 (2021-10-21)
- build: "build.gradle" was "gradle.build" (7c5e5a4)
- 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)
- remove RawGnssMeasurement
- remove RawGoogleGnssLoggerRecord
- remove hasState(), getState(), doesStateMatch(), hasAccumulatedDeltaRangeState(), getAccumulatedDeltaRangeState(), hasMultipathIndicator(), getMultipathIndicator(), hasConstellationType(), getConstellationType(), ConstellationType and State