Releases: osexpert/CosmosTime
Releases · osexpert/CosmosTime
0.0.3
- Iana improvements, will now roundtrip by creating custom time zones
Full Changelog: 0.0.2...0.0.3
0.0.2
- Renamed UtcOffsetTime -> OffsetTime
- Renamed ZonedTime -> ZoneTime
- Added ClockTime
- Added duality to ZoneTime (need to explicitly choose to add\subtract Utc or Clock time)
- Replaced lots of ctors that took DateTime with static FromXxx methods.
- Added DateOnly\TimeOnly support via "Portable.System.DateTimeOnly"
- Added type converters for all classes.
- Start adding docs.
Full Changelog: 0.0.1...0.0.2
0.0.1
- First release.
- Much of the basic stuff should be there.