octal_clock 1.0.0
octal_clock: ^1.0.0 copied to clipboard
A dart library to manage converting from standard times to octal time
Changelog #
1.0.0 #
- Upgrading from dart2 compatibility
- Renaming all the OctalDuration constants to match the Duration class (breaking change)
0.0.5 #
- Exporting the converter.dart util so it can be used by others
0.0.4 #
- Fixing typo in
HOURS_PER_SCISMA
constant
0.0.3 #
- Adding a constants for
SCISMAS_PER_DAY
andHOURS_PER_SCISMA
0.0.2 #
- Updating my name in the license comments
0.0.1 #
- Initial version
- Basic DateTime and Duration implementations