#Change Log All notable changes to this project will be documented in this file. Adheres to Semantic Versioning.
- TBD
1.1.5 (01-19-2023)
- Pretty command line utility single line CRS Well-Known Text output
1.1.4 (05-04-2022)
- Non projected ETRS89 GeoDatum fix (EPSG:4258)
1.1.3 (03-17-2022)
- CRS Reader ignore non whitespace space characters such as 'NO-BREAK SPACE'
- CRS Reader error handling while reading separator when no tokens remain
- Pretty command line utility command prompt session mode
1.1.2 (02-08-2022)
- Pretty Well-Known Text and PROJ params main class and command line utility
1.1.1 (02-03-2022)
- Java 11
- ETRS89 GeoDatums enumeration
- Additional included names in Ellipsoids
- Ellipsoids saved reciprocal flattening value
- Prime Meridians name capitalizations
- Prime Meridians offset from greenwich in degrees
1.1.0 (10-14-2021)
- CRS to PROJ (PROJ.4) parser
- Original text value stored precision for double values
- Common Geo Datums, Ellipsoids, Prime Meridians, and Units enumerations
- Additional common Operation Method aliases
- Temporal Datum method name correction, setOriginDateTime, previously setStartDateTime
- Unit conversions for backwards compatible base unit types
1.0.0 (06-24-2021)
- Initial Release