The format of this file is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix off-by-one error some days at midnight
- Add function to get the ephemeris of a geodate
- Add function to reverse a geodate into a timestamp
- Remove time dependency (#22)
- Add support of geodates older than unix epoch
- Add option to convert geodate strings back into unix timestamps
- Add machine flag to CLI to output unix timestamp
- Add format option to CLI for custom date format
- Change default epoch from unix to gregorian
- Fix geodates around unix epoch
- Fix panic with geodates at the end of the first year after unix epoch
- Add changelog
- Add version flag to CLI
- Fix incorrect date output
- Add documentation
- Move code from CLI to library
- Publish crate
- Start project