All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Renamed the misleading
TimeZoneMismatch
exception toUTCOffsetMismatch
.
- The interval property. The reason was that it can trivially be derived from the start/end instants and having it made the data type smart which created problems. In general keeping the data type dumb is preferred.
- Initial release